6 Commits

Author SHA1 Message Date
Michał Górny
cd3f25deb1
*/*: Clean PYTHON_COMPAT of obsolete impls
Closes: https://github.com/gentoo/gentoo/pull/14246
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-01-05 11:55:46 +01:00
Michał Górny
064af661d0
*/*: [QA] Fix trivial cases of MissingTestRestrict
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-12-11 00:22:38 +01:00
Michał Górny
2db67a589e
*/*: Remove python3_4 PYTHON_COMPAT correctly
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-04-17 09:48:22 +02:00
Mikle Kolyada
a8388543e6
dev-python/flask-sqlalchemy: amd64 stable wrt bug #647078
Package-Manager: Portage-2.3.40, Repoman-2.3.9
2018-07-09 21:55:33 +03:00
Thomas Deutschmann
837395e9d6
dev-python/flask-sqlalchemy: x86 stable (bug #647078)
Package-Manager: Portage-2.3.41, Repoman-2.3.9
2018-07-09 03:29:09 +02:00
Aaron W. Swenson
633dea162f
dev-python/flask-sqlalchemy: Bump to 2.3.2
Package-Manager: Portage-2.3.24, Repoman-2.3.6
2018-05-18 07:23:39 -04:00