summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/jaraco-collections: Fix (unset) DISTUTILS_USE_SETUPTOOLSMichał Górny2020-09-211-1/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/jaraco-collections: ppc stable (bug #727058)Sam James2020-07-131-1/+1
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/jaraco-collections: Remove redundant versionsMichał Górny2020-07-123-123/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/jaraco-collections: arm stable (bug #727058)Sam James (sam_c)2020-07-061-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/jaraco-collections: Stabilize 3.0.0 amd64, #727058Michał Górny2020-07-051-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/jaraco-collections: x86 stable wrt bug #727058Agostino Sarubbo2020-06-291-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/jaraco-collections: arm64 stable (bug #727058)Sam James (sam_c)2020-06-221-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* dev-python/jaraco-collections: Add python@ as co-maintMichał Górny2020-06-211-0/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/jaraco-collections: Port to py3.9Michał Górny2020-06-211-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/jaraco-collections: arm keyworded (bug #717946)Sam James (sam_c)2020-06-041-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/jaraco-collections: keyworded 3.0.0 for ia64, bug #717946Sergei Trofimovich2020-05-301-1/+1
| | | | | | Package-Manager: Portage-2.3.100, Repoman-2.3.22 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-python/jaraco-collections: Keyword 3.0.0 ppc, #717946Michał Górny2020-05-301-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/jaraco-collections: arm64 keyworded (bug #715008)Sam James (sam_c)2020-04-281-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* dev-python/jaraco-collections: add ~ppc64 keyword, bug #715008Georgy Yakovlev2020-03-311-1/+1
| | | | | Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-python/jaraco-collections-3.0.0: add pypy3Patrick McLean2020-03-262-2/+37
| | | | | | Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.96, Repoman-2.3.21 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-python/jaraco-text-3.2.0: Add pypy3, fix setuptools depPatrick McLean2020-03-261-3/+3
| | | | | | Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.95, Repoman-2.3.21 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-python/jaraco-collections: Remove py2Michał Górny2020-02-052-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-052-4/+4
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/jaraco-collections: remove oldLouis Sautier2019-12-313-123/+0
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* dev-python/jaraco-collections: v3.0.0, drops Py<3.6, add Py3.8Louis Sautier2019-12-312-0/+53
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-114-0/+4
| | | | | | | | | | | | | | | | | | 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/jaraco-collections: bump to 2.1Louis Sautier2019-10-142-0/+61
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* dev-python/jaraco-collections: bump to 2.0, switches to pkgutilLouis Sautier2019-07-042-0/+61
| | | | | | | | Remove PDEPEND on dev-python/jaraco-text and make it a normal dependency because it no longer requires dev-python/jaraco-collections since v3.0. Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* dev-python/jaraco-*: depend on old pkg_resources-style namespace pkgLouis Sautier2019-07-022-2/+2
| | | | | | | In anticipation of a switch to a pkgutil-style namespace package. Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-172-4/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/jaraco-collections: remove oldLouis Sautier2018-10-182-59/+0
| | | | | Signed-off-by: Louis Sautier <sbraz@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-python/jaraco-collections: bump to 1.6.0Louis Sautier2018-10-182-0/+60
| | | | | Signed-off-by: Louis Sautier <sbraz@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-python/jaraco-collections: add Python 3.7, make tests verboseLouis Sautier2018-07-291-2/+2
| | | | Package-Manager: Portage-2.3.43, Repoman-2.3.10
* dev-python/jaraco-collections: x86 stable (bug #658956)Thomas Deutschmann2018-06-261-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/jaraco-collections: amd64 stableJason Zaman2018-06-251-1/+1
| | | | | Gentoo-bug: 658956 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/jaraco-collections: remove oldLouis Sautier2018-06-242-59/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/jaraco-collections: bump to 1.5.3, add Python 3.6Louis Sautier2018-06-242-0/+60
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/jaraco-collections: change my email in metadata.xmlLouis Sautier2018-06-181-5/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/*: Update Manifest hashesMichał Górny2017-12-091-2/+2
|
* dev-python/jaraco-collections: x86 stable wrt bug #606192Agostino Sarubbo2017-06-171-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/jaraco-collections: amd64 stable wrt bug #606192Agostino Sarubbo2017-06-171-2/+2
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* 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/jaraco-collections: remove oldLouis Sautier2016-09-162-60/+0
| | | | Package-Manager: portage-2.3.0
* dev-python/jaraco-collections: bump to 1.5Louis Sautier2016-09-163-0/+61
| | | | Package-Manager: portage-2.3.0
* dev-python/jaraco-collections: remove old.Louis Sautier2016-08-072-50/+0
| | | | | | | Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2028 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* dev-python/jaraco-collections: version bump to 1.4.1.Louis Sautier2016-08-072-0/+60
| | | | | | | Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2028 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* dev-python/jaraco-collections: remove oldLouis Sautier2016-07-162-50/+0
| | | | Package-Manager: portage-2.3.0
* dev-python/jaraco-collections: bump to 1.4Louis Sautier2016-07-163-1/+61
| | | | Package-Manager: portage-2.3.0
* dev-python/jaraco-collections: fix indentation for 1.3.1Louis Sautier2016-02-191-1/+1
| | | | Package-Manager: portage-2.2.27
* dev-python/jaraco-collections: bump to 1.3.2Louis Sautier2016-02-192-0/+50
| | | | Package-Manager: portage-2.2.27
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-2/+2
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* dev-python/jaraco-collections: needed as a new dep to dev-python/ircLouis Sautier2015-12-303-0/+64
Package-Manager: portage-2.2.26