summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/mamba: Remove oldMichał Górny2021-09-122-38/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/mamba: Stabilize 0.11.2 arm64, #812599Sam James2021-09-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/mamba: amd64 stable wrt bug #812599Agostino Sarubbo2021-09-121-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* **/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/mamba: add 0.11.2, enable py310Louis Sautier2021-08-072-0/+37
| | | | Signed-off-by: Louis Sautier <sbraz@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/mamba: Stabilize 0.11.1 arm64, #749774Sam James2020-11-041-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/mamba: Remove oldMichał Górny2020-11-022-42/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/mamba: Stabilize 0.11.1 amd64, #749438Sam James2020-11-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/mamba: bump to 0.11.1, support Python 3.9, add docLouis Sautier2020-09-132-0/+38
| | | | | | | | | | | | | | * mamba's test dependencies depend on it for tests, they will get Python 3.9 support in the following commits. * mock is not needed for Python 3, see https://github.com/nestorsalceda/mamba/pull/153. * The call to python_optimize seems to be unnecessary. * Remove one unused dependency. Closes: https://bugs.gentoo.org/740768 Package-Manager: Portage-3.0.6, Repoman-3.0.1 RepoMan-Options: --force Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* dev-python/mamba: Keyword 0.11.0 arm64, #728684Sam James2020-09-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/mamba: Remove redundant versionsMichał Górny2020-07-122-36/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/mamba: amd64 stable wrt bug #726546Agostino Sarubbo2020-06-041-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/mamba: Add version 0.11.0 for python3_8John Helmert III2020-05-052-0/+42
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: John Helmert III <jchelmertt3@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15606 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-python/mamba: Fix tests (bug 720214)John Helmert III2020-05-042-2/+2
| | | | | | | | Closes: https://bugs.gentoo.org/720214 Signed-off-by: John Helmert III <jchelmertt3@gmail.com> Package-Manager: Portage-2.3.99, Repoman-2.3.22 Closes: https://github.com/gentoo/gentoo/pull/15587 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-python/mamba: Remove redundant versionsMichał Górny2020-03-271-37/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/mamba: amd64 stable wrt bug #711786Agostino Sarubbo2020-03-081-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/{doublex-expects,expects,mamba}: EAPI 7 + py37Sebastian Pipping2020-02-291-0/+35
| | | | | | | | | All in one commit because of this depenceny graph: - doublex-expects: RDEPEND expects, DEPEND mamba - expects: DEPEND mamba - mamba: DEPEND expects, doublex-expects Bug: https://bugs.gentoo.org/711092 Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* dev-python/mamba: Remove py2Michał Górny2020-02-031-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@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>
* */*: [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>
* */*: 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-171-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/mamba: amd64 stableAaron Bauman2018-03-301-2/+2
| | | | | Bug: https://bugs.gentoo.org/644614 Package-Manager: Portage-2.3.26, Repoman-2.3.7
* dev-python/mamba: Update maintainer due to bug #502560Pacho Ramos2018-03-101-4/+0
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-python/*: Update Manifest hashesMichał Górny2017-12-091-1/+1
|
* dev-python/mamba: Strip empty metadata.xml elementsMichał Górny2017-10-041-2/+0
|
* dev-python/mamba: Add python3_6Manuel Rüger2017-05-111-1/+1
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-python/mamba: Remove oldManuel Rüger2017-03-133-90/+0
| | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2
* dev-python/mamba: Add python3_5 supportManuel Rüger2017-03-131-2/+2
| | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-283-3/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* global: Drop dead implementations from PYTHON_COMPATMichał Górny2016-11-011-1/+1
|
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* 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/mamba: remove version 0.6Alex Brandt2016-01-092-53/+0
| | | | Package-Manager: portage-2.2.26
* dev-python/mamba: add version 0.8.6Alex Brandt2016-01-092-0/+38
| | | | Package-Manager: portage-2.2.26
* dev-python/mamba: Remove py3.3 from 0.8.5 to match depsMichał Górny2015-10-251-1/+1
|
* Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILDJustin Lecher2015-10-222-4/+0
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Update remote-idsJustin Lecher2015-10-161-1/+2
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* dev-python/mamba: remove version 0.8.2Alex Brandt2015-09-052-55/+0
| | | | Package-Manager: portage-2.2.20.1
* dev-python/mamba: remove version 0.8Alex Brandt2015-09-052-54/+0
| | | | Package-Manager: portage-2.2.20.1
* dev-python/mamba: add version 0.8.5Alex Brandt2015-09-052-0/+38
| | | | Package-Manager: portage-2.2.20.1
* 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>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-086-0/+233
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed