diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-05-18 16:20:43 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-05-18 17:18:15 +0200 |
commit | ef88faa987c0af04e85d8d7844c608ec11edb19a (patch) | |
tree | eb24b757018bb696d48e3fc0d26dbd709fc06d7f /dev-python/rospkg/rospkg-9999.ebuild | |
parent | dev-ros/cmake_modules: bump to 0.5.0 (diff) | |
download | gentoo-ef88faa987c0af04e85d8d7844c608ec11edb19a.tar.gz gentoo-ef88faa987c0af04e85d8d7844c608ec11edb19a.tar.bz2 gentoo-ef88faa987c0af04e85d8d7844c608ec11edb19a.zip |
dev-python/rospkg: bump to 1.2.6; drop pypy
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-python/rospkg/rospkg-9999.ebuild')
-rw-r--r-- | dev-python/rospkg/rospkg-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rospkg/rospkg-9999.ebuild b/dev-python/rospkg/rospkg-9999.ebuild index d3245f8cb2a1..3dd32f0afe6f 100644 --- a/dev-python/rospkg/rospkg-9999.ebuild +++ b/dev-python/rospkg/rospkg-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7} pypy3 ) +PYTHON_COMPAT=( python{3_6,3_7} ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then |