diff options
Diffstat (limited to 'dev-python/bcrypt/bcrypt-5.0.0.ebuild')
| -rw-r--r-- | dev-python/bcrypt/bcrypt-5.0.0.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/dev-python/bcrypt/bcrypt-5.0.0.ebuild b/dev-python/bcrypt/bcrypt-5.0.0.ebuild index 734e8c096551..7c8f5a086510 100644 --- a/dev-python/bcrypt/bcrypt-5.0.0.ebuild +++ b/dev-python/bcrypt/bcrypt-5.0.0.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools +PYPI_VERIFY_REPO=https://github.com/pyca/bcrypt # TODO: freethreading PYTHON_COMPAT=( python3_{10..14} ) @@ -81,6 +82,11 @@ QA_FLAGS_IGNORED="usr/lib.*/py.*/site-packages/bcrypt/_bcrypt.*.so" EPYTEST_PLUGINS=() distutils_enable_tests pytest +src_unpack() { + pypi_src_unpack + cargo_src_unpack +} + src_prepare() { distutils-r1_src_prepare |
