summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-15 12:03:34 +0200
committerMichał Górny <mgorny@gentoo.org>2020-07-15 12:12:01 +0200
commit6bcf0bdc431e7695e7256f55302ff71e19e67634 (patch)
treeb909edf8472de73eb3bf17084a1fc95c8b519668 /dev-python
parentprofiles: Convert app-admin/denyhosts mask message to use isodate (diff)
downloadgentoo-6bcf0bdc431e7695e7256f55302ff71e19e67634.tar.gz
gentoo-6bcf0bdc431e7695e7256f55302ff71e19e67634.tar.bz2
gentoo-6bcf0bdc431e7695e7256f55302ff71e19e67634.zip
dev-python/findimports: New package
A tool to process Python module imports (dependencies). Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/findimports/Manifest1
-rw-r--r--dev-python/findimports/findimports-1.5.2.ebuild20
-rw-r--r--dev-python/findimports/metadata.xml8
3 files changed, 29 insertions, 0 deletions
diff --git a/dev-python/findimports/Manifest b/dev-python/findimports/Manifest
new file mode 100644
index 000000000000..41483b1474f4
--- /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 000000000000..edf248964f10
--- /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 000000000000..0319eec4c8be
--- /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>mgorny@gentoo.org</email>
+ <name>Michał Górny</name>
+ </maintainer>
+</pkgmetadata>