summaryrefslogtreecommitdiff
path: root/dev-python/eradicate
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-04-05 18:09:08 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-04-05 18:09:08 +0000
commit8488ab42f07541592e47934cff6fd50ce69a0673 (patch)
tree1592d657363f5e46673c543900cdccf21cff19a3 /dev-python/eradicate
parent0b48840065b58a2eab357c4ac13f53fba9979d50 (diff)
downloadbaldeagleos-repo-8488ab42f07541592e47934cff6fd50ce69a0673.tar.gz
baldeagleos-repo-8488ab42f07541592e47934cff6fd50ce69a0673.tar.xz
baldeagleos-repo-8488ab42f07541592e47934cff6fd50ce69a0673.zip
Adding metadata
Diffstat (limited to 'dev-python/eradicate')
-rw-r--r--dev-python/eradicate/Manifest1
-rw-r--r--dev-python/eradicate/eradicate-2.1.0.ebuild25
-rw-r--r--dev-python/eradicate/eradicate-2.2.0.ebuild6
3 files changed, 3 insertions, 29 deletions
diff --git a/dev-python/eradicate/Manifest b/dev-python/eradicate/Manifest
index 0920215bb3e4..0ebf9fae31db 100644
--- a/dev-python/eradicate/Manifest
+++ b/dev-python/eradicate/Manifest
@@ -1,2 +1 @@
-DIST eradicate-2.1.0.tar.gz 8706 BLAKE2B 5b5cab1c465c8295157bec1e8e39f0e33dbe31957da01ec44bbabf54a2b19c519a35cd7d2b92217d5395ce7397b3ae70175766a83b66d05e723fc5b5a019eb40 SHA512 a9b06745bceff909a1bbe34348b8e4c17d7f1e0ab3b554206633f350725c34a9b7238b3af6a40516081bc06aa86cdd593b27b90efa083ac024b0226f7cfc4df3
DIST eradicate-2.2.0.gh.tar.gz 8808 BLAKE2B 34d1db824f6288d5da5cdc868045d899041b219e4918f5e838c066eb4e9903c2951c7cdded56c7c5455336940c212eb3e68ae61b9e090f497c3e6ef199f71e80 SHA512 80b7dd60004a5f4279a87c692b63de1b340c68d1379d975ef660130a649acbc03a5c5d6db935c782b84bbc7c2ab50b0ada2a172eafce1945113b3bccfb8055b5
diff --git a/dev-python/eradicate/eradicate-2.1.0.ebuild b/dev-python/eradicate/eradicate-2.1.0.ebuild
deleted file mode 100644
index 5461171b59f5..000000000000
--- a/dev-python/eradicate/eradicate-2.1.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/myint/eradicate/
- https://pypi.org/project/eradicate/
-"
-SRC_URI="
- https://github.com/myint/eradicate/archive/v${PV}.tar.gz
- -> ${P}.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.2.0.ebuild b/dev-python/eradicate/eradicate-2.2.0.ebuild
index 18b86eba6156..4002f836b0ff 100644
--- a/dev-python/eradicate/eradicate-2.2.0.ebuild
+++ b/dev-python/eradicate/eradicate-2.2.0.ebuild
@@ -10,16 +10,16 @@ inherit distutils-r1
DESCRIPTION="Removes commented-out code from Python files"
HOMEPAGE="
- https://github.com/myint/eradicate/
+ https://github.com/wemake-services/eradicate/
https://pypi.org/project/eradicate/
"
SRC_URI="
- https://github.com/myint/eradicate/archive/${PV}.tar.gz
+ 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"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
distutils_enable_tests unittest