diff options
author | 2020-03-28 12:53:53 +0100 | |
---|---|---|
committer | 2020-03-28 12:59:30 +0100 | |
commit | 89a57325b23d9934e1b637b83cc9f0801fc00c39 (patch) | |
tree | daac60ce4c094028ef9be936b833683cf3477ec1 /dev-python/plumbum/plumbum-1.6.7.ebuild | |
parent | dev-python/pluggy: Remove redundant versions (diff) | |
download | gentoo-89a57325b23d9934e1b637b83cc9f0801fc00c39.tar.gz gentoo-89a57325b23d9934e1b637b83cc9f0801fc00c39.tar.bz2 gentoo-89a57325b23d9934e1b637b83cc9f0801fc00c39.zip |
dev-python/plumbum: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/plumbum/plumbum-1.6.7.ebuild')
-rw-r--r-- | dev-python/plumbum/plumbum-1.6.7.ebuild | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/dev-python/plumbum/plumbum-1.6.7.ebuild b/dev-python/plumbum/plumbum-1.6.7.ebuild deleted file mode 100644 index 365b8b150eee..000000000000 --- a/dev-python/plumbum/plumbum-1.6.7.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_{6,7} ) -inherit distutils-r1 - -DESCRIPTION="A library for shell script-like programs in python" -HOMEPAGE="https://plumbum.readthedocs.io/en/latest/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" |