summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/argon2_cffi: Remove py2 virtualsMichał Górny2020-03-161-1/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-051-1/+1
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/argon2_cffi: Update HOMEPAGEMichał Górny2020-01-021-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/argon2_cffi: Remove argon2 version restrictionMichał Górny2020-01-021-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/argon2_cffi: Tested on py3.8Michał Górny2020-01-021-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/argon2_cffi: Use distutils_enable_sphinxMichał Górny2020-01-021-11/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/argon2_cffi: Use distutils_enable_testsMichał Górny2020-01-021-8/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/argon2_cffi: Remove Py2David Seifert2019-12-281-1/+1
| | | | | 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-111-0/+1
| | | | | | | | | | | | | | | | | | 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>
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-171-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/argon2_cffi: removed v18.3.0.Michael Seifert2019-03-202-52/+0
| | | | | Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de> Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* dev-python/argon2_cffi: version bump to v19.1.0.Michael Seifert2019-03-202-0/+52
| | | | | | | Closes: https://bugs.gentoo.org/679748 Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de> Closes: https://github.com/gentoo/gentoo/pull/11298 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* dev-python/argon2_cffi: New ebuildMichael Seifert2018-10-183-0/+73
Closes: https://bugs.gentoo.org/643904 Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de> Closes: https://github.com/gentoo/gentoo/pull/10104 Signed-off-by: Michał Górny <mgorny@gentoo.org>