summaryrefslogtreecommitdiff
path: root/dev-python/eradicate
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-07-10 18:16:01 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-07-10 18:16:01 +0000
commitcbad49af4cee2ad0df22314531acd2b077052602 (patch)
treefb3c237a58be40d0ff1305754285b0ddc5c473a0 /dev-python/eradicate
parent5404d0afe9780d4d58407e62134652503af14054 (diff)
downloadbaldeagleos-repo-cbad49af4cee2ad0df22314531acd2b077052602.tar.gz
baldeagleos-repo-cbad49af4cee2ad0df22314531acd2b077052602.tar.xz
baldeagleos-repo-cbad49af4cee2ad0df22314531acd2b077052602.zip
Adding metadata
Diffstat (limited to 'dev-python/eradicate')
-rw-r--r--dev-python/eradicate/Manifest1
-rw-r--r--dev-python/eradicate/eradicate-2.2.0.ebuild25
-rw-r--r--dev-python/eradicate/eradicate-2.3.0.ebuild4
3 files changed, 2 insertions, 28 deletions
diff --git a/dev-python/eradicate/Manifest b/dev-python/eradicate/Manifest
index 1a503ccb9695..33f4eceeff9e 100644
--- a/dev-python/eradicate/Manifest
+++ b/dev-python/eradicate/Manifest
@@ -1,2 +1 @@
-DIST eradicate-2.2.0.gh.tar.gz 8808 BLAKE2B 34d1db824f6288d5da5cdc868045d899041b219e4918f5e838c066eb4e9903c2951c7cdded56c7c5455336940c212eb3e68ae61b9e090f497c3e6ef199f71e80 SHA512 80b7dd60004a5f4279a87c692b63de1b340c68d1379d975ef660130a649acbc03a5c5d6db935c782b84bbc7c2ab50b0ada2a172eafce1945113b3bccfb8055b5
DIST eradicate-2.3.0.gh.tar.gz 8792 BLAKE2B 586989144ca69637ea769b90a72afa68eb4392e2b467d3a97f9adfc91d45d3f5be6ea6c8f00f0aa8307b52bca7243fd12e3eaad178ad3859918d137275d447c0 SHA512 b31f59b5785aa57fa55c329bfce430e8ade5de870bbe99585ff59e68fdd33bb312e49ecd72873780e47e09f713ebbaa929bd6981bf2800f858def80a9c03a8ec
diff --git a/dev-python/eradicate/eradicate-2.2.0.ebuild b/dev-python/eradicate/eradicate-2.2.0.ebuild
deleted file mode 100644
index 4002f836b0ff..000000000000
--- a/dev-python/eradicate/eradicate-2.2.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{7,8,9,10,11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Removes commented-out code from Python files"
-HOMEPAGE="
- https://github.com/wemake-services/eradicate/
- https://pypi.org/project/eradicate/
-"
-SRC_URI="
- https://github.com/wemake-services/eradicate/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-
-distutils_enable_tests unittest
diff --git a/dev-python/eradicate/eradicate-2.3.0.ebuild b/dev-python/eradicate/eradicate-2.3.0.ebuild
index 4002f836b0ff..c984ab3e551c 100644
--- a/dev-python/eradicate/eradicate-2.3.0.ebuild
+++ b/dev-python/eradicate/eradicate-2.3.0.ebuild
@@ -10,11 +10,11 @@ inherit distutils-r1
DESCRIPTION="Removes commented-out code from Python files"
HOMEPAGE="
- https://github.com/wemake-services/eradicate/
+ https://github.com/PyCQA/eradicate/
https://pypi.org/project/eradicate/
"
SRC_URI="
- https://github.com/wemake-services/eradicate/archive/${PV}.tar.gz
+ https://github.com/PyCQA/eradicate/archive/${PV}.tar.gz
-> ${P}.gh.tar.gz
"