Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/inflect/
Date: Sun, 25 Sep 2022 17:59:22
Message-Id: 1664128750.40514f838a280787cd28c20eb0a4e44a85cf54e0.arthurzam@gentoo
1 commit: 40514f838a280787cd28c20eb0a4e44a85cf54e0
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 25 17:59:10 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 25 17:59:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40514f83
7
8 dev-python/inflect: drop 5.6.2
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/inflect/Manifest | 1 -
13 dev-python/inflect/inflect-5.6.2.ebuild | 26 --------------------------
14 2 files changed, 27 deletions(-)
15
16 diff --git a/dev-python/inflect/Manifest b/dev-python/inflect/Manifest
17 index 5c61d2889a46..5b5a19dd02d0 100644
18 --- a/dev-python/inflect/Manifest
19 +++ b/dev-python/inflect/Manifest
20 @@ -1,2 +1 @@
21 -DIST inflect-5.6.2.tar.gz 69378 BLAKE2B d20739928bc0a5e181456c3bbc583e5816bd87b615ad1f6c1ec6edede3a67614ff4a97db4973d940d2615f40958efcf24f0de3cecaaaf2e892defec322481b4c SHA512 0bf66803c888575be478d45c1ddaf96432b8883af2b854a874678643e7b92a6a1bc60eb0d6ee324346dd4df7482364a7525a40f04f31910263c840196ba49d38
22 DIST inflect-6.0.0.tar.gz 70108 BLAKE2B 5e20c265ef7683d1cd671d86697b8fc8d683ef4e7dd856fe0e0797e39a5e97a9a62984b9dd39f54187e54e3a7b961dd6c77b0f50822fef19bec462c485ee7600 SHA512 8cd38dc2e59bba5b47dfbf0f7626fce43bc4ecafa22f4555e48d9827b4f7f235c282477e9a008f172cc08eefcb5f44e2133de2c28e04ddb29c9392a5486b2719
23
24 diff --git a/dev-python/inflect/inflect-5.6.2.ebuild b/dev-python/inflect/inflect-5.6.2.ebuild
25 deleted file mode 100644
26 index 1eee83767dac..000000000000
27 --- a/dev-python/inflect/inflect-5.6.2.ebuild
28 +++ /dev/null
29 @@ -1,26 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -DISTUTILS_USE_PEP517=setuptools
36 -PYTHON_COMPAT=( pypy3 python3_{8..11} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Correctly inflect words and numbers"
41 -HOMEPAGE="
42 - https://pypi.org/project/inflect/
43 - https://github.com/jaraco/inflect/
44 -"
45 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
50 -
51 -BDEPEND="
52 - >=dev-python/setuptools_scm-3.4.1[${PYTHON_USEDEP}]
53 -"
54 -
55 -distutils_enable_tests pytest