summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/subunit: Remove oldMichał Górny2020-07-173-122/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/subunit: arm64 stable (bug #731606)Sam James2020-07-171-1/+1
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/subunit: stable 1.4.0 for hppa, bug #731606Rolf Eike Beer2020-07-141-1/+1
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.23 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-python/subunit: Stabilize 1.4.0 amd64, #731606Michał Górny2020-07-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/subunit: x86 stable wrt bug #731606Agostino Sarubbo2020-07-091-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/subunit: s390 stable wrt bug #731606Agostino Sarubbo2020-07-091-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/subunit: ppc64 stable wrt bug #731606Agostino Sarubbo2020-07-091-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/subunit: ppc stable wrt bug #731606Agostino Sarubbo2020-07-091-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/subunit: arm stable wrt bug #731606Agostino Sarubbo2020-07-091-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/subunit: stable 1.4.0 for sparc, bug #731606Rolf Eike Beer2020-07-091-1/+1
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.23 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* Remove MULTILIB_USEDEP from all virtual/pkgconfig dependenciesMike Gilbert2020-06-132-2/+2
| | | | | Bug: https://bugs.gentoo.org/723112 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* dev-python/subunit: Bump to 1.4.0Michał Górny2020-05-312-0/+95
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Drop stable ia64 keywordsMatt Turner2020-04-031-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-python/subunit: Remove py2Michał Górny2020-03-281-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Discontinue Gentoo SuperH portMikle Kolyada2020-03-261-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* dev-python/subunit: [QA] inherit ltprune.eclass directlyDavid Seifert2020-02-151-1/+1
| | | | | Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
* */*: Drop stable alpha keywordsMatt Turner2020-01-251-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@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>
* dev-python/subunit-1.2.0-r1: python 3.8 support added.Piotr Karbowski2019-12-301-1/+1
| | | | Signed-off-by: Piotr Karbowski <slashbeast@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>
* dev-python: Remove *-fbsd KEYWORDSMichał Górny2019-10-111-1/+1
| | | | 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-python/subunit: Enable py3.7Michał Górny2018-07-161-1/+1
|
* dev-python/subunit: mark s390 stableMikle Kolyada2018-06-281-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* update pypi HOMEPAGE to avoid redirectionMichael Mair-Keimberger2018-04-261-1/+1
| | | | Closes: https://github.com/gentoo/gentoo/pull/8080
* Replace pypi.python.org with pypi.org in HOMEPAGEMike Gilbert2018-04-191-1/+1
| | | | Bug: https://bugs.gentoo.org/653540
* dev-python/subunit: add ~amd64-fbsd keyword.Patrice Clement2018-02-181-5/+6
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4
* dev-python/*: Update Manifest hashesMichał Górny2017-12-091-1/+1
|
* dev-python/subunit: Remove bazaar@ project, #626492Michał Górny2017-08-111-4/+0
|
* dev-python/subunit: 1.2.0-r1 stable arm64Matthew Thode2017-07-291-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* dev-python/subunit: Clean old versions upMichał Górny2017-05-032-91/+0
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-python/subunit: PYTHON_COMPAT: add python3_6Zac Medico2017-02-121-2/+2
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* global: Drop dead implementations from PYTHON_COMPATMichał Górny2016-11-012-2/+2
|
* dev-python/subunit: Perl needs to be in RDEPEND, too. Empty revbump so the ↵Andreas K. Hüttel2016-05-262-6/+8
| | | | | | | Perl subslot is recorded during rebuild. Package-Manager: portage-2.3.0_rc1 RepoMan-Options: --force
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-3/+3
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-3/+12
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* dev-python/subunit: Drop oldJustin Lecher2015-11-2310-522/+0
| | | | | | | | obsoletes Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=412741 Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* dev-python/subunit: Stable for HPPA (bug #564588).Jeroen Roovers2015-11-231-1/+1
| | | | | Package-Manager: portage-2.2.25 RepoMan-Options: --ignore-arches
* dev-python/subunit: arm stable, bug #564588Markus Meier2015-11-221-1/+1
| | | | | Package-Manager: portage-2.2.25 RepoMan-Options: --include-arches="arm"
* dev-python/subunit: alpha stable wrt bug #564588Agostino Sarubbo2015-11-191-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="alpha"
* dev-python/subunit: x86 stable wrt bug #565742Agostino Sarubbo2015-11-161-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* dev-python/subunit: amd64 stable wrt bug #565742Agostino Sarubbo2015-11-161-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64"
* dev-python/subunit: ia64 stable wrt bug #564588Agostino Sarubbo2015-11-161-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ia64"
* dev-python/subunit: sparc stable wrt bug #564588Agostino Sarubbo2015-11-051-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="sparc"
* dev-python/subunit: ppc64 stable wrt bug #564588Agostino Sarubbo2015-11-041-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc64"
* dev-python/subunit: ppc stable wrt bug #564588Agostino Sarubbo2015-11-041-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc"
* dev-python/subunit: x86 stable wrt bug #564588Agostino Sarubbo2015-11-021-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* dev-python/subunit: amd64 stable wrt bug #564588Agostino Sarubbo2015-11-021-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64"
* dev-python/subunit: Version BumpJustin Lecher2015-10-232-0/+95
| | | | | Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>