diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2018-06-19 16:21:45 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-06-19 21:13:11 +0200 |
commit | 26ff907121fc27cd70eda4bc503415ef7e618714 (patch) | |
tree | aba4b21ac6d69a7ee031c6f50b66d1619f59c6c4 /dev-python/frozen-flask | |
parent | app-i18n/scim: stable 1.4.18 for sparc (diff) | |
download | gentoo-26ff907121fc27cd70eda4bc503415ef7e618714.tar.gz gentoo-26ff907121fc27cd70eda4bc503415ef7e618714.tar.bz2 gentoo-26ff907121fc27cd70eda4bc503415ef7e618714.zip |
dev-python/frozen-flask: add python3_5 support.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/frozen-flask')
-rw-r--r-- | dev-python/frozen-flask/frozen-flask-0.11-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/frozen-flask/frozen-flask-0.15.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/frozen-flask/frozen-flask-0.11-r1.ebuild b/dev-python/frozen-flask/frozen-flask-0.11-r1.ebuild index 2f0c498379a1..65d9952c0597 100644 --- a/dev-python/frozen-flask/frozen-flask-0.11-r1.ebuild +++ b/dev-python/frozen-flask/frozen-flask-0.11-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_5 ) inherit distutils-r1 diff --git a/dev-python/frozen-flask/frozen-flask-0.15.ebuild b/dev-python/frozen-flask/frozen-flask-0.15.ebuild index 26e42dc69260..2b483cb2f881 100644 --- a/dev-python/frozen-flask/frozen-flask-0.15.ebuild +++ b/dev-python/frozen-flask/frozen-flask-0.15.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_5 ) inherit distutils-r1 |