argon2_cffi provides Python bindings for app-crypt/argon2. It is required for argon2 support in passlib which in turn is used by software such as the PyPI mirror devpi. Before v18.1.0, argon2_cffi compiled and installed its own version of argon2. The argon2_cffi upstream developer was very cooperative and helpful and integrated my patch that allows argon2_cffi to be linked against a system installation of libargon2. Please find the ebuild for dev-python/argon2_cffi-18.1.0 in the attachments. The ebuild will also be submitted as a Pull Request on GitHub. Reproducible: Always
Created attachment 513762 [details] argon2_cffi-18.1.0.ebuild
Nevermind the Pull Request on GitHub. First, we need to find someone who is willing to (proxy) maintain it.
https://repology.org/metapackage/python:argon2-cffi/versions
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=119ea925432aa8fe439415d0f6cc07906d634cba commit 119ea925432aa8fe439415d0f6cc07906d634cba Author: Michael Seifert <m.seifert@digitalernachschub.de> AuthorDate: 2018-10-08 08:19:48 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2018-10-18 19:39:53 +0000 dev-python/argon2_cffi: New ebuild 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> dev-python/argon2_cffi/Manifest | 1 + dev-python/argon2_cffi/argon2_cffi-18.3.0.ebuild | 51 ++++++++++++++++++++++++ dev-python/argon2_cffi/metadata.xml | 21 ++++++++++ 3 files changed, 73 insertions(+)