From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BC84115807B for ; Mon, 21 Oct 2024 04:35:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8F92E08D1; Mon, 21 Oct 2024 04:35:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BDC90E08D1 for ; Mon, 21 Oct 2024 04:35:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D512B342FA9 for ; Mon, 21 Oct 2024 04:35:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B0671F64 for ; Mon, 21 Oct 2024 04:35:34 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1729485239.39395814555190a42d19379aaa2d2cc9681a05bc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wtforms/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/wtforms/Manifest dev-python/wtforms/metadata.xml dev-python/wtforms/wtforms-3.2.0.ebuild X-VCS-Directories: dev-python/wtforms/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 39395814555190a42d19379aaa2d2cc9681a05bc X-VCS-Branch: master Date: Mon, 21 Oct 2024 04:35:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: aafe7155-4c73-4031-ba2a-df34e219e213 X-Archives-Hash: e3180860e8920f28eb3a65ad9f612d19 commit: 39395814555190a42d19379aaa2d2cc9681a05bc Author: Michał Górny gentoo org> AuthorDate: Mon Oct 21 04:21:25 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Oct 21 04:33:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39395814 dev-python/wtforms: Bump to 3.2.0 Signed-off-by: Michał Górny gentoo.org> dev-python/wtforms/Manifest | 1 + dev-python/wtforms/metadata.xml | 3 +-- dev-python/wtforms/wtforms-3.2.0.ebuild | 36 +++++++++++++++++++++++++++++++++ 3 files changed, 38 insertions(+), 2 deletions(-) diff --git a/dev-python/wtforms/Manifest b/dev-python/wtforms/Manifest index 8b37082cffea..b8574e62315e 100644 --- a/dev-python/wtforms/Manifest +++ b/dev-python/wtforms/Manifest @@ -1 +1,2 @@ DIST wtforms-3.1.2.tar.gz 134705 BLAKE2B 748ea71ced149220947d0f54d69cc94b3cd8a2e648551556621082418a7555519b275788b961abca1331e6c6d52c1999451cc26b3bc9ab27261ef25de7ffd9fa SHA512 4c4203c735f755cedf9c20ddf9805d1e80096fe2fb499dc91a9608df0ac5eb0ddf6c67eea782f9507d14b14e362454f50b567dc5518ca95ce090305a44436873 +DIST wtforms-3.2.0.tar.gz 137750 BLAKE2B cab28b7016fc73958d56f5580aae80ab72acfecf3f4f7d17021d760db396644d6581f3ff6b0ff07193359d0ffa22523b22cc70c28843f9add8cd5d6cc601b04f SHA512 afa684eefb08f437624b3a1e04327f3497d1067033ef6782fd9470bfe3ff10f84b99294a2fb48800fa3de6e188a6285ca63ba696e74a222c55c1d9e030babe2a diff --git a/dev-python/wtforms/metadata.xml b/dev-python/wtforms/metadata.xml index d934e13e83c5..f1bec94fee5e 100644 --- a/dev-python/wtforms/metadata.xml +++ b/dev-python/wtforms/metadata.xml @@ -8,7 +8,6 @@ WTForms - wtforms/wtforms - https://github.com/wtforms/wtforms/issues + pallets-eco/wtforms diff --git a/dev-python/wtforms/wtforms-3.2.0.ebuild b/dev-python/wtforms/wtforms-3.2.0.ebuild new file mode 100644 index 000000000000..3c3933ac8ca6 --- /dev/null +++ b/dev-python/wtforms/wtforms-3.2.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYPI_PN="WTForms" +PYTHON_COMPAT=( pypy3 python3_{10..13} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Flexible forms validation and rendering library for python web development" +HOMEPAGE=" + https://wtforms.readthedocs.io/ + https://github.com/pallets-eco/wtforms/ + https://pypi.org/project/WTForms/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~riscv ~x86" + +RDEPEND=" + dev-python/markupsafe[${PYTHON_USEDEP}] +" +BDEPEND=" + dev-python/Babel[${PYTHON_USEDEP}] + test? ( + dev-python/email-validator[${PYTHON_USEDEP}] + dev-python/python-dateutil[${PYTHON_USEDEP}] + dev-python/sqlalchemy[${PYTHON_USEDEP}] + dev-python/webob[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest