summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/entrypoints: Drop 0.2.3 and 0.3 (r0)Andreas Sturmlechner2020-03-121-58/+0
| | | | | Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@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>
* dev-python/entrypoints: Add setuptools as dependencyMarius Brehler2019-11-211-0/+1
| | | | | | | | Closes: https://bugs.gentoo.org/678944 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Marius Brehler <marius.brehler+gentoo@googlemail.com> Closes: https://github.com/gentoo/gentoo/pull/12369 Signed-off-by: Andreas Sturmlechner <asturm@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/entrypoints: add PyPy and PyPy3 supportLouis Sautier2018-09-081-1/+1
| | | | Package-Manager: Portage-2.3.48, Repoman-2.3.10
* dev-python/entrypoints: add Python 3.7Louis Sautier2018-08-311-1/+1
| | | | Package-Manager: Portage-2.3.48, Repoman-2.3.10
* dev-python/entrypoints: amd64 stable wrt bug #596714Agostino Sarubbo2018-05-161-1/+1
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="amd64"
* dev-python/entrypoints: x86 stable (bug #596714)Thomas Deutschmann2018-04-221-1/+1
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* dev-python/entrypoints: adding arm keyword for dev-python/keyringMatthew Thode2018-03-191-2/+2
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-python/entrypoints: Version bump to 0.2.3Marius Brehler2017-07-301-0/+56
Package-Manager: Portage-2.3.6, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/5193