diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-10-22 00:47:27 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-10-22 00:50:36 +0200 |
commit | e7000c4a588f9a731013cc4c9f98f026f5dfe4b9 (patch) | |
tree | 6653528107ec06161e53c647084e6b02d3bf4069 /dev-python/humanfriendly | |
parent | dev-python/httpstat: Remove old (diff) | |
download | gentoo-e7000c4a588f9a731013cc4c9f98f026f5dfe4b9.tar.gz gentoo-e7000c4a588f9a731013cc4c9f98f026f5dfe4b9.tar.bz2 gentoo-e7000c4a588f9a731013cc4c9f98f026f5dfe4b9.zip |
dev-python/humanfriendly: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/humanfriendly')
-rw-r--r-- | dev-python/humanfriendly/Manifest | 1 | ||||
-rw-r--r-- | dev-python/humanfriendly/humanfriendly-4.18.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/dev-python/humanfriendly/Manifest b/dev-python/humanfriendly/Manifest index c0caf772e3cb..f3681458fa11 100644 --- a/dev-python/humanfriendly/Manifest +++ b/dev-python/humanfriendly/Manifest @@ -1,2 +1 @@ -DIST humanfriendly-4.18.tar.gz 345853 BLAKE2B 9b03ea0679f787e216ee78efe8feb77f83562998813718845f4d21b7ce3f42cadff0e80b96f02da3cf6dc7f35cb0714f746940cf2ac0ec8e8981377989650c8a SHA512 01c7ee50d35154fe0b7ad39662ca6ff2dcd3e0f2a2eacc62f0184102c9db1c0fd99257273982aff56710b4e59024e8c20ee77ddd10c68e427c077ed4ca7e0022 DIST humanfriendly-8.2.tar.gz 358747 BLAKE2B bc5824e94ea94df6ee93ea44d273ccb856f50b69e52ae6293afaedf06c9f00c67e064f0c85edd88be9954bb258334b1b9af4ab88efc5b352f3efe8d322fc55c1 SHA512 123d8592e6613a70421740648bb8998733b118927a0bd6182af848612e46eec8e35cae95168219c9b7672bed8e18e1c4a493a80248eabe47f8a4cb1813c8b591 diff --git a/dev-python/humanfriendly/humanfriendly-4.18.ebuild b/dev-python/humanfriendly/humanfriendly-4.18.ebuild deleted file mode 100644 index f362db84e0f3..000000000000 --- a/dev-python/humanfriendly/humanfriendly-4.18.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8} ) -PYTHON_REQ_USE="threads(+)" - -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 - -DESCRIPTION="Human friendly output for text interfaces using Python" -HOMEPAGE="https://pypi.org/project/humanfriendly - https://github.com/xolox/python-humanfriendly - https://humanfriendly.readthedocs.org" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" - -DEPEND="test? ( dev-python/capturer[${PYTHON_USEDEP}] - dev-python/coloredlogs[${PYTHON_USEDEP}] )" - -distutils_enable_tests pytest -distutils_enable_sphinx docs - -python_test() { - pytest -vv ${PN}/tests.py || die "Tests fail with ${EPYTHON}" -} |