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/inflect/
Date: Mon, 04 May 2020 11:07:37
Message-Id: 1588590407.8e4bc27e4de06d08c732b7b1f63d8b666c9502e1.mgorny@gentoo
1 commit: 8e4bc27e4de06d08c732b7b1f63d8b666c9502e1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 4 11:06:47 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 4 11:06:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e4bc27e
7
8 dev-python/inflect: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/inflect/Manifest | 2 --
13 dev-python/inflect/inflect-0.2.5.ebuild | 25 --------------------
14 dev-python/inflect/inflect-4.0.0.ebuild | 41 ---------------------------------
15 3 files changed, 68 deletions(-)
16
17 diff --git a/dev-python/inflect/Manifest b/dev-python/inflect/Manifest
18 index c77e757b200..b634e09480f 100644
19 --- a/dev-python/inflect/Manifest
20 +++ b/dev-python/inflect/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST inflect-0.2.5.tar.gz 109756 BLAKE2B ecb64b0fea04602f112dfba11ade6828eae7a7f3f44d4c4fb15c2300ac18025ea4c51f9c36aae5e7e92bd09e24d08091ce096b888a520fd2d4c40374356333d5 SHA512 68371158ac90d9662c19657cbf697f44ee9ceac090286d53e29ee04252efbb7d0bfbd99ae6847e6eec1991ef4ef670eff60693d1f0a301885bab2a09c7ce4616
23 DIST inflect-3.0.2.tar.gz 71546 BLAKE2B 951eb818ba1645a9e426468811ad449378aa5a7341575ac2aff5e9d1e06237fe8e96fa64cd678665cd6c05e1dc5e477a65b261b9d8bd170be4fb923d5fb90e9c SHA512 5858548e947f742b91630fc584f568a2221057ada7cd4a55f39de1b52a82c97884d6a78c2f32e5995e354fd1c4eae4d5b3d30491ef57dd5187fd6baca93d2779
24 -DIST inflect-4.0.0.tar.gz 71091 BLAKE2B 597db3d84cce1660ea92b84af5d07d77f537b2d738caedbe132ed9cb074a3c80c2f9e1cab321f0e231b2a29803f3b25206f27b78672c4917873007f3a56f1a8a SHA512 7d9ef9389b9301e596165fcb1774467ddeb421636094a0f0cebbcaa11558b4529ccb90644e1097f91cff3316911c98f4bb1df92180193a5313ca7da91a282e5c
25 DIST inflect-4.1.0.tar.gz 72200 BLAKE2B c15f6b0d5d93050283dfc4d691e9fdbc26bb2f71573d6b397834e87af62f3afb8f5cdb0448c531de37e84729c0c6ae0cf4ea7a7b081a9dd784f7c06b962d7def SHA512 9a2ba4777f01475390976f3ac28f046d39d1f86cfdafd161cc7c8d33526aca35d44e6598ccf2a0b68d3511a64b67ed0991b51c78bda8f279cd706fd29a3fa514
26
27 diff --git a/dev-python/inflect/inflect-0.2.5.ebuild b/dev-python/inflect/inflect-0.2.5.ebuild
28 deleted file mode 100644
29 index 707c55335c8..00000000000
30 --- a/dev-python/inflect/inflect-0.2.5.ebuild
31 +++ /dev/null
32 @@ -1,25 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -PYTHON_COMPAT=( python{2_7,3_6} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Correctly inflect words and numbers"
43 -HOMEPAGE="https://github.com/jazzband/inflect"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="AGPL-3"
47 -SLOT="0"
48 -KEYWORDS="amd64 x86"
49 -IUSE="test"
50 -RESTRICT="!test? ( test )"
51 -
52 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
53 - test? ( dev-python/nose[${PYTHON_USEDEP}] )"
54 -
55 -python_test() {
56 - nosetests tests || die "tests failed with ${EPYTHON}"
57 -}
58
59 diff --git a/dev-python/inflect/inflect-4.0.0.ebuild b/dev-python/inflect/inflect-4.0.0.ebuild
60 deleted file mode 100644
61 index 259a01510e6..00000000000
62 --- a/dev-python/inflect/inflect-4.0.0.ebuild
63 +++ /dev/null
64 @@ -1,41 +0,0 @@
65 -# Copyright 1999-2020 Gentoo Authors
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -EAPI=7
69 -
70 -PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
71 -
72 -inherit distutils-r1
73 -
74 -DESCRIPTION="Correctly inflect words and numbers"
75 -HOMEPAGE="https://github.com/jazzband/inflect"
76 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
77 -
78 -LICENSE="MIT"
79 -SLOT="0"
80 -KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
81 -IUSE="test"
82 -RESTRICT="!test? ( test )"
83 -
84 -RDEPEND="
85 - $(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' pypy3 python3_{6,7})
86 -"
87 -# six can be removed in the next release
88 -# https://github.com/jazzband/inflect/commit/407dfa7e170a562012f37e9bd65c3b50cd3da0cb
89 -BDEPEND="
90 - dev-python/setuptools[${PYTHON_USEDEP}]
91 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
92 - test? (
93 - dev-python/pytest[${PYTHON_USEDEP}]
94 - dev-python/six[${PYTHON_USEDEP}]
95 - )
96 -"
97 -
98 -distutils_enable_sphinx docs '>=dev-python/jaraco-packaging-3.2' \
99 - '>=dev-python/rst-linker-1.9' dev-python/alabaster
100 -
101 -python_test() {
102 - # Override pytest options to skip flake8
103 - pytest -vv tests --override-ini="addopts=--doctest-modules" \
104 - || die "tests failed with ${EPYTHON}"
105 -}