summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2021-01-05 20:36:22 +0100
committerAlexis Ballier <aballier@gentoo.org>2021-01-05 21:02:51 +0100
commitba135b535f8e722f661c7adf6f6b7bd0ada05051 (patch)
treef4f8346323f1fa532c2b5a6d70387525c2d6573a /dev-util/rosdep
parentdev-util/catkin: bump to 0.8.9 (diff)
downloadgentoo-ba135b535f8e722f661c7adf6f6b7bd0ada05051.tar.gz
gentoo-ba135b535f8e722f661c7adf6f6b7bd0ada05051.tar.bz2
gentoo-ba135b535f8e722f661c7adf6f6b7bd0ada05051.zip
dev-util/rosdep: bump to 0.20.0
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-util/rosdep')
-rw-r--r--dev-util/rosdep/Manifest2
-rw-r--r--dev-util/rosdep/files/tests.patch13
-rw-r--r--dev-util/rosdep/rosdep-0.20.0.ebuild (renamed from dev-util/rosdep/rosdep-0.19.0-r1.ebuild)2
3 files changed, 2 insertions, 15 deletions
diff --git a/dev-util/rosdep/Manifest b/dev-util/rosdep/Manifest
index 46d0f5d75102..12b266dc4a00 100644
--- a/dev-util/rosdep/Manifest
+++ b/dev-util/rosdep/Manifest
@@ -1 +1 @@
-DIST rosdep-0.19.0.tar.gz 309029 BLAKE2B d4d9f607757c418f848a89987db6ff17a98719d0cacab49250abf45145a9f5b538d9442622ec3a8c3536061e82e624f25c9a7b777662b686167e2fdce88433ec SHA512 3e1d5829689646d583da2eaaf3b8bbddec3cb4ca3dc3941ee2697f6367510a4dcff11984fa1792a400f49132778d7869f0a8274e42bc8c04f2e326e6a663c494
+DIST rosdep-0.20.0.tar.gz 310881 BLAKE2B f81275e6b88de10b1bd080feaa97a5f870aea6f4bfa7d8ccaa788df01b5b43890f99fee3d2bdbf7dda811745a89d54aac948201a218dd32d56f2ed49eefbdaf8 SHA512 f464b4a1bd3ef437f4ef0ca55eed873125c537aed793b22e99dcdfdeb078bdd3dc03cbe75b67d6ba7b29c7390b893f85c436fb90fc339a26dca338e8652db917
diff --git a/dev-util/rosdep/files/tests.patch b/dev-util/rosdep/files/tests.patch
index cd6e199b3cd0..fa4fcfdb36a8 100644
--- a/dev-util/rosdep/files/tests.patch
+++ b/dev-util/rosdep/files/tests.patch
@@ -1,16 +1,3 @@
-Index: rosdep-0.19.0/src/rosdep2/platforms/osx.py
-===================================================================
---- rosdep-0.19.0.orig/src/rosdep2/platforms/osx.py
-+++ rosdep-0.19.0/src/rosdep2/platforms/osx.py
-@@ -303,7 +303,7 @@ class HomebrewInstaller(PackageManagerIn
-
- # make sure options is a list of list of strings
- try:
-- valid = all([isinstance(x, _basestring) for l in options for x in l])
-+ valid = all([isinstance(x, _basestring) for option in options for x in option])
- except Exception as e:
- raise InvalidData("Invalid list of options '%s', error: %s" % (options, e))
- else:
Index: rosdep-0.19.0/test/test_rosdep_gentoo.py
===================================================================
--- rosdep-0.19.0.orig/test/test_rosdep_gentoo.py
diff --git a/dev-util/rosdep/rosdep-0.19.0-r1.ebuild b/dev-util/rosdep/rosdep-0.20.0.ebuild
index 861de0006ff1..6e254e1702e6 100644
--- a/dev-util/rosdep/rosdep-0.19.0-r1.ebuild
+++ b/dev-util/rosdep/rosdep-0.20.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7