diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-24 20:07:01 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-24 20:07:01 +0100 |
commit | 297dbf7035e1940af3fee3fc80775e30b1f5561c (patch) | |
tree | bbe800b0ccb2f63456e1f637ed0324c10f37cafd /dev-python/wtforms | |
parent | dev-python/pycollada: Remove old (diff) | |
download | gentoo-297dbf7035e1940af3fee3fc80775e30b1f5561c.tar.gz gentoo-297dbf7035e1940af3fee3fc80775e30b1f5561c.tar.bz2 gentoo-297dbf7035e1940af3fee3fc80775e30b1f5561c.zip |
dev-python/wtforms: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/wtforms')
-rw-r--r-- | dev-python/wtforms/Manifest | 1 | ||||
-rw-r--r-- | dev-python/wtforms/wtforms-3.1.1.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/dev-python/wtforms/Manifest b/dev-python/wtforms/Manifest index 91d4769f9dc8..8b37082cffea 100644 --- a/dev-python/wtforms/Manifest +++ b/dev-python/wtforms/Manifest @@ -1,2 +1 @@ -DIST wtforms-3.1.1.tar.gz 134343 BLAKE2B 935e1d0d881573f7fe0cf0099069f49c6f315007755ea27134c8d7db407880f3d5b5e1a427df588aaf427de4e8f09455a09d5c82e666d0fac4055558e3d49e4e SHA512 e7aec26103bf5069cc97474361b4f5788d41181a2560032b8072dc62b29824830b739ddf9df60710685293eec5173d8c44c5fbeee8487f01180a08970abb6c77 DIST wtforms-3.1.2.tar.gz 134705 BLAKE2B 748ea71ced149220947d0f54d69cc94b3cd8a2e648551556621082418a7555519b275788b961abca1331e6c6d52c1999451cc26b3bc9ab27261ef25de7ffd9fa SHA512 4c4203c735f755cedf9c20ddf9805d1e80096fe2fb499dc91a9608df0ac5eb0ddf6c67eea782f9507d14b14e362454f50b567dc5518ca95ce090305a44436873 diff --git a/dev-python/wtforms/wtforms-3.1.1.ebuild b/dev-python/wtforms/wtforms-3.1.1.ebuild deleted file mode 100644 index a139b3389597..000000000000 --- a/dev-python/wtforms/wtforms-3.1.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2023 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..12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Flexible forms validation and rendering library for python web development" -HOMEPAGE=" - https://wtforms.readthedocs.io/ - https://github.com/wtforms/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 |