summaryrefslogtreecommitdiff
path: root/dev-python/findimports
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-11-14 13:04:06 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-11-14 13:04:06 +0000
commit544cfa91aaa39ff4404ac80b2cf1fb9069b09137 (patch)
treec4fe0a67e4e836da47099abd00e7d7ff454a929b /dev-python/findimports
parent38ddbc6cbbe7942fe57bc53cebf9f1bf68d4350d (diff)
downloadbaldeagleos-repo-544cfa91aaa39ff4404ac80b2cf1fb9069b09137.tar.gz
baldeagleos-repo-544cfa91aaa39ff4404ac80b2cf1fb9069b09137.tar.xz
baldeagleos-repo-544cfa91aaa39ff4404ac80b2cf1fb9069b09137.zip
Adding metadata
Diffstat (limited to 'dev-python/findimports')
-rw-r--r--dev-python/findimports/Manifest1
-rw-r--r--dev-python/findimports/findimports-2.2.0-r1.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/findimports/Manifest b/dev-python/findimports/Manifest
index d58a7ca7598c..c1262f34a16c 100644
--- a/dev-python/findimports/Manifest
+++ b/dev-python/findimports/Manifest
@@ -1,2 +1 @@
-DIST findimports-2.2.0.gh.tar.gz 36275 BLAKE2B e6a39620647434448d68f30e3cf212188bdc35993c1a2841614683273d41eb572b5a123ea42f1eff3730a2ba02055a2afdeb2607538dc0c3b55f38430e38581e SHA512 807d07b0cd5c1ba66d03121ef83a85291b84cf15b798074c39fc0858eeb7f36a77a787724b8072a9897186647dc92abca793ec6fa96f4448eb16709448364ec4
DIST findimports-2.3.0.gh.tar.gz 36667 BLAKE2B 3f0981a9819940d2fc5a1b1147b06552b5d98d90594ce94e3c02f1d69904dc65087603ae3375e5321386ae7d00eb82d4ed60d865829f56f6b4e8dbd7540c505c SHA512 f0023995bd5c79e33722a0af7f246e9a5a143fb7f5294b7e1e97b3eb82331f69f605d41551c09af53424d6bf8e41bd5817cc9e206a30d0fc0f1cc0131944e37c
diff --git a/dev-python/findimports/findimports-2.2.0-r1.ebuild b/dev-python/findimports/findimports-2.2.0-r1.ebuild
deleted file mode 100644
index dde10dcf5cac..000000000000
--- a/dev-python/findimports/findimports-2.2.0-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2020-2022 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} )
-
-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
-}