summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python: mass last-rites removalMikle Kolyada2020-04-063-51/+0
| | | | | | Closes: https://bugs.gentoo.org/711808 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-051-2/+2
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/ImageHash: Remove Py2David Seifert2019-12-261-1/+1
| | | | | Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-python/ImageHash: Remove oldDavid Seifert2019-12-263-64/+0
| | | | | Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-113-0/+3
| | | | | | | | | | | | | | | | | | 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>
* */*: Retire marbre (proxied maintainer)Michał Górny2019-06-011-4/+0
| | | | | | Closes: https://bugs.gentoo.org/643664 Closes: https://bugs.gentoo.org/682368 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-173-6/+6
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/ImageHash: Support python 3.6Pacho Ramos2018-06-241-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/ImageHash: Version bump to 4.0Marius Brehler2018-02-142-0/+31
| | | | | Closes: https://github.com/gentoo/gentoo/pull/7145 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-python/*: Update Manifest hashesMichał Górny2017-12-091-2/+2
|
* dev-python/ImageHash: version bump to 3.7.Marius Brehler2017-10-202-0/+31
| | | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/5983
* dev-python/ImageHash: New packageMarius Brehler2017-05-183-0/+54
A image hashing library written in Python. ImageHash supports: * average hashing (aHash) * perception hashing (pHash) * difference hashing (dHash) * wavelet hashing (wHash) Bug: https://bugs.gentoo.org/616548 Package-Manager: Portage-2.3.3, Repoman-2.3.1