diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-02-11 17:09:54 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-02-12 14:19:00 -0800 |
commit | c0a3c8b1dbfe78d1c4e6a00570cf7229b47c85e7 (patch) | |
tree | f10250680d3cccede6170b69d0d6ad8fb106bb50 /dev-python/testrepository | |
parent | dev-python/testresources: PYTHON_COMPAT: add python3_6 (diff) | |
download | gentoo-c0a3c8b1dbfe78d1c4e6a00570cf7229b47c85e7.tar.gz gentoo-c0a3c8b1dbfe78d1c4e6a00570cf7229b47c85e7.tar.bz2 gentoo-c0a3c8b1dbfe78d1c4e6a00570cf7229b47c85e7.zip |
dev-python/testrepository: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/testrepository')
-rw-r--r-- | dev-python/testrepository/testrepository-0.0.18-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/testrepository/testrepository-0.0.20.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/testrepository/testrepository-0.0.18-r1.ebuild b/dev-python/testrepository/testrepository-0.0.18-r1.ebuild index b5fdad850ac0..c3ed4a1ef661 100644 --- a/dev-python/testrepository/testrepository-0.0.18-r1.ebuild +++ b/dev-python/testrepository/testrepository-0.0.18-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 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 diff --git a/dev-python/testrepository/testrepository-0.0.20.ebuild b/dev-python/testrepository/testrepository-0.0.20.ebuild index d08e90242f1d..b402a2ed248a 100644 --- a/dev-python/testrepository/testrepository-0.0.20.ebuild +++ b/dev-python/testrepository/testrepository-0.0.20.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 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 |