summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* **/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/testtools: Remove oldMichał Górny2021-08-165-211/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/testtools: amd64/arm64/arm/ppc64/ppc/sparc/x86 stable (ALLARCHES ↵Agostino Sarubbo2021-08-161-1/+1
| | | | | | | policy) wrt bug #808363 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/testtools: Bump to 2.5.0Michał Górny2021-07-142-0/+41
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/testtools: drop back to EAPI 7 to ease upgradesSam James2021-07-121-1/+5
| | | | | | | | | | | | This causes an issue because of the following depchain: samba -> subunit -> testtools (EAPI 8 only) While we should try drop the subunit dependency from Samba if possible, let's drop testtools back to EAPI 7 temporarily to ease upgrades for users, given Samba is a very common package (and even dependency). Bug: https://bugs.gentoo.org/801637 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/testtools: Remove oldMichał Górny2021-07-061-45/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/testtools: Stabilize 2.4.0-r2 ALLARCHESMichał Górny2021-07-061-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/testtools: Port to py3.10Michał Górny2021-07-052-1/+48
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/testtools: Eliminate traceback2 tooMichał Górny2021-07-051-3/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/testtools: Eliminate unittest2Michał Górny2021-07-052-0/+82
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/testtools: keyword 2.4.0-r1 for ~riscvMarek Szuba2021-07-011-2/+2
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-python/testtools: drop s390 to ~s390 (unstable)Sam James2021-04-051-2/+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>
* */*: Drop most stable hppa keywordsMatt Turner2020-12-311-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-python/testtools: ~x64-macos keywordedSam James2020-12-011-1/+1
| | | | | Package-Manager: Portage-3.0.10.2-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/testtools: Remove python2Michał Górny2020-09-201-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/testtools: Remove redundant versionsMichał Górny2020-07-123-103/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/testtools: Stabilize 2.4.0 ALLARCHES, #731610Michał Górny2020-07-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/testtools: Mark ALLARCHESMichał Górny2020-07-111-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/testtools: Bump to 2.4.0Michał Górny2020-05-313-0/+122
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Move dev-python/{mimeparse → python-mimeparse}Michał Górny2020-05-311-1/+1
| | | | 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>
* */*: 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>
* */*: 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/testtools-2.3.0: 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/testtools: mark s390 stableMikle Kolyada2018-07-281-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/testtools: Enable py3.7Michał Górny2018-07-161-1/+1
|
* dev-python/testtools: Remove unused patchesMichał Górny2018-07-123-164/+0
|
* dev-python/testtools: Backport py3.7 test fixMichał Górny2018-07-122-1/+49
|
* dev-python/testtools: clean up oldMatthew Thode2018-07-073-104/+0
| | | | 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/testtools: 2.3.0 stablized alpha amd64 arm arm64 hppa ia64 ~m68k ↵Matthew Thode2018-03-301-1/+1
| | | | | | ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux under allarches Stablized for Openstack Queens
* dev-python/testtools: Clean old upMichał Górny2018-01-062-54/+0
|
* dev-python/*: Update Manifest hashesMichał Górny2017-12-091-4/+4
|
* dev-python/testtools: Remove bazaar@ project, #626492Michał Górny2017-08-111-4/+0
|
* dev-python/testtools: keyword ~arm64Alexis Ballier2017-07-081-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-python/testtools: mark arm64 stable to catchup with other archesAlexis Ballier2017-06-261-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-python/testtools: Bump to version 2.3.0Lars Wendler2017-05-152-0/+54
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-python/testtools: Clean old versions upMichał Górny2017-05-034-154/+0
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-286-6/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-python/testtools: PYTHON_COMPAT: add python3_6Zac Medico2017-02-261-2/+2
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-python/testtools: PYTHON_COMPAT: add python3_6Zac Medico2017-02-125-10/+10
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* global: Drop dead implementations from PYTHON_COMPATMichał Górny2016-11-016-6/+6
|
* dev-python/testtools: add version 2.2.0Alex Brandt2016-05-282-0/+55
| | | | Package-Manager: portage-2.3.0_rc1
* dev-python/testtools: Add python3.5 supportJustin Lecher2016-02-091-2/+2
| | | | | Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>