commit: 4568864dc5a6048ba69a5581625559ba5723524f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 19 02:33:16 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 19 02:33:16 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4568864d
dev-python/eradicate: Bump to 3.0.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/eradicate/Manifest | 1 +
dev-python/eradicate/eradicate-3.0.0.ebuild | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-python/eradicate/Manifest b/dev-python/eradicate/Manifest
index 33f4eceeff9e..ea95254178a2 100644
--- a/dev-python/eradicate/Manifest
+++ b/dev-python/eradicate/Manifest
@@ -1 +1,2 @@
DIST eradicate-2.3.0.gh.tar.gz 8792 BLAKE2B
586989144ca69637ea769b90a72afa68eb4392e2b467d3a97f9adfc91d45d3f5be6ea6c8f00f0aa8307b52bca7243fd12e3eaad178ad3859918d137275d447c0
SHA512
b31f59b5785aa57fa55c329bfce430e8ade5de870bbe99585ff59e68fdd33bb312e49ecd72873780e47e09f713ebbaa929bd6981bf2800f858def80a9c03a8ec
+DIST eradicate-3.0.0.gh.tar.gz 9189 BLAKE2B
23baa742fc682f3ad0e1a57f09c45920191a9081992d69cc85b0d48477421199617ccc538beaabb6118efd34de8754cc89b766c8412a6d6ee4d38c5240270688
SHA512
1630003832ba2c2abddb595f6c4df25fd89a02f92f4b1a39d06d4e0c04ffaf61634a11ddb8137e1072877fe199f46783ea07fc7b7ecc11c49b79041dba76466c
diff --git a/dev-python/eradicate/eradicate-3.0.0.ebuild
b/dev-python/eradicate/eradicate-3.0.0.ebuild
new file mode 100644
index 000000000000..6e793e9de9ed
--- /dev/null
+++ b/dev-python/eradicate/eradicate-3.0.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
+
+inherit distutils-r1
+
+DESCRIPTION="Removes commented-out code from Python files"
+HOMEPAGE="
+ https://github.com/PyCQA/eradicate/
+ https://pypi.org/project/eradicate/
+"
+SRC_URI="
+ https://github.com/PyCQA/eradicate/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390
~sparc ~x86"
+
+distutils_enable_tests unittest