summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-22 09:07:27 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-22 09:07:27 +0200
commit25844366f58a5d5bfd85c5d851a749d5b7542845 (patch)
tree5a19bab958811a8abce9be33101903602a9566cd /dev-python/helpdev/helpdev-0.6.10.ebuild
parentdev-python/h11: Remove redundant versions (diff)
downloadgentoo-25844366f58a5d5bfd85c5d851a749d5b7542845.tar.gz
gentoo-25844366f58a5d5bfd85c5d851a749d5b7542845.tar.bz2
gentoo-25844366f58a5d5bfd85c5d851a749d5b7542845.zip
dev-python/helpdev: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/helpdev/helpdev-0.6.10.ebuild')
-rw-r--r--dev-python/helpdev/helpdev-0.6.10.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/helpdev/helpdev-0.6.10.ebuild b/dev-python/helpdev/helpdev-0.6.10.ebuild
deleted file mode 100644
index b2e84f080a18..000000000000
--- a/dev-python/helpdev/helpdev-0.6.10.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Helping users and developers to get information about the environment"
-HOMEPAGE="https://gitlab.com/dpizetta/helpdev"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-python/importlib_metadata[${PYTHON_USEDEP}]
- dev-python/psutil[${PYTHON_USEDEP}]"