diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-04 13:25:24 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-04 13:25:24 +0200 |
commit | a43bf02d70ba9ec089f40bc757059dc4611d5d26 (patch) | |
tree | 09b8dbbdb45040f45cacef411bae4b47e7f9730f /dev-python/natsort | |
parent | dev-python/micawber: Remove old (diff) | |
download | gentoo-a43bf02d70ba9ec089f40bc757059dc4611d5d26.tar.gz gentoo-a43bf02d70ba9ec089f40bc757059dc4611d5d26.tar.bz2 gentoo-a43bf02d70ba9ec089f40bc757059dc4611d5d26.zip |
dev-python/natsort: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/natsort')
-rw-r--r-- | dev-python/natsort/Manifest | 1 | ||||
-rw-r--r-- | dev-python/natsort/natsort-4.0.4.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/natsort/Manifest b/dev-python/natsort/Manifest index 3ffb87a69b78..b9d34cb96799 100644 --- a/dev-python/natsort/Manifest +++ b/dev-python/natsort/Manifest @@ -1,2 +1 @@ -DIST natsort-4.0.4.tar.gz 63116 BLAKE2B f4b15cd105ff79c17eec2b94371596c9a75f7389304f2808449da2e68eca6d9754871e4ef983a9bdaef43049ae64dad5f7c5ac46e55c5c379a79f6f5fae579fe SHA512 e1c00de6fec56aeda6dedb547edfb2f819d8c129feb938be9cee64cd106485d75b2af12316d73b6e79c90694b0d489ddbdc29635e3df9569466d062cabbed461 DIST natsort-7.0.1.tar.gz 139272 BLAKE2B 81f75df0868a0810fbc8fef5a499135b5291adde7561a1b0e6b8a94a7f5afc27cd156939119c24749b1ed6983b4a6d63cada3f4a220e785dc06986db099803ba SHA512 48bfda8a42b951287d984e38c474b71233d56a578d8bec12e657413b3cdb71dd27103acda8dca359d87efd761e775deff0775a81d8dfa18df24c364921028c2b diff --git a/dev-python/natsort/natsort-4.0.4.ebuild b/dev-python/natsort/natsort-4.0.4.ebuild deleted file mode 100644 index d072bd56dac7..000000000000 --- a/dev-python/natsort/natsort-4.0.4.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python3_6 ) - -RESTRICT="test" - -inherit distutils-r1 - -DESCRIPTION="Natural sorting for Python" -HOMEPAGE="https://pypi.org/project/natsort/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~ia64 x86" -IUSE="test" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/pytest[${PYTHON_USEDEP}] - dev-python/hypothesis[${PYTHON_USEDEP}] - dev-python/pytest-cov[${PYTHON_USEDEP}] - )" - -python_test() { - py.test || die "Tests failed under ${EPYTHON}" -} |