diff options
| author | Michał Górny <mgorny@gentoo.org> | 2026-02-26 05:13:50 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2026-02-26 05:37:35 +0100 |
| commit | 793303f3032243f1cc3474e30ae552e402cbf38b (patch) | |
| tree | f5f89b7da031bfab5414fbbdd0ffd7bc2b5bb374 /dev-python | |
| parent | c69e3dc369dda536515f64f7e5fd3cff5b2ffb46 (diff) | |
| download | gentoo-793303f3032243f1cc3474e30ae552e402cbf38b.tar.gz gentoo-793303f3032243f1cc3474e30ae552e402cbf38b.tar.bz2 gentoo-793303f3032243f1cc3474e30ae552e402cbf38b.zip | |
dev-python/electrum-ecc: Bump to 0.0.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/electrum-ecc/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/electrum-ecc/electrum-ecc-0.0.7.ebuild | 40 |
2 files changed, 41 insertions, 0 deletions
diff --git a/dev-python/electrum-ecc/Manifest b/dev-python/electrum-ecc/Manifest index 26f7afe64b5d..39b065e37321 100644 --- a/dev-python/electrum-ecc/Manifest +++ b/dev-python/electrum-ecc/Manifest @@ -1 +1,2 @@ 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 diff --git a/dev-python/electrum-ecc/electrum-ecc-0.0.7.ebuild b/dev-python/electrum-ecc/electrum-ecc-0.0.7.ebuild new file mode 100644 index 000000000000..48806a32bce6 --- /dev/null +++ b/dev-python/electrum-ecc/electrum-ecc-0.0.7.ebuild @@ -0,0 +1,40 @@ +# Copyright 2025-2026 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" + +# ecc_fast.py KNOWN_COMPATIBLE_ABI_VERSIONS +RDEPEND=" + || ( + dev-libs/libsecp256k1:0/6 + 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 +} |
