dev-python/electrum-ecc: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-04-07 12:31:16 +02:00
parent f347e0f2b7
commit 231e546f73
2 changed files with 0 additions and 40 deletions

View File

@@ -1,2 +1 @@
DIST electrum_ecc-0.0.6.tar.gz 2156345 BLAKE2B c252fc1b2446dfcfb52a2ca28f959c439cdf214cbeebb62d20a0da74ee49f7e8b7e324e70f73cb61326fba5c1e68a93593485696d0289bee70080a15dd1aacbf SHA512 f20fecbb361badc920e2919df9e1cbb4d76fc13880c032c2909084177b57ae7a379e926f92fcc1ca8a10d096b12dbf7fd13c955541e642ea782b0c0cb245c738
DIST electrum_ecc-0.0.7.tar.gz 2162053 BLAKE2B 750350ae0e990842bb677e654cd3ac4e63b39fa2e7294ef026072570eaf8505d2b34c3577eae267b6da26e79ce900bf0f2af9c860254b7029c7966c2cfd647a4 SHA512 936ef40f5d141b05bc2924cb9a2c6cbfded964fc34e224b5bc2a5d58040ba60733ef98ada18415204d3e1403e96c9aa9dc66bbc0531738a98e229a47178c205e

View File

@@ -1,39 +0,0 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=standalone
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
inherit distutils-r1 pypi
DESCRIPTION="Pure python ctypes wrapper for libsecp256k1"
HOMEPAGE="
https://github.com/spesmilo/electrum-ecc/
https://pypi.org/project/electrum-ecc/
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 x86"
# check ecc_fast.py for supported SOVERSIONS
RDEPEND="
|| (
dev-libs/libsecp256k1:0/5
dev-libs/libsecp256k1:0/2
)
"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
"
distutils_enable_tests unittest
export ELECTRUM_ECC_DONT_COMPILE=1
python_test() {
cd tests || die
eunittest
}