parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit 2a4d094abdf1868f2eb2b474a69b700be9d3a843
parent 1a21191c46d84935366ea33714d25182dcf0aad2
Author: parazyd <parazyd@dyne.org>
Date:   Thu, 22 May 2025 18:55:49 +0200

dev-python/secp256k1: Bump PYTHON_COMPAT

Diffstat:
Mdev-python/secp256k1/secp256k1-0.14.0.ebuild | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-python/secp256k1/secp256k1-0.14.0.ebuild b/dev-python/secp256k1/secp256k1-0.14.0.ebuild @@ -3,12 +3,13 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..13} ) -inherit distutils-r1 +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..13} ) +inherit distutils-r1 pypi DESCRIPTION="Python FFI bindings for libsecp256k1" HOMEPAGE="https://github.com/rustyrussell/secp256k1-py https://pypi.org/project/secp256k1/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0"