8 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
Michał Górny
a8fce93877
dev-python: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-10-11 17:34:35 +02: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
Pacho Ramos
cca3aa84b5
dev-python/gwcs: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
2018-06-24 15:14:07 +02:00
Michał Górny
623100fcb1
dev-python/*: Update Manifest hashes 2017-12-09 19:23:08 +01:00
Robin H. Johnson
61b861acd7
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2017-02-28 11:50:50 -08:00
Sébastien Fabbro
b2f49730cb
dev-python/gwcs: version bump
Package-Manager: Portage-2.3.3, Repoman-2.3.1
2016-12-28 23:44:40 +00:00
Sébastien Fabbro
5d8f6eec61
dev-python/gwcs: initial import
Package-Manager: portage-2.3.3
2016-12-06 00:41:08 +00:00