diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-09 18:02:26 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-09 20:05:15 +0100 |
commit | c9b2a34e89f7354e6e8455cedd643a842e30ed4f (patch) | |
tree | f2bf6f322b8c0a2f02838b8084c880406c39a89e /dev-python/flask-paranoid | |
parent | dev-python/flask-compress: python3_9 (diff) | |
download | gentoo-c9b2a34e89f7354e6e8455cedd643a842e30ed4f.tar.gz gentoo-c9b2a34e89f7354e6e8455cedd643a842e30ed4f.tar.bz2 gentoo-c9b2a34e89f7354e6e8455cedd643a842e30ed4f.zip |
dev-python/flask-paranoid: EAPI-7, python3_9
Tests passed.
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/flask-paranoid')
-rw-r--r-- | dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild | 11 |
1 files changed, 5 insertions, 6 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 611a24cad065..61e2d3922205 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} ) -inherit distutils-r1 eapi7-ver +PYTHON_COMPAT=( python3_{6,7,8,9} ) +inherit distutils-r1 MY_PV=$(ver_cut 1-2) @@ -14,11 +14,10 @@ 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}]" |