commit:     6853c16b0f691dcc30550b0e14534c2fd6c8e9b3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 28 06:03:18 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Nov 28 06:43:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6853c16b

dev-python/findimports: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/findimports/Manifest                 |  2 --
 dev-python/findimports/findimports-2.4.0.ebuild | 27 -------------------------
 dev-python/findimports/findimports-2.5.0.ebuild | 27 -------------------------
 3 files changed, 56 deletions(-)

diff --git a/dev-python/findimports/Manifest b/dev-python/findimports/Manifest
index 8882f1921e29..5012f6b77ea3 100644
--- a/dev-python/findimports/Manifest
+++ b/dev-python/findimports/Manifest
@@ -1,3 +1 @@
-DIST findimports-2.4.0.gh.tar.gz 26597 BLAKE2B 
8dc176a551a07f38996ddbcf0df865ad7c7c1c7f86036be0939578a932155f30bdff17d2880063edd49ae1d169ebfb5bbade771a626859ad8306d54df743ee79
 SHA512 
90dfc39a5f73ea86a9d5c3ebec0f220f2f428f5768edc9688c47079f555b44abb80b4945b38550032289a3bff659f3857019a50882b1b2f2e83570f3e36530be
-DIST findimports-2.5.0.gh.tar.gz 26899 BLAKE2B 
0050f0f711c3deb449993f8a50f484076005d5956275ba62ea55150c40b04540c3a2d656188da3d02775de71fc2d29f24b0855e91f160d491e384880b0b39043
 SHA512 
f75c9312c888fb456fe73983a2790f6e6841fd76692f7bce6e6d2e7c85e7055ee9d982af1b7cc8490de47dd2957ba1f74234698a519c36982dcb92bea6894301
 DIST findimports-2.5.1.gh.tar.gz 26884 BLAKE2B 
f7dd101947813a77607d5e175be6d01b72f6cb7601905b5ae105ab36ae43f1f918faf59f317ba2fee1461e375a62354d3a083be7d77c537e71a7ee96563eb977
 SHA512 
5c746f1ec79eb4804b07550963589963debf8d2b5bfb7cc479062da925fe142548040cd63aa1df4394ad3c6ebd6430152e0f937c917a205389aaf92b0d778f64

diff --git a/dev-python/findimports/findimports-2.4.0.ebuild 
b/dev-python/findimports/findimports-2.4.0.ebuild
deleted file mode 100644
index a41a1ff447f3..000000000000
--- a/dev-python/findimports/findimports-2.4.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2020-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python module import analysis tool"
-HOMEPAGE="
-       https://github.com/mgedmin/findimports/
-       https://pypi.org/project/findimports/
-"
-SRC_URI="
-       https://github.com/mgedmin/findimports/archive/${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-python_test() {
-       "${EPYTHON}" testsuite.py -v || die
-}

diff --git a/dev-python/findimports/findimports-2.5.0.ebuild 
b/dev-python/findimports/findimports-2.5.0.ebuild
deleted file mode 100644
index 100f1a16e168..000000000000
--- a/dev-python/findimports/findimports-2.5.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2020-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python module import analysis tool"
-HOMEPAGE="
-       https://github.com/mgedmin/findimports/
-       https://pypi.org/project/findimports/
-"
-SRC_URI="
-       https://github.com/mgedmin/findimports/archive/${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-python_test() {
-       "${EPYTHON}" testsuite.py -v || die
-}

Reply via email to