projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
103a534
)
dev-python/flask-script: Support python 3.6
author
Pacho Ramos
<pacho@gentoo.org>
Sun, 24 Jun 2018 11:07:29 +0000
(13:07 +0200)
committer
Pacho Ramos
<pacho@gentoo.org>
Sun, 24 Jun 2018 11:30:34 +0000
(13:30 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
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 2edd623d7dca169d367a291dab6b56794ed728cd..eaecc2d2bdce055c9dd0cf3a45310386cad93989 100644
(file)
--- a/
dev-python/flask-script/flask-script-2.0.6.ebuild
+++ b/
dev-python/flask-script/flask-script-2.0.6.ebuild
@@
-2,7
+2,7
@@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5
,6
} pypy )
inherit distutils-r1