11 Commits

Author SHA1 Message Date
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
Andreas Sturmlechner
4851711a91
dev-python/flask-script: python3_7
Tests passed.

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2019-12-01 20:25:00 +01:00
Andreas Sturmlechner
c402d39ea0
dev-python/flask-script: Add patch from Debian for flask_script usage
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2019-12-01 20:25:00 +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
Thomas Deutschmann
0b12b2dea9
dev-python/flask-script: x86 stable (bug #658946)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
2018-07-02 02:14:17 +02:00
Jason Zaman
90a3545226
dev-python/flask-script: amd64 stable
Gentoo-bug: 658946
Package-Manager: Portage-2.3.40, Repoman-2.3.9
2018-06-24 22:03:49 +08:00
Pacho Ramos
00c0876092
dev-python/flask-script: Support python 3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
2018-06-24 13:30:34 +02:00
Michael Mair-Keimberger
6ea22c4ad6
update pypi HOMEPAGE to avoid redirection
Closes: https://github.com/gentoo/gentoo/pull/8080
2018-04-26 15:26:28 -04:00
Mike Gilbert
ad407789da
Replace pypi.python.org with pypi.org in HOMEPAGE
Bug: https://bugs.gentoo.org/653540
2018-04-19 15:25:22 -04:00
Michael Mair-Keimberger
b6cf0ad111
dev-python/flask-script: update HOMEPAGE and use HTTPS 2018-03-18 20:18:45 +01:00
Patrick Lauer
8274fff2a4
dev-python/flask-script: Bump
Package-Manager: Portage-2.3.8, Repoman-2.3.3
2017-09-16 15:04:22 +00:00