summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-01-09 18:11:00 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-01-09 20:05:15 +0100
commitdca1319695270fd94ae84dd498c3900ff93caecc (patch)
tree661833f18de47cc2b07f519d1de0b62db7a8a756 /dev-python/flask-script
parentdev-python/flask-paranoid: EAPI-7, python3_9 (diff)
downloadgentoo-dca1319695270fd94ae84dd498c3900ff93caecc.tar.gz
gentoo-dca1319695270fd94ae84dd498c3900ff93caecc.tar.bz2
gentoo-dca1319695270fd94ae84dd498c3900ff93caecc.zip
dev-python/flask-script: 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-script')
-rw-r--r--dev-python/flask-script/flask-script-2.0.6.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/flask-script/flask-script-2.0.6.ebuild b/dev-python/flask-script/flask-script-2.0.6.ebuild
index 047c4f2f6df0..83d6503d9fb2 100644
--- a/dev-python/flask-script/flask-script-2.0.6.ebuild
+++ b/dev-python/flask-script/flask-script-2.0.6.ebuild
@@ -1,9 +1,9 @@
-# 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
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1
MY_PN="Flask-Script"