diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-01-25 07:45:25 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-01-25 07:45:25 +0000 |
| commit | 6050874c319f02ee4702491c338ef6978f0f88cb (patch) | |
| tree | 9599f5e8ef43b8ec14d031fda99ead4c47dde4c1 /dev-python/wtforms | |
| parent | 47d5554261af350a8332323f0508abb6b5cbab76 (diff) | |
| download | baldeagleos-repo-6050874c319f02ee4702491c338ef6978f0f88cb.tar.gz baldeagleos-repo-6050874c319f02ee4702491c338ef6978f0f88cb.tar.xz baldeagleos-repo-6050874c319f02ee4702491c338ef6978f0f88cb.zip | |
Adding metadata
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 | ||||
| -rw-r--r-- | dev-python/wtforms/wtforms-3.1.2.ebuild | 2 |
3 files changed, 1 insertions, 38 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 0b2b999638c3..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=( python3_{8,9,10,11,12} pypy3 ) - -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 diff --git a/dev-python/wtforms/wtforms-3.1.2.ebuild b/dev-python/wtforms/wtforms-3.1.2.ebuild index 7421d70e5e52..e8b1e6e5f720 100644 --- a/dev-python/wtforms/wtforms-3.1.2.ebuild +++ b/dev-python/wtforms/wtforms-3.1.2.ebuild @@ -18,7 +18,7 @@ HOMEPAGE=" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~riscv ~x86" +KEYWORDS="amd64 arm64 ~riscv x86" RDEPEND=" dev-python/markupsafe[${PYTHON_USEDEP}] |
