diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-02-10 18:29:06 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-02-12 14:18:32 -0800 |
commit | 1b183738794dfe9a610537312c4f72786cf324cb (patch) | |
tree | e1347998edc209af8c1f799b62adc98fa49c5522 /dev-python/pycodestyle | |
parent | dev-python/flake8: PYTHON_COMPAT: add python3_6 (diff) | |
download | gentoo-1b183738794dfe9a610537312c4f72786cf324cb.tar.gz gentoo-1b183738794dfe9a610537312c4f72786cf324cb.tar.bz2 gentoo-1b183738794dfe9a610537312c4f72786cf324cb.zip |
dev-python/pycodestyle: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/pycodestyle')
-rw-r--r-- | dev-python/pycodestyle/pycodestyle-2.0.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pycodestyle/pycodestyle-2.1.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pycodestyle/pycodestyle-2.2.0.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pycodestyle/pycodestyle-2.0.0.ebuild b/dev-python/pycodestyle/pycodestyle-2.0.0.ebuild index 099578ef2f6a..1e643c63d5aa 100644 --- a/dev-python/pycodestyle/pycodestyle-2.0.0.ebuild +++ b/dev-python/pycodestyle/pycodestyle-2.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=6 -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/pycodestyle/pycodestyle-2.1.0.ebuild b/dev-python/pycodestyle/pycodestyle-2.1.0.ebuild index 099578ef2f6a..1e643c63d5aa 100644 --- a/dev-python/pycodestyle/pycodestyle-2.1.0.ebuild +++ b/dev-python/pycodestyle/pycodestyle-2.1.0.ebuild @@ -4,7 +4,7 @@ EAPI=6 -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/pycodestyle/pycodestyle-2.2.0.ebuild b/dev-python/pycodestyle/pycodestyle-2.2.0.ebuild index c1734c22d24e..62232f3ddb5d 100644 --- a/dev-python/pycodestyle/pycodestyle-2.2.0.ebuild +++ b/dev-python/pycodestyle/pycodestyle-2.2.0.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 |