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/humanize/
Date: Fri, 31 Dec 2021 08:17:50
Message-Id: 1640938438.e5e8df5c84fdc85e78cfbc6b5c0cadf662356e76.mgorny@gentoo
1 commit: e5e8df5c84fdc85e78cfbc6b5c0cadf662356e76
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 31 08:00:13 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 31 08:13:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5e8df5c
7
8 dev-python/humanize: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/humanize/Manifest | 2 --
13 dev-python/humanize/humanize-3.12.0-r2.ebuild | 27 ---------------------------
14 dev-python/humanize/humanize-3.13.0.ebuild | 22 ----------------------
15 3 files changed, 51 deletions(-)
16
17 diff --git a/dev-python/humanize/Manifest b/dev-python/humanize/Manifest
18 index 4b6370c99400..a9cf59049dcf 100644
19 --- a/dev-python/humanize/Manifest
20 +++ b/dev-python/humanize/Manifest
21 @@ -1,3 +1 @@
22 -DIST humanize-3.12.0.tar.gz 67112 BLAKE2B 248458d337c8411261b1078b3ebc040c133bd6310d89ac6809e36e55b46c644ab1308255015e9530c0b1d5d5a0c6ba3b02fbdcb8a48f48c02802ec8314c68210 SHA512 339cd392c9fd022714dfa54920b24522eee37ec24711fea8016f6a95728a500eaf9cc4dde76e542886f6c5b570a77beeb6dbc5047a475496f99199d793ab2e44
23 -DIST humanize-3.13.0.tar.gz 71972 BLAKE2B 9c9d2198de70a0cbdbb7ad7d161778870e4464df04c9e03fd18c71f4109f8dc6bc5c41545ccb82027a59fcde6d3e6fa66251b03bad63bc0200bab6b58412b391 SHA512 02baccf184dcc075839275de552f37ef13afd3412338a67ef52167622b0bf06e8c19f8d49796674e435947c4644d614bb362addea8660d10e5884cd6711ea2e1
24 DIST humanize-3.13.1.tar.gz 72109 BLAKE2B a17033c704fb1a12a82008bf07ed1f672c6d9b8a2a1ee16e34a49b2e9ce697099951f8bad638692b183d424a20836dff42f7fb8fffd1112a8ba9c4f42365db23 SHA512 f2d510347f05f953bb6f67811a7fd062f721c76892388d43ea0f19f826e75853c6f7b6cddcd986c06414dc8a3c8b3c88bee16a61fa23baa24d951ba275114de2
25
26 diff --git a/dev-python/humanize/humanize-3.12.0-r2.ebuild b/dev-python/humanize/humanize-3.12.0-r2.ebuild
27 deleted file mode 100644
28 index a7c57e2ca28c..000000000000
29 --- a/dev-python/humanize/humanize-3.12.0-r2.ebuild
30 +++ /dev/null
31 @@ -1,27 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -PYTHON_COMPAT=( pypy3 python3_{8..10} )
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Common humanization utilities"
41 -HOMEPAGE="https://github.com/jmoiron/humanize/"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -KEYWORDS="amd64 x86"
47 -
48 -BDEPEND="
49 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
50 - test? ( dev-python/freezegun[${PYTHON_USEDEP}] )
51 -"
52 -
53 -distutils_enable_tests --install pytest
54 -
55 -src_prepare() {
56 - sed -e '/setuptools/d' -i setup.cfg || die
57 - distutils-r1_src_prepare
58 -}
59
60 diff --git a/dev-python/humanize/humanize-3.13.0.ebuild b/dev-python/humanize/humanize-3.13.0.ebuild
61 deleted file mode 100644
62 index bc06c827f367..000000000000
63 --- a/dev-python/humanize/humanize-3.13.0.ebuild
64 +++ /dev/null
65 @@ -1,22 +0,0 @@
66 -# Copyright 1999-2021 Gentoo Authors
67 -# Distributed under the terms of the GNU General Public License v2
68 -
69 -EAPI=8
70 -
71 -PYTHON_COMPAT=( pypy3 python3_{8..10} )
72 -inherit distutils-r1
73 -
74 -DESCRIPTION="Common humanization utilities"
75 -HOMEPAGE="https://github.com/jmoiron/humanize/"
76 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
77 -
78 -LICENSE="MIT"
79 -SLOT="0"
80 -KEYWORDS="~amd64 ~x86"
81 -
82 -BDEPEND="
83 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
84 - test? ( dev-python/freezegun[${PYTHON_USEDEP}] )
85 -"
86 -
87 -distutils_enable_tests --install pytest