diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-04-22 15:49:08 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-04-22 15:52:29 +0200 |
commit | fd036280bbd7db8a40c5077646f40a8d22ac7a5d (patch) | |
tree | 990d28611bd4688c2a8cf92ffeca5575ef1ef2be /dev-python/cement | |
parent | dev-python/genshi: Fix calling tests to die on failure (diff) | |
download | gentoo-fd036280bbd7db8a40c5077646f40a8d22ac7a5d.tar.gz gentoo-fd036280bbd7db8a40c5077646f40a8d22ac7a5d.tar.bz2 gentoo-fd036280bbd7db8a40c5077646f40a8d22ac7a5d.zip |
dev-python/cement: Remove py3.4 support, not supported by genshi
Diffstat (limited to 'dev-python/cement')
-rw-r--r-- | dev-python/cement/cement-2.0.2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/cement/cement-2.10.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/cement/cement-2.6.2.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/cement/cement-2.0.2.ebuild b/dev-python/cement/cement-2.0.2.ebuild index c7f7dbe3daa3..c43f43fc72c1 100644 --- a/dev-python/cement/cement-2.0.2.ebuild +++ b/dev-python/cement/cement-2.0.2.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} ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 versionator diff --git a/dev-python/cement/cement-2.10.0.ebuild b/dev-python/cement/cement-2.10.0.ebuild index 4a05edc33ec2..3184a3a458ad 100644 --- a/dev-python/cement/cement-2.10.0.ebuild +++ b/dev-python/cement/cement-2.10.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 versionator diff --git a/dev-python/cement/cement-2.6.2.ebuild b/dev-python/cement/cement-2.6.2.ebuild index 2fa1d7b89803..fd0d19c993ec 100644 --- a/dev-python/cement/cement-2.6.2.ebuild +++ b/dev-python/cement/cement-2.6.2.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} ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 versionator |