summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/mako: Remove redundant versionsMichał Górny2020-03-271-50/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Discontinue Gentoo SuperH portMikle Kolyada2020-03-261-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@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>
* dev-python/mako: Needs pytest <4Sebastian Pipping2019-12-271-1/+1
| | | | | | Closes: https://bugs.gentoo.org/675442 Signed-off-by: Sebastian Pipping <sping@gentoo.org> Package-Manager: Portage-2.3.83, Repoman-2.3.20
* */*: [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/mako: arm64 stableAaron Bauman2019-12-041-1/+1
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.80, Repoman-2.3.19
* dev-python/mako: amd64 stableAaron Bauman2019-12-011-1/+1
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.80, Repoman-2.3.19
* dev-python: Remove *-fbsd KEYWORDSMichał Górny2019-10-111-1/+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/mako: Enable py3.7Michał Górny2018-07-161-1/+1
|
* dev-python/mako: bump to 1.0.7, add PyPy3Louis Sautier2018-07-151-0/+49
* Tests now pass with pypy. * Fix mock DEPEND to include pypy. * Don't add RDEPEND to DEPND unconditionally. * Drop postinst message related to a version that was released in 2012. * Use pytest instead of nose (like upstream). Closes: https://bugs.gentoo.org/620906 Package-Manager: Portage-2.3.42, Repoman-2.3.9