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/doit: enable py3.10Arthur Zamarin2021-09-091-3/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/doit: add Python 3.9Sam James2021-03-021-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>
* dev-python/doit: remove unused patch(es)Michael Mair-Keimberger2020-12-262-120/+0
| | | | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/18709 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-python/doit: Remove oldMichał Górny2020-11-022-55/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/doit: Stabilize 0.33.1 ALLARCHES, #750611Sam James2020-10-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/doit: x86 stable (bug #750611)Thomas Deutschmann2020-10-261-1/+1
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-python/doit: Mark ALLARCHESMichał Górny2020-10-211-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/doit: drop unneeded RDEPEND referenceSam James2020-09-171-1/+0
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/doit: remove old versionAzamat H. Hackimov2020-09-171-54/+0
| | | | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17475 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/doit: update to 0.33.1Azamat H. Hackimov2020-09-172-0/+50
| | | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/doit: x86 stable (bug #737746)Thomas Deutschmann2020-08-301-1/+1
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-python/doit: amd64 stable wrt bug #737746Agostino Sarubbo2020-08-251-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/doit: add python3_8 targetAzamat H. Hackimov2020-07-091-0/+54
| | | | | | | | Bug: https://bugs.gentoo.org/718636 Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16626 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-python/doit: remove old versionsAzamat H. Hackimov2020-07-093-141/+0
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-python/doit: fix tests failureAzamat H. Hackimov2020-07-091-0/+1
| | | | | | | | Enable dev-lang/python[sqlite] for tests. Closes: https://bugs.gentoo.org/731236 Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-python/doit: Stabilize 0.32.0-r1 amd64, #723994Michał Górny2020-07-061-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/doit: use distutils_enable_sphinxJoonas Niilola2020-05-161-2/+2
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-python/doit: update ebuildAzamat H. Hackimov2020-05-164-2/+182
| | | | | | | | | | | Added python3_7, migrateded to distutils_enable_tests and distutils_enable_sphinx. Added bash and zsh autocompletion. Closes: https://bugs.gentoo.org/718636 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15468 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-python/doit: Remove py2Michał Górny2020-02-022-3/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/doit: fix MissingTestRestrict CI issueJoonas Niilola2020-01-281-0/+2
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-python/doit: 0.32.0 + EAPI 7 + enable testsSebastian Pipping2020-01-202-0/+71
| | | | | | Closes: https://bugs.gentoo.org/693278 Signed-off-by: Sebastian Pipping <sping@gentoo.org> Package-Manager: Portage-2.3.84, Repoman-2.3.20
* */*: 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/doit: Drop oldMichał Górny2019-09-112-63/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add maintainer-needed comment to all unmaintained packagesMichał Górny2019-07-171-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-172-4/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* update pypi HOMEPAGE to avoid redirectionMichael Mair-Keimberger2018-04-262-2/+2
| | | | Closes: https://github.com/gentoo/gentoo/pull/8080
* Replace pypi.python.org with pypi.org in HOMEPAGEMike Gilbert2018-04-192-2/+2
| | | | Bug: https://bugs.gentoo.org/653540
* dev-python/*: Update Manifest hashesMichał Górny2017-12-091-2/+2
|
* dev-python/doit: stabilise 0.29.0 for amd64Michael Palimaka2017-09-241-1/+1
| | | | | Bug: https://bugs.gentoo.org/625002 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-python/doit: Cleanup metadata due to retirementPacho Ramos2017-06-201-4/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-python/doit: Drop oldPacho Ramos2017-05-283-129/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-python/doit: Support newer pythonPacho Ramos2017-05-281-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-python/doit: cloudpickle is always needed (#583438 by vapier)Pacho Ramos2017-05-281-3/+5
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-python/doit: doit-py needs to be a PDEPEND to prevent circular dep as ↵Pacho Ramos2017-05-281-2/+2
| | | | | | doit-py needs doit Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-python/doit: Remove python@ from maintainersMichał Górny2017-04-231-4/+0
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-284-4/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* global: Drop dead implementations from PYTHON_COMPATMichał Górny2016-11-014-4/+4
|
* dev-python/doit: BumpPatrick Lauer2016-02-182-0/+70
| | | | 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.
* Unify quoting in metadata.xml files for machine processingMichał Górny2016-01-241-1/+1
| | | | | | | Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes.
* dev-python/doit: Unrestrict doc? to python3Michał Górny2015-12-091-3/+0
| | | | Lift the python2 doc-build restriction since docs build fine in python3.
* Add missing remote-id type=sourceforgeJustin Lecher2015-10-011-1/+2
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Use https by defaultJustin Lecher2015-08-243-3/+3
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>