summaryrefslogtreecommitdiff
path: root/dev-python/findimports
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-22 00:40:12 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-22 00:40:12 +0000
commit8e0eb0ad3dfbe366fbb79e93dd4e27dff301ed50 (patch)
treed8310a183d743d8f4018edf0106d6d25fb4c4cd7 /dev-python/findimports
parent0ab0678be688a9e5ff3a2c1777c07759df498155 (diff)
downloadbaldeagleos-repo-8e0eb0ad3dfbe366fbb79e93dd4e27dff301ed50.tar.gz
baldeagleos-repo-8e0eb0ad3dfbe366fbb79e93dd4e27dff301ed50.tar.xz
baldeagleos-repo-8e0eb0ad3dfbe366fbb79e93dd4e27dff301ed50.zip
Adding metadata
Diffstat (limited to 'dev-python/findimports')
-rw-r--r--dev-python/findimports/findimports-2.2.0-r1.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-python/findimports/findimports-2.2.0-r1.ebuild b/dev-python/findimports/findimports-2.2.0-r1.ebuild
new file mode 100644
index 000000000000..c4a1fd3a737e
--- /dev/null
+++ b/dev-python/findimports/findimports-2.2.0-r1.ebuild
@@ -0,0 +1,27 @@
+# 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} )
+
+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
+}