summaryrefslogtreecommitdiff
path: root/dev-python/findimports
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /dev-python/findimports
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'dev-python/findimports')
-rw-r--r--dev-python/findimports/Manifest1
-rw-r--r--dev-python/findimports/findimports-3.0.0.ebuild26
-rw-r--r--dev-python/findimports/metadata.xml14
3 files changed, 0 insertions, 41 deletions
diff --git a/dev-python/findimports/Manifest b/dev-python/findimports/Manifest
deleted file mode 100644
index 255292317d59..000000000000
--- a/dev-python/findimports/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST findimports-3.0.0.gh.tar.gz 28642 BLAKE2B 536cf96898a53e1ee075e662993cf26461dd2a13a4c634b3e7872a164648beec8c0a34fa19e9f4004e8590884b84ad9e17cf4e492621a5ec587070d37ac2f6ed SHA512 4014a7c165682a84290a88205c0d5db0b50adc4649f49721060be1f33aba5aa1d5e4a0de62a2e93feb2ccd05ff65a457d72d176dd7562257b87bc0236b8ed39e
diff --git a/dev-python/findimports/findimports-3.0.0.ebuild b/dev-python/findimports/findimports-3.0.0.ebuild
deleted file mode 100644
index 1d0c8674ba04..000000000000
--- a/dev-python/findimports/findimports-3.0.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2020-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{13..14} )
-
-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"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest
diff --git a/dev-python/findimports/metadata.xml b/dev-python/findimports/metadata.xml
deleted file mode 100644
index 3066d4b5ee7e..000000000000
--- a/dev-python/findimports/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>mgorny@gentoo.org</email>
- <name>Michał Górny</name>
- </maintainer>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <stabilize-allarches />
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>