summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/enzyme: Enable py3.{7,8}Michał Górny2020-04-221-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/enzyme: Remove py2Michał Górny2020-02-051-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>
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-171-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* update pypi HOMEPAGE to avoid redirectionMichael Mair-Keimberger2018-04-261-1/+1
| | | | Closes: https://github.com/gentoo/gentoo/pull/8080
* Replace pypi.python.org with pypi.org in HOMEPAGEMike Gilbert2018-04-191-1/+1
| | | | Bug: https://bugs.gentoo.org/653540
* dev-python/enzyme: add Python 3.6 supportIlya Tumaykin2018-03-261-2/+2
| | | | | | | Tests pass. Package-Manager: Portage-2.3.24, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/7624
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-python/enzyme: cleanup test preparationsIlya Tumaykin2017-01-151-4/+4
| | | | | | | | | Expose only the bare minimum number of files to the testsuite. As was shown by subliminal (another program from the same guy), exposing too much files can lead to unexpected test failures. Closes: https://github.com/gentoo/gentoo/pull/3459 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-python/enzyme: x86 stable, bug #589568Pacho Ramos2016-12-051-1/+1
| | | | Package-Manager: portage-2.3.2
* global: Drop dead implementations from PYTHON_COMPATMichał Górny2016-11-011-1/+1
|
* dev-python/enzyme: amd64 stable wrt bug #589568Agostino Sarubbo2016-09-261-1/+1
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/enzyme: add python-3.5 supportIlya Tumaykin2016-07-301-1/+1
| | | | | | | | | Tested by me against dev-lang/python-3.5.2:3.5/3.5m Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/1964 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* dev-python/enzyme: add missing PYTHON_REQ_USEIlya Tumaykin2016-06-111-0/+45
Closes: https://github.com/gentoo/gentoo/pull/1630 Package-Manager: portage-2.3.0_rc1