diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-05-04 07:10:34 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-05-04 07:10:34 +0000 |
| commit | 92217a61c4e16e9d7f04aac37db59ee63c528d6c (patch) | |
| tree | 8ee1f31df20798566a4be81ad3122cdba4a47b4f /dev-python/wtforms | |
| parent | ade6f2fbcbb4e9423e0518e10b7252f1a9424635 (diff) | |
| download | baldeagleos-repo-92217a61c4e16e9d7f04aac37db59ee63c528d6c.tar.gz baldeagleos-repo-92217a61c4e16e9d7f04aac37db59ee63c528d6c.tar.xz baldeagleos-repo-92217a61c4e16e9d7f04aac37db59ee63c528d6c.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.2.2.ebuild | 36 |
2 files changed, 37 insertions, 0 deletions
diff --git a/dev-python/wtforms/Manifest b/dev-python/wtforms/Manifest index db0ad199df00..b42d64dac96e 100644 --- a/dev-python/wtforms/Manifest +++ b/dev-python/wtforms/Manifest @@ -1 +1,2 @@ DIST wtforms-3.2.1.tar.gz 137801 BLAKE2B 91deeb5a2b3ef07bec48c55a4aaef92969d6c731d91874ecf5260f2228be8ef0fdee32c61e4f5233a953f4c0be4359f1e98a87c4bf87975780b6be00b8717283 SHA512 96aa2934e39f95f2a2d0db4cd8026215cb0adea2df9bd235305b2857f2e5eecc3ea4e959ff1c1d46090213d348bccf70df19efaf73059074d1f02c577cbb1fdf +DIST wtforms-3.2.2.tar.gz 139583 BLAKE2B aecd3686b671f4e3ed26d1a880518b4f7463a9cb08767cdcce1b36824c49967d007c326aee5466e5370a408dcb8939fc7c3a72f867fce463faef36bfe0a67515 SHA512 c14737aa7503a1fee361e00854d7905b170429789b80f7b22f609065c3a41dcd80040b7c09305142a73f3aed0763e861a39b7058c11421418c0b1397d7b45663 diff --git a/dev-python/wtforms/wtforms-3.2.2.ebuild b/dev-python/wtforms/wtforms-3.2.2.ebuild new file mode 100644 index 000000000000..a160b2d15bc8 --- /dev/null +++ b/dev-python/wtforms/wtforms-3.2.2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2026 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_{10..14} ) + +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-1.1.1[${PYTHON_USEDEP}] +" +BDEPEND=" + dev-python/babel[${PYTHON_USEDEP}] + test? ( + >=dev-python/email-validator-2.0[${PYTHON_USEDEP}] + dev-python/sqlalchemy[${PYTHON_USEDEP}] + dev-python/webob[${PYTHON_USEDEP}] + ) +" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest |
