diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-02-27 11:04:57 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-02-27 11:49:07 +0100 |
commit | a2eaf680bd08e82e6f1fca28029b4d77a1ddd6ef (patch) | |
tree | f3369d83c5c65d3a479487c82131c5a92e5935e4 /dev-python/catkin_pkg/catkin_pkg-9999.ebuild | |
parent | dev-python/catkin_pkg: remove old (diff) | |
download | gentoo-a2eaf680bd08e82e6f1fca28029b4d77a1ddd6ef.tar.gz gentoo-a2eaf680bd08e82e6f1fca28029b4d77a1ddd6ef.tar.bz2 gentoo-a2eaf680bd08e82e6f1fca28029b4d77a1ddd6ef.zip |
dev-python/catkin_pkg: Use the github snapshots only and add python 3.6 support.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/catkin_pkg/catkin_pkg-9999.ebuild')
-rw-r--r-- | dev-python/catkin_pkg/catkin_pkg-9999.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dev-python/catkin_pkg/catkin_pkg-9999.ebuild b/dev-python/catkin_pkg/catkin_pkg-9999.ebuild index 61454009e2b3..57cbb8ced996 100644 --- a/dev-python/catkin_pkg/catkin_pkg-9999.ebuild +++ b/dev-python/catkin_pkg/catkin_pkg-9999.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then @@ -19,10 +19,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then SRC_URI="" KEYWORDS="" else - SRC_URI=" - http://download.ros.org/downloads/${PN}/${P}.tar.gz - https://github.com/ros-infrastructure/catkin_pkg/archive/${PV}.tar.gz -> ${P}.tar.gz - " + SRC_URI="https://github.com/ros-infrastructure/catkin_pkg/archive/${PV}.tar.gz -> ${P}-gh.tar.gz" KEYWORDS="~amd64 ~arm" fi |