summaryrefslogtreecommitdiff
path: root/dev-python/python-distutils-extra/python-distutils-extra-2.39.ebuild
AgeCommit message (Collapse)Author
2020-03-28dev-python/python-distutils-extra: Remove redundant versionsMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-01-05*/*: Clean PYTHON_COMPAT of obsolete implsMichał Górny
Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-12-11*/*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny
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>
2019-08-11dev-python/python-distutils-extra: Run pytest -vvMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-08-11dev-python/python-distutils-extra: Remove pytest-runner depMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-04-17*/*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2017-09-17dev-python/python-distutils-extra-2.39: x86 stable, bug 625058Matt Turner
2017-09-12dev-python/python-distutils-extra-2.39: ppc stable, bug 625058Matt Turner
2017-07-15dev-python/python-distutils-extra-2.39-r0: add amd64 keywordTobias Klausmann
Gentoo-Bug: 625058
2017-06-18dev-python/python-distutils-extra: Support newer pythonPacho Ramos
Package-Manager: Portage-2.3.6, Repoman-2.3.2
2017-02-28Drop $Id$ per council decision in bug #611234.Robin H. Johnson
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2017-01-20dev-python/python-distutils-extra: bump to 2.39, add py3.5, pypy3Louis Sautier
Also update LICENSE, remove useless DISTUTILS_IN_SOURCE_BUILD, use pytest to exclude broken tests, bump to EAPI=6. Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3555