summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/jaraco-text: Bump to 3.4.0Michał Górny2020-12-272-0/+45
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/jaraco-text: Remove namespace depMichał Górny2020-12-031-1/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/jaraco-text: Drop all python_gen_cond_dep w/o PYTHON_COMPATAndreas Sturmlechner2020-08-021-1/+1
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-python/jaraco-text: 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-text: Remove redundant versionsMichał Górny2020-07-123-122/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/jaraco-text: 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-text: Stabilize 3.2.0 amd64, #727058Michał Górny2020-07-051-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/jaraco-text: 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-text: 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-text: Add python@ as co-maintMichał Górny2020-06-211-0/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/jaraco-text: Port to py3.9Michał Górny2020-06-211-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/jaraco-text: 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-text: keyworded 3.2.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-text: Keyword 3.2.0 ppc, #717946Michał Górny2020-05-301-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/jaraco-text: 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-text: 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-text-3.2.0: Add pypy3Patrick McLean2020-03-261-1/+1
| | | | | | 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-text: Remove py2Michał Górny2020-02-053-3/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-053-5/+5
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/jaraco-text: Remove python_gen_cond_dep calls for py3.5David Seifert2020-01-031-2/+2
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-112-0/+2
| | | | | | | | | | | | | | | | | | 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-text: remove oldLouis Sautier2019-12-022-60/+0
| | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* dev-python/jaraco-text: bump to 3.2.0, add Python 3.8 supportLouis Sautier2019-12-022-0/+54
| | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* dev-python/jaraco-text: remove oldLouis Sautier2019-10-222-59/+0
| | | | | Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* dev-python/jaraco-text: bump to 3.1.0, requires importlib_resourcesLouis Sautier2019-10-222-0/+61
| | | | | Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* dev-python/jaraco-text: remove oldLouis Sautier2019-10-042-49/+0
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* dev-python/jaraco-text: bump to 3.0.1, adds missing six dependencyLouis Sautier2019-10-042-0/+60
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* dev-python/jaraco-text: bump to 3.0, switches to pkgutilLouis Sautier2019-07-042-0/+59
| | | | | | | | This new version also lifts the circular dependency on dev-python/jaraco-collections. 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-021-1/+1
| | | | | | | 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-text: 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-text: x86 stable (bug #658956)Thomas Deutschmann2018-06-261-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/jaraco-text: amd64 stableJason Zaman2018-06-251-1/+1
| | | | | Gentoo-bug: 658956 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/jaraco-text: add changelog to metadata.xmlLouis Sautier2018-06-241-0/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/jaraco-text: remove oldLouis Sautier2018-06-242-49/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/jaraco-text: bump to 1.10.1, add Python 3.6Louis Sautier2018-06-242-0/+59
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/jaraco-text: 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-text: 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-text: 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-text: remove oldLouis Sautier2016-08-222-48/+0
| | | | Package-Manager: portage-2.3.0
* dev-python/jaraco-text: bump to 1.8Louis Sautier2016-08-222-0/+50
| | | | Package-Manager: portage-2.3.0
* dev-python/jaraco-text: bump to 1.7, EAPI=6, add docLouis Sautier2016-06-083-1/+51
| | | | | | | Package-Manager: portage-2.3.0_rc1 Closes: https://github.com/gentoo/gentoo/pull/1621 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* 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-text: version bump to vn. 1.6.3Louis Sautier2016-01-142-2/+2
| | | | Package-Manager: portage-2.2.26
* dev-python/jaraco-text: needed as a new dep to dev-python/ircLouis Sautier2015-12-303-0/+62
Package-Manager: portage-2.2.26