summaryrefslogtreecommitdiff
path: root/dev-python/wtforms
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-06-22 12:31:52 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-06-22 12:31:52 +0000
commite1ea253430de7d1c34732682cc7afc5a0a33e916 (patch)
tree864727f35870e039042bfe47a78086be4c3ae4a2 /dev-python/wtforms
parent0e375c3848a295f98ee0ab2df90cdaf9d6f854b9 (diff)
downloadbaldeagleos-repo-e1ea253430de7d1c34732682cc7afc5a0a33e916.tar.gz
baldeagleos-repo-e1ea253430de7d1c34732682cc7afc5a0a33e916.tar.xz
baldeagleos-repo-e1ea253430de7d1c34732682cc7afc5a0a33e916.zip
Adding metadata
Diffstat (limited to 'dev-python/wtforms')
-rw-r--r--dev-python/wtforms/wtforms-3.0.1-r1.ebuild2
-rw-r--r--dev-python/wtforms/wtforms-3.0.1.ebuild34
2 files changed, 1 insertions, 35 deletions
diff --git a/dev-python/wtforms/wtforms-3.0.1-r1.ebuild b/dev-python/wtforms/wtforms-3.0.1-r1.ebuild
index 980732b814e7..ee48a1f4b00f 100644
--- a/dev-python/wtforms/wtforms-3.0.1-r1.ebuild
+++ b/dev-python/wtforms/wtforms-3.0.1-r1.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
RDEPEND="
dev-python/markupsafe[${PYTHON_USEDEP}]
diff --git a/dev-python/wtforms/wtforms-3.0.1.ebuild b/dev-python/wtforms/wtforms-3.0.1.ebuild
deleted file mode 100644
index 37599bdcb245..000000000000
--- a/dev-python/wtforms/wtforms-3.0.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 )
-inherit distutils-r1
-
-MY_PN="WTForms"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Flexible forms validation and rendering library for python web development"
-HOMEPAGE="https://wtforms.readthedocs.io/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
-
-RDEPEND="
- dev-python/markupsafe[${PYTHON_USEDEP}]"
-
-BDEPEND="
- dev-python/Babel[${PYTHON_USEDEP}]
- test? (
- dev-python/python-dateutil[${PYTHON_USEDEP}]
- dev-python/python-email-validator[${PYTHON_USEDEP}]
- dev-python/sqlalchemy[${PYTHON_USEDEP}]
- dev-python/webob[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest