diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-02-10 18:04:09 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-02-12 14:18:29 -0800 |
commit | 7b2769655f3e536e79b0fccb4f58d91cc40a2891 (patch) | |
tree | e05e04c702c8dd1bf8ef81c259f527bc7a5e541d /dev-python/pep8 | |
parent | dev-python/pyflakes: PYTHON_COMPAT: add python3_6 (diff) | |
download | gentoo-7b2769655f3e536e79b0fccb4f58d91cc40a2891.tar.gz gentoo-7b2769655f3e536e79b0fccb4f58d91cc40a2891.tar.bz2 gentoo-7b2769655f3e536e79b0fccb4f58d91cc40a2891.zip |
dev-python/pep8: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/pep8')
-rw-r--r-- | dev-python/pep8/pep8-1.5.7.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pep8/pep8-1.6.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pep8/pep8-1.6.2-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pep8/pep8-1.6.2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pep8/pep8-1.7.0.ebuild | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/dev-python/pep8/pep8-1.5.7.ebuild b/dev-python/pep8/pep8-1.5.7.ebuild index bc59fd3b0bec..f2044b0a6d7d 100644 --- a/dev-python/pep8/pep8-1.5.7.ebuild +++ b/dev-python/pep8/pep8-1.5.7.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 diff --git a/dev-python/pep8/pep8-1.6.1.ebuild b/dev-python/pep8/pep8-1.6.1.ebuild index 498f5b517f4b..67f0861bdc3f 100644 --- a/dev-python/pep8/pep8-1.6.1.ebuild +++ b/dev-python/pep8/pep8-1.6.1.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 # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 diff --git a/dev-python/pep8/pep8-1.6.2-r1.ebuild b/dev-python/pep8/pep8-1.6.2-r1.ebuild index f408716e6320..db2984be91a1 100644 --- a/dev-python/pep8/pep8-1.6.2-r1.ebuild +++ b/dev-python/pep8/pep8-1.6.2-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 diff --git a/dev-python/pep8/pep8-1.6.2.ebuild b/dev-python/pep8/pep8-1.6.2.ebuild index 1842d9e4c6bb..42923ca744ef 100644 --- a/dev-python/pep8/pep8-1.6.2.ebuild +++ b/dev-python/pep8/pep8-1.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 # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 diff --git a/dev-python/pep8/pep8-1.7.0.ebuild b/dev-python/pep8/pep8-1.7.0.ebuild index 8eb8bacce384..733765537dc7 100644 --- a/dev-python/pep8/pep8-1.7.0.ebuild +++ b/dev-python/pep8/pep8-1.7.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 |