summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/catkin_pkg: treecleanJakov Smolić2023-01-247-173/+0
| | | | | Closes: https://bugs.gentoo.org/856703 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-142-4/+4
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-python/catkin_pkg: Remove oldMichał Górny2022-11-144-93/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/catkin_pkg: bump to 0.5.2Alexis Ballier2022-07-064-3/+75
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* dev-python/catkin_pkg: bump to 0.4.24Alexis Ballier2022-03-092-2/+2
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* dev-python/catkin_pkg: enable py3.10, use d_e_tArthur Zamarin2021-09-232-32/+10
| | | | | | | passes tests Closes: https://bugs.gentoo.org/812332 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* dev-python/catkin_pkg: fix double KEYWORDSSam James2021-02-152-2/+0
| | | | | | | | | | 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-312-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/catkin_pkg: generate setup.py without newline in descriptionAlexis Ballier2021-01-203-2/+23
| | | | | | | | Closes: https://bugs.gentoo.org/765868 Closes: https://bugs.gentoo.org/765877 Closes: https://bugs.gentoo.org/765772 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* dev-python/*: add pypi remote-idsMichał Górny2020-12-111-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/catkin_pkg: add py39Alexis Ballier2020-10-132-2/+2
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* dev-python/catkin_pkg: bump to 0.4.23Alexis Ballier2020-09-303-1/+3
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* dev-python/catkin_pkg: improve catkin prefix patch not to require cmakeAlexis Ballier2020-09-212-5/+6
| | | | | Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* dev-python/catkin_pkg: Remove redundant versionsMichał Górny2020-08-222-57/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/catkin_pkg: update homepage linkJakov Smolic2020-08-173-3/+3
| | | | | | 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-python/catkin_pkg: bump to 0.4.22Alexis Ballier2020-07-232-0/+57
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* dev-python/catkin_pkg: Remove redundant versionsMichał Górny2020-07-125-198/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/catkin_pkg: Bump to 0.4.20.Alexis Ballier2020-05-134-2/+86
| | | | | | | Add python 3.8 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* dev-python/catkin_pkg: Drop py2Michał Górny2020-03-184-4/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-054-8/+8
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/catkin_pkg: bump to 0.4.15Alexis Ballier2019-12-113-1/+58
| | | | | | | Also add py37 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-113-0/+3
| | | | | | | | | | | | | | | | | | 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>
* dev-python/catkin_pkg: bump to 0.4.13Alexis Ballier2019-08-282-0/+56
| | | | | Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* dev-python/catkin_pkg: Remove oldAlexis Ballier2019-08-283-112/+0
| | | | | Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* dev-python/catkin_pkg: bump to 0.4.12Alexis Ballier2019-05-072-0/+56
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-173-5/+5
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/catkin_pkg: bump to 0.4.10Alexis Ballier2019-01-152-0/+56
| | | | | Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* dev-python/catkin_pkg: Remove oldAlexis Ballier2019-01-151-12/+0
| | | | | Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* dev-python/catkin_pkg: Remove oldAlexis Ballier2019-01-153-111/+0
| | | | | Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* dev-python/catkin_pkg: bump to 0.4.9Alexis Ballier2018-12-033-2/+57
| | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* dev-python/catkin_pkg: eapi update, bump to 0.4.8Alexis Ballier2018-08-173-4/+64
| | | | Package-Manager: Portage-2.3.46, Repoman-2.3.10
* dev-python/catkin_pkg: Remove oldAlexis Ballier2018-08-175-153/+0
| | | | Package-Manager: Portage-2.3.46, Repoman-2.3.10
* dev-python/catkin_pkg: add missing flake8 test depAlexis Ballier2018-07-302-2/+10
| | | | | Closes: https://bugs.gentoo.org/661120 Package-Manager: Portage-2.3.44, Repoman-2.3.10
* dev-python/catkin_pkg: bump to 0.4.7Alexis Ballier2018-07-302-0/+50
| | | | Package-Manager: Portage-2.3.44, Repoman-2.3.10
* dev-python/catkin_pkg: add blocker on old catkin versionsAlexis Ballier2018-07-032-0/+4
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* dev-python/catkin_pkg: bump to 0.4.6Alexis Ballier2018-07-035-2/+106
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* dev-python/catkin_pkg: Remove oldAlexis Ballier2018-07-033-95/+0
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* dev-python/catkin_pkg: bump to 0.4.2 and fix testsAlexis Ballier2018-05-154-2/+50
| | | | Package-Manager: Portage-2.3.36, Repoman-2.3.9
* dev-python/catkin_pkg: add missing pyparsing depAlexis Ballier2018-01-282-1/+3
| | | | Package-Manager: Portage-2.3.20, Repoman-2.3.6
* dev-python/catkin_pkg: bump to 0.4.1Alexis Ballier2018-01-282-0/+47
| | | | Package-Manager: Portage-2.3.20, Repoman-2.3.6
* dev-python/catkin_pkg: Remove oldAlexis Ballier2018-01-283-94/+0
| | | | Package-Manager: Portage-2.3.20, Repoman-2.3.6
* dev-python/*: Update Manifest hashesMichał Górny2017-12-091-3/+3
|
* dev-python/catkin_pkg: bump to 0.3.9Alexis Ballier2017-11-042-0/+47
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4
* dev-python/catkin_pkg: bump to 0.3.8Alexis Ballier2017-10-142-0/+47
| | | | Package-Manager: Portage-2.3.11, Repoman-2.3.3
* dev-python/catkin_pkg: Remove oldAlexis Ballier2017-08-154-121/+0
| | | | Package-Manager: Portage-2.3.7, Repoman-2.3.3
* dev-python/catkin_pkg: bump to 0.3.6 and update infinite loop patchAlexis Ballier2017-08-154-1/+75
| | | | Package-Manager: Portage-2.3.7, Repoman-2.3.3
* dev-python/catkin_pkg: bump to 0.3.5Alexis Ballier2017-06-082-0/+47
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-python/catkin_pkg: remove oldAlexis Ballier2017-06-083-94/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-python/catkin_pkg: bump to 0.3.4Alexis Ballier2017-05-302-0/+47
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2