5 Commits

Author SHA1 Message Date
David Seifert
b5f18d34ef
dev-python/ImageHash: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
2019-12-26 21:46:40 +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
Pacho Ramos
69ed0feda6
dev-python/ImageHash: Support python 3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
2018-06-24 17:23:39 +02:00
Marius Brehler
c1e1003e7b
dev-python/ImageHash: Version bump to 4.0
Closes: https://github.com/gentoo/gentoo/pull/7145
Package-Manager: Portage-2.3.13, Repoman-2.3.3
2018-02-14 20:35:10 +01:00