commit: c69e3dc369dda536515f64f7e5fd3cff5b2ffb46
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 26 04:11:36 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 26 04:37:35 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c69e3dc3
dev-python/electrum-ecc: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/electrum-ecc/Manifest | 1 -
dev-python/electrum-ecc/electrum-ecc-0.0.5.ebuild | 39 -----------------------
2 files changed, 40 deletions(-)
diff --git a/dev-python/electrum-ecc/Manifest b/dev-python/electrum-ecc/Manifest
index a18367a8071e..26f7afe64b5d 100644
--- a/dev-python/electrum-ecc/Manifest
+++ b/dev-python/electrum-ecc/Manifest
@@ -1,2 +1 @@
-DIST electrum_ecc-0.0.5.tar.gz 2009297 BLAKE2B
e67858bb7e30f5e12a37f7adf82242b8fbee4c55724154748b8ab59f12413cc1a6c82a2655765326684cd5c2f1f57de971c5c320c810b27328704bd4a7f8d1b2
SHA512
982afb1a36f25d460413e678ebb4981d5ecca69a148c5d4d7d5f878d534c69b8966e9ac50499742eb5a89a67d2f2855a8887e2f28dd8aa18bc6ded6e1518c5e7
DIST electrum_ecc-0.0.6.tar.gz 2156345 BLAKE2B
c252fc1b2446dfcfb52a2ca28f959c439cdf214cbeebb62d20a0da74ee49f7e8b7e324e70f73cb61326fba5c1e68a93593485696d0289bee70080a15dd1aacbf
SHA512
f20fecbb361badc920e2919df9e1cbb4d76fc13880c032c2909084177b57ae7a379e926f92fcc1ca8a10d096b12dbf7fd13c955541e642ea782b0c0cb245c738
diff --git a/dev-python/electrum-ecc/electrum-ecc-0.0.5.ebuild
b/dev-python/electrum-ecc/electrum-ecc-0.0.5.ebuild
deleted file mode 100644
index 3bc3a63e62de..000000000000
--- a/dev-python/electrum-ecc/electrum-ecc-0.0.5.ebuild
+++ /dev/null
@@ -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
-}