5 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
2db67a589e
*/*: Remove python3_4 PYTHON_COMPAT correctly
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-04-17 09:48:22 +02:00
Virgil Dupras
2b16f5fcbd
dev-python/diskcache: bump to 3.1.0
Previous version didn't support newer django. Also, add missing "sqlite"
in PYTHON_REQ_USE.

Closes: https://bugs.gentoo.org/636554
Closes: https://bugs.gentoo.org/636406
Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
2018-11-18 16:59:53 -05:00
Michał Górny
623100fcb1
dev-python/*: Update Manifest hashes 2017-12-09 19:23:08 +01:00
Sébastien Fabbro
589f90b27c
dev-python/diskcache: initial import
Package-Manager: Portage-2.3.7, Repoman-2.3.3
2017-08-14 22:32:33 +00:00