diff options
author | 2018-12-13 15:25:22 -0500 | |
---|---|---|
committer | 2018-12-13 15:25:22 -0500 | |
commit | 466b8d7cd6ec509637e9fed43ea5e39d01b60b06 (patch) | |
tree | aa6b9290da8afb540078ea3c144f26b46478f7ff /dev-python/humanfriendly | |
parent | dev-python/humanfriendly: drop unneeded test dependency (diff) | |
download | gentoo-466b8d7cd6ec509637e9fed43ea5e39d01b60b06.tar.gz gentoo-466b8d7cd6ec509637e9fed43ea5e39d01b60b06.tar.bz2 gentoo-466b8d7cd6ec509637e9fed43ea5e39d01b60b06.zip |
dev-python/humanfriendly: remove old
Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-python/humanfriendly')
-rw-r--r-- | dev-python/humanfriendly/Manifest | 1 | ||||
-rw-r--r-- | dev-python/humanfriendly/humanfriendly-2.4.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/humanfriendly/Manifest b/dev-python/humanfriendly/Manifest index f089ba785725..ca1d68e9d3b1 100644 --- a/dev-python/humanfriendly/Manifest +++ b/dev-python/humanfriendly/Manifest @@ -1,2 +1 @@ -DIST humanfriendly-2.4.tar.gz 51037 BLAKE2B 3775505a8a32c19b921d6f397951dc61da9d5c4d3c8313a519cb350d4dcee09797b4d3412c7084d6a722397e675be345af946e132058e57d77e426d3ca2a3230 SHA512 e35017c6be9d80ac5e3465836aae4f5b1ea4358224e250c7c1b7e3a93c2764832382e0ec24ea54e1d656fd8874c12b23ffc535440870b55a532800c5953cc676 DIST humanfriendly-4.17.tar.gz 344455 BLAKE2B 985ae142ea5378fcceb9f5f28773ac4dcaf0ea55ef1a7269fd1840a0b7119b54362aa93c330aa62e5424cc6f329e88717b45255c62b8e1d3f9ff5dd43a3c16c2 SHA512 a5786f28eaa0ff33919d9164ff30037fef5dbf60a31aece7679d1dddf3239f5a0d27209c710053cb0ac6779c1ef39102b1441fc620063283e90ef2ae11f8b621 diff --git a/dev-python/humanfriendly/humanfriendly-2.4.ebuild b/dev-python/humanfriendly/humanfriendly-2.4.ebuild deleted file mode 100644 index f8de554ce4ed..000000000000 --- a/dev-python/humanfriendly/humanfriendly-2.4.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) -PYTHON_REQ_USE="threads(+)" - -inherit distutils-r1 - -DESCRIPTION="Human friendly output for text interfaces using Python" -HOMEPAGE="https://pypi.org/project/humanfriendly/ https://humanfriendly.readthedocs.org" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" - -RDEPEND=" - dev-python/monotonic[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - >=dev-python/capturer-2.1[${PYTHON_USEDEP}] - >=dev-python/coloredlogs-2.0[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - ) - " -python_test() { - esetup.py test -} |