commit 45a651df167b123f8b8e91ecc4e5d1595f730c42 parent 6f1e6af9a7b5dcc3e8ec47155235d6d2e7809cd0 Author: parazyd <parazyd@dyne.org> Date: Thu, 22 May 2025 18:52:54 +0200 dev-python/python-bls: Bump PYTHON_COMPAT Diffstat:
M | dev-python/python-bls/python-bls-0.1.10.ebuild | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-python/python-bls/python-bls-0.1.10.ebuild b/dev-python/python-bls/python-bls-0.1.10.ebuild @@ -3,8 +3,9 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..13} ) -inherit distutils-r1 +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..13} ) +inherit distutils-r1 pypi DESCRIPTION="BLS12-381 and Signatures in python" HOMEPAGE="https://github.com/zebra-lucky/python-bls https://pypi.org/project/python-bls/"