projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
badbd7b
)
dev-python/flask-script: Drop py2
author
Michał Górny
<mgorny@gentoo.org>
Tue, 17 Mar 2020 19:50:43 +0000
(20:50 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Tue, 17 Mar 2020 19:52:35 +0000
(20:52 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/flask-script/flask-script-2.0.6.ebuild
patch
|
blob
|
history
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 654ba6eaacc440f403c67ee0ec7e58a3354eb549..047c4f2f6df0f7d759b41adc15ae2501a3bb145e 100644
(file)
--- a/
dev-python/flask-script/flask-script-2.0.6.ebuild
+++ b/
dev-python/flask-script/flask-script-2.0.6.ebuild
@@
-3,7
+3,7
@@
EAPI=6
-PYTHON_COMPAT=( python
2_7 python
3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
MY_PN="Flask-Script"