dev-python/catkin_pkg: Use the github snapshots only and add python 3.6 support.
authorAlexis Ballier <aballier@gentoo.org>
Mon, 27 Feb 2017 10:04:57 +0000 (11:04 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Mon, 27 Feb 2017 10:49:07 +0000 (11:49 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-python/catkin_pkg/Manifest
dev-python/catkin_pkg/catkin_pkg-0.3.1-r1.ebuild
dev-python/catkin_pkg/catkin_pkg-9999.ebuild

index 7b35f1e9ed887a4cecebfcab440ce9f515eafc43..7a519a840b4f750c6f62813f37ac3481920b6127 100644 (file)
@@ -1 +1 @@
-DIST catkin_pkg-0.3.1.tar.gz 43710 SHA256 7eab5d82cd946fd070b9d58751c54739eb85c8b23665483b863dbc414f681206 SHA512 f72f96935e7528f5f2f64d20becccfa9e6ca06619d03631741319ed22d2e97a2a8cd9abb47b06e680dd36367919d76ba88efcb64c1bd3c4c49a76af24f571f0d WHIRLPOOL fb7a5972732efa80a33280c569bf13c31d7758c670463646e9b742580860c58e5f70f8238728e2490e5e5fa3c188a4cd2e7f2a385bdf5ced73677e2efda29619
+DIST catkin_pkg-0.3.1-gh.tar.gz 46399 SHA256 3bfd1973c04db96f181ba2eb46a5eaf14620bb8db7aebc7ec8f2135c65a9d584 SHA512 be4e825ee45a68de3a3cb8eed337649a2f9b117054e24238cf4909fd11900698bdc59812e02e90c01fb3148d12713751e1afbea24531965eeb3fcbd2c36b014c WHIRLPOOL 433749f306e3b02dc2b87d5930423ed174ea133352caab8bb034295da6b9a9471b4f187d21784aebc130a56a0d4849565c2e0925649858615166bae7e0260249
index 61454009e2b336f14a5274dcd500913808829f60..57cbb8ced9968cd7bc429d3c579255f22b266cb8 100644 (file)
@@ -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
 
index 61454009e2b336f14a5274dcd500913808829f60..57cbb8ced9968cd7bc429d3c579255f22b266cb8 100644 (file)
@@ -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