summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2018-01-13 11:47:51 +0100
committerAlexis Ballier <aballier@gentoo.org>2018-01-13 13:16:24 +0100
commitb994cee9d032584c14e41643a5f8edfc1dd2b467 (patch)
tree61dbd5b5578bf7382bf8f568e4f5a900ccfa9a1a /dev-python/rosdistro/rosdistro-9999.ebuild
parentdev-python/rosdistro: Remove old (diff)
downloadgentoo-b994cee9d032584c14e41643a5f8edfc1dd2b467.tar.gz
gentoo-b994cee9d032584c14e41643a5f8edfc1dd2b467.tar.bz2
gentoo-b994cee9d032584c14e41643a5f8edfc1dd2b467.zip
dev-python/rosdistro: bump to 0.6.4
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-python/rosdistro/rosdistro-9999.ebuild')
-rw-r--r--dev-python/rosdistro/rosdistro-9999.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/rosdistro/rosdistro-9999.ebuild b/dev-python/rosdistro/rosdistro-9999.ebuild
index e9ccf8b2beb3..8780e241c60c 100644
--- a/dev-python/rosdistro/rosdistro-9999.ebuild
+++ b/dev-python/rosdistro/rosdistro-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -18,9 +18,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/rosdistro/archive/${PV}.tar.gz -> ${P}.tar.gz
- "
+ SRC_URI="https://github.com/ros-infrastructure/rosdistro/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm"
fi
@@ -36,6 +34,7 @@ RDEPEND="
DEPEND="${RDEPEND}
test? (
dev-python/nose[${PYTHON_USEDEP}]
+ dev-python/mock[${PYTHON_USEDEP}]
)
"