Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/natsort/
Date: Thu, 07 Jan 2021 09:22:21
Message-Id: 1610011174.1cdbc6ecbd1f2b8e3e66a9387c911b8e5d8739c7.mgorny@gentoo
1 commit: 1cdbc6ecbd1f2b8e3e66a9387c911b8e5d8739c7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 09:19:34 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 09:19:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cdbc6ec
7
8 dev-python/natsort: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/natsort/Manifest | 1 -
13 dev-python/natsort/natsort-7.0.1.ebuild | 25 -------------------------
14 2 files changed, 26 deletions(-)
15
16 diff --git a/dev-python/natsort/Manifest b/dev-python/natsort/Manifest
17 index 82a64c89ab9..2496903f72a 100644
18 --- a/dev-python/natsort/Manifest
19 +++ b/dev-python/natsort/Manifest
20 @@ -1,2 +1 @@
21 -DIST natsort-7.0.1.tar.gz 139272 BLAKE2B 81f75df0868a0810fbc8fef5a499135b5291adde7561a1b0e6b8a94a7f5afc27cd156939119c24749b1ed6983b4a6d63cada3f4a220e785dc06986db099803ba SHA512 48bfda8a42b951287d984e38c474b71233d56a578d8bec12e657413b3cdb71dd27103acda8dca359d87efd761e775deff0775a81d8dfa18df24c364921028c2b
22 DIST natsort-7.1.0.tar.gz 143534 BLAKE2B 3ab6c977aca40330fac0af9e4be36d973e88d931799b3135a81daf0a475988af5cc2f9abb30ade1498aad07d9c986e514c7c8cdbbb63da195a81dded4f6f25da SHA512 41293d70c3dc2214f9dc1c123f31cd7886341ae25c6342ac49f3d53d06ba15ecd8d666f1763fe790848c93668940a81b7e7f1fe896f0b91f180ca557dd922ac3
23
24 diff --git a/dev-python/natsort/natsort-7.0.1.ebuild b/dev-python/natsort/natsort-7.0.1.ebuild
25 deleted file mode 100644
26 index ffdeefd38e3..00000000000
27 --- a/dev-python/natsort/natsort-7.0.1.ebuild
28 +++ /dev/null
29 @@ -1,25 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{6,7,8} )
36 -DISTUTILS_USE_SETUPTOOLS=rdepend
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Natural sorting for Python"
41 -HOMEPAGE="https://pypi.org/project/natsort/"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -KEYWORDS="amd64 ~ia64 x86"
47 -IUSE="test"
48 -
49 -DEPEND="test? (
50 - dev-python/hypothesis[${PYTHON_USEDEP}]
51 - dev-python/pytest-mock[${PYTHON_USEDEP}]
52 - )"
53 -
54 -distutils_enable_tests pytest