diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-05-29 12:13:11 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-05-29 18:31:34 +0200 |
commit | 4eae3e10b131d89fbb7ef883d0863dae7d9ec03f (patch) | |
tree | e94739f66f8555a7d2f0895a821c57d3d1d48ed6 /dev-python/deform | |
parent | dev-python/crumbs: Support newer python (diff) | |
download | gentoo-4eae3e10b131d89fbb7ef883d0863dae7d9ec03f.tar.gz gentoo-4eae3e10b131d89fbb7ef883d0863dae7d9ec03f.tar.bz2 gentoo-4eae3e10b131d89fbb7ef883d0863dae7d9ec03f.zip |
dev-python/deform: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/deform')
-rw-r--r-- | dev-python/deform/deform-0.9.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/deform/deform-0.9.9.ebuild b/dev-python/deform/deform-0.9.9.ebuild index b268466f0861..98d8c81fdab6 100644 --- a/dev-python/deform/deform-0.9.9.ebuild +++ b/dev-python/deform/deform-0.9.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 DESCRIPTION="Another form generation library" |