From a2eaf680bd08e82e6f1fca28029b4d77a1ddd6ef Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Mon, 27 Feb 2017 11:04:57 +0100 Subject: 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 --- dev-python/catkin_pkg/catkin_pkg-9999.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'dev-python/catkin_pkg/catkin_pkg-9999.ebuild') 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 -- cgit v1.2.3-65-gdbad