commit: 6bcf0bdc431e7695e7256f55302ff71e19e67634
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 15 10:03:34 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul 15 10:12:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bcf0bdc
dev-python/findimports: New package
A tool to process Python module imports (dependencies).
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/findimports/Manifest | 1 +
dev-python/findimports/findimports-1.5.2.ebuild | 20 ++++++++++++++++++++
dev-python/findimports/metadata.xml | 8 ++++++++
3 files changed, 29 insertions(+)
diff --git a/dev-python/findimports/Manifest b/dev-python/findimports/Manifest
new file mode 100644
index 00000000000..41483b1474f
--- /dev/null
+++ b/dev-python/findimports/Manifest
@@ -0,0 +1 @@
+DIST findimports-1.5.2.gh.tar.gz 32211 BLAKE2B
ea3110925085d466df7f95eaa06dce9e331ecba52c1772b76b05e51c633a8adc1ff91295db441049dab39129606e3927f69834376cc5fb864f5f3b62ac68bac2
SHA512
86432d29d180d4299ba789b69601722a6a15eed9badbf2f930e8867be06c64a2f1f8123ae182d7c6b73339287d04c2cdb4a18a31662ea72e86283ee165dc4d45
diff --git a/dev-python/findimports/findimports-1.5.2.ebuild
b/dev-python/findimports/findimports-1.5.2.ebuild
new file mode 100644
index 00000000000..edf248964f1
--- /dev/null
+++ b/dev-python/findimports/findimports-1.5.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6..9} )
+inherit distutils-r1
+
+DESCRIPTION="Python module import analysis tool"
+HOMEPAGE="https://github.com/mgedmin/findimports"
+SRC_URI="
+ https://github.com/mgedmin/findimports/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests setup.py
diff --git a/dev-python/findimports/metadata.xml
b/dev-python/findimports/metadata.xml
new file mode 100644
index 00000000000..0319eec4c8b
--- /dev/null
+++ b/dev-python/findimports/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>[email protected]</email>
+ <name>Michał Górny</name>
+ </maintainer>
+</pkgmetadata>