diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-02-27 16:57:54 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-02-27 18:09:24 +0100 |
commit | 6c59bf8ba2b5efc6d2596f095d2a911addc273c9 (patch) | |
tree | 62cdde8a6ef0f4c2f6c7020b99b4537719cad2de /dev-python/rosdistro | |
parent | dev-python/rosdistro: remove old (diff) | |
download | gentoo-6c59bf8ba2b5efc6d2596f095d2a911addc273c9.tar.gz gentoo-6c59bf8ba2b5efc6d2596f095d2a911addc273c9.tar.bz2 gentoo-6c59bf8ba2b5efc6d2596f095d2a911addc273c9.zip |
dev-python/rosdistro: Add python 3.6 pypy/3 support
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/rosdistro')
-rw-r--r-- | dev-python/rosdistro/rosdistro-0.6.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/rosdistro/rosdistro-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/rosdistro/rosdistro-0.6.1.ebuild b/dev-python/rosdistro/rosdistro-0.6.1.ebuild index 6f235cc43c15..4afd2fb4f003 100644 --- a/dev-python/rosdistro/rosdistro-0.6.1.ebuild +++ b/dev-python/rosdistro/rosdistro-0.6.1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then diff --git a/dev-python/rosdistro/rosdistro-9999.ebuild b/dev-python/rosdistro/rosdistro-9999.ebuild index 747ddca50b97..4afd2fb4f003 100644 --- a/dev-python/rosdistro/rosdistro-9999.ebuild +++ b/dev-python/rosdistro/rosdistro-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 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,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then |