diff options
Diffstat (limited to 'dev-python/flask-paranoid')
| -rw-r--r-- | dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild | 14 | ||||
| -rw-r--r-- | dev-python/flask-paranoid/metadata.xml | 1 |
2 files changed, 6 insertions, 9 deletions
diff --git a/dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild b/dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild index 45bd93d737cc..0f8378316b53 100644 --- a/dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild +++ b/dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DISTUTILS_IN_SOURCE_BUILD=1 PYTHON_COMPAT=( python3_{6,7,8,9,10} ) -inherit distutils-r1 eapi7-ver +inherit distutils-r1 MY_PV=$(ver_cut 1-2) @@ -14,18 +14,14 @@ HOMEPAGE="https://github.com/miguelgrinberg/flask-paranoid/" SRC_URI="https://github.com/miguelgrinberg/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" - SLOT="0" - KEYWORDS="amd64 x86" IUSE="test" + RESTRICT="!test? ( test )" RDEPEND="dev-python/flask[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" S="${WORKDIR}/${PN}-${MY_PV}" -python_test() { - esetup.py test -} +distutils_enable_tests setup.py diff --git a/dev-python/flask-paranoid/metadata.xml b/dev-python/flask-paranoid/metadata.xml index 83d0fc41e0b8..b06124b5c3fe 100644 --- a/dev-python/flask-paranoid/metadata.xml +++ b/dev-python/flask-paranoid/metadata.xml @@ -9,6 +9,7 @@ <email>titanofold@gentoo.org</email> <name>Aaron W. Swenson</name> </maintainer> + <stabilize-allarches/> <upstream> <remote-id type="pypi">Flask-Paranoid</remote-id> <remote-id type="github">miguelgrinberg/flask-paranoid</remote-id> |
