# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="ssl" # for ripemd160 inherit distutils-r1 MyPV=${PV/_p/.post} DESCRIPTION="A python3 library providing an easy interface to the Bitcoin data structures" HOMEPAGE="https://github.com/Simplexum/python-bitcointx" SRC_URI="${HOMEPAGE}/archive/${PN}-v${MyPV}.tar.gz" LICENSE="LGPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=" >=dev-libs/libsecp256k1-0.1_pre20211111 " DEPEND="" BDEPEND="" S="${WORKDIR}/${PN}-${PN}-v${MyPV}" distutils_enable_tests unittest