summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-util/rosdep: fix double KEYWORDSSam James2021-02-151-2/+1
| | | | | | | | | | Double KEYWORDS lines break tools like ekeyword and Nattka. As per PMS, blank/empty KEYWORDS is implied by not defining the variable. See: https://projects.gentoo.org/qa/policy-guide/ebuild-format.html#pg0105 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-311-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/rosdep: disable tests with network sandboxAlexis Ballier2020-10-221-1/+5
| | | | | | Closes: https://bugs.gentoo.org/750494 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* dev-util/rosdep: add py39Alexis Ballier2020-10-201-1/+1
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* dev-util/rosdep: fix testsAlexis Ballier2020-10-201-2/+2
| | | | | | | Closes: https://bugs.gentoo.org/637072 Closes: https://bugs.gentoo.org/675532 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* dev-util/rosdep: fix distutils depAlexis Ballier2020-10-201-0/+1
| | | | | | Closes: https://bugs.gentoo.org/749948 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* dev-util/rosdep: update homepage linkJakov Smolic2020-08-171-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/rosdep: bump to 0.19.0Alexis Ballier2020-07-291-1/+1
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* dev-util/rosdep: Remove py2Michał Górny2020-02-061-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-051-2/+2
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-0/+1
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-171-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/rosdep: bump to 0.13.0; update EAPIAlexis Ballier2018-12-211-3/+4
| | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* dev-util/rosdep: add missing flake8 test dep.Alexis Ballier2018-02-151-1/+2
| | | | | Closes: https://bugs.gentoo.org/647662 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-util/rosdep: Add python 3.6 / pypy/3 supportAlexis Ballier2017-02-271-1/+1
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-util/rosdep: Add python 3.5 support.Alexis Ballier2017-02-091-2/+2
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* global: Drop dead implementations from PYTHON_COMPATMichał Górny2016-11-011-1/+1
|
* HTTPS (and canonicalize domain) for github.comAnthony Ryan2016-05-291-1/+1
| | | | | | | | | | | | | | | | All links to www.github.com were changed to github.com (preferred by GitHub). During the automated testing of all modified packages the following SRC_URIs were discovered to have changed upstream. Upon closer inspection they were all confirmed to not be regressions. They will all continue to work when served from the mirrors. * dev-python/catkin_pkg-0.2.10 (upstream tarball changed) * dev-python/rosdistro-0.4.4 (upstream tarball changed) * dev-util/rosdep-0.11.4 (upstream tarball changed) * dev-util/wstool-0.1.12 (upstream tarball changed) * dev-util/wstool-0.1.13 (upstream tarball changed) * dev-util/rosdep-0.11.5 (upstream tarball deleted)
* dev-util/rosdep: dev-python/nose is always needed at build time, not only ↵Alexis Ballier2015-10-061-1/+1
| | | | | | for tests. Bug #562012 by Randolph Maaßen. Package-Manager: portage-2.2.22
* dev-util/rosdep: initial import. ebuild by me.Alexis Ballier2015-09-171-0/+61
Package-Manager: portage-2.2.20.1