diff options
author | 2017-02-10 15:53:30 -0800 | |
---|---|---|
committer | 2017-02-12 14:18:12 -0800 | |
commit | 6141191f2001c664fd693a8eb40be15dcb0ea56b (patch) | |
tree | 9d2c952443fc85bd3bae27d04782faef92cace6d /dev-python/nose | |
parent | dev-python/PyContracts: PYTHON_COMPAT: add python3_6 (diff) | |
download | gentoo-6141191f2001c664fd693a8eb40be15dcb0ea56b.tar.gz gentoo-6141191f2001c664fd693a8eb40be15dcb0ea56b.tar.bz2 gentoo-6141191f2001c664fd693a8eb40be15dcb0ea56b.zip |
dev-python/nose: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/nose')
-rw-r--r-- | dev-python/nose/nose-1.3.7-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/nose/nose-1.3.7-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/nose/nose-1.3.7-r3.ebuild | 4 | ||||
-rw-r--r-- | dev-python/nose/nose-9999.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/dev-python/nose/nose-1.3.7-r1.ebuild b/dev-python/nose/nose-1.3.7-r1.ebuild index 647a9fe465c0..7b55dbd50a53 100644 --- a/dev-python/nose/nose-1.3.7-r1.ebuild +++ b/dev-python/nose/nose-1.3.7-r1.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=6 -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/nose/nose-1.3.7-r2.ebuild b/dev-python/nose/nose-1.3.7-r2.ebuild index a475ecfc4bfd..c32a96abe049 100644 --- a/dev-python/nose/nose-1.3.7-r2.ebuild +++ b/dev-python/nose/nose-1.3.7-r2.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=6 -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/nose/nose-1.3.7-r3.ebuild b/dev-python/nose/nose-1.3.7-r3.ebuild index d58878180080..48c0c9c4203a 100644 --- a/dev-python/nose/nose-1.3.7-r3.ebuild +++ b/dev-python/nose/nose-1.3.7-r3.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=6 -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/nose/nose-9999.ebuild b/dev-python/nose/nose-9999.ebuild index 5ec4bbb03d4d..859172d24f0e 100644 --- a/dev-python/nose/nose-9999.ebuild +++ b/dev-python/nose/nose-9999.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=6 -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 git-r3 |