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: Thu, 22 Apr 2021 15:07:13
Message-Id: 1619104014.652160b30e2c4cdf7f99563550c46b38da887429.mgorny@gentoo
1 commit: 652160b30e2c4cdf7f99563550c46b38da887429
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 22 12:58:23 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 22 15:06:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=652160b3
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.2.0.ebuild | 30 ------------------------------
14 dev-python/humanize/humanize-3.4.0.ebuild | 24 ------------------------
15 3 files changed, 56 deletions(-)
16
17 diff --git a/dev-python/humanize/Manifest b/dev-python/humanize/Manifest
18 index 9ec123f2bfb..15e0da3b0f6 100644
19 --- a/dev-python/humanize/Manifest
20 +++ b/dev-python/humanize/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST humanize-3.2.0.tar.gz 53976 BLAKE2B 2e9347418ffa103c6a66583136aa0c79bce669b48fcbc01bf482ba16659af14d4b4a88e78167e8013a8ede6467ed7b7f5eea8f46ed4234294a79b0c63fabd17c SHA512 448919e762e0ecc95f5a7158e0dd8bc028d173ee236be8e15fd0283741af037af1bcdc671ed83b0c16c1998dc0a70debf11cb1c349085530e458bc7aa2f6dde4
23 DIST humanize-3.3.0.tar.gz 54639 BLAKE2B 7861a5e0403aa9ea047e39f9aa42fdfd7c7f38f295e93b9790f7fea3a86a57e33e65cb302165f1f962a46bf84238fc8b53b2e3e786eb1804b674dca97f959fae SHA512 a25bbaaa8cdd8fc0a7375637c19f91f892b33b8576e4c88b9adc431e976cb4f8937f1f98d71f442547626276c75cb6be445cac9b11b6504b6a444740df486faf
24 -DIST humanize-3.4.0.tar.gz 55440 BLAKE2B 78c5aa5c57002e64354c841500b1d4d10d32c60723c3f02aea092d4e8c0b31f2e18cdc2f0a66e8a9148fa723b35305efca3c0a517bd6206ab0adda18a74b7eeb SHA512 eb30378ca0b6dae838fd8f48d92f4d6a2de71537733a3863fdcd44cf915c4e200a3372fd1aa5c679d56638bc30e44fae29260a66358b4e77a61a63a51de5df58
25 DIST humanize-3.4.1.tar.gz 56119 BLAKE2B 79f91e03b0c3ab1c645552ee3a0bf321e0ee620f5c0af827e44ba9995c9128638d1dc5cd80e4210de143ab55b39fb25e03abb4afaf5fa9a98973ef6c37d99b2d SHA512 d7e201717ee6b1065920faed3fa70f48c7b6acaf246a707126246d84f516fe7a14713bf4c488b18815907a0926b6cf505f106e15f17051f69756a50f50cea51b
26
27 diff --git a/dev-python/humanize/humanize-3.2.0.ebuild b/dev-python/humanize/humanize-3.2.0.ebuild
28 deleted file mode 100644
29 index 7d8ccd4a379..00000000000
30 --- a/dev-python/humanize/humanize-3.2.0.ebuild
31 +++ /dev/null
32 @@ -1,30 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -PYTHON_COMPAT=( pypy3 python3_{7..9} )
39 -DISTUTILS_USE_SETUPTOOLS=rdepend
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="Common humanization utilities"
44 -HOMEPAGE="https://github.com/jmoiron/humanize/"
45 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -KEYWORDS="amd64 x86"
50 -
51 -BDEPEND="
52 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
53 - test? ( dev-python/freezegun[${PYTHON_USEDEP}] )
54 -"
55 -
56 -distutils_enable_tests pytest
57 -
58 -python_test() {
59 - # The package uses pkg_resources to determine its version
60 - distutils_install_for_testing --via-root
61 - pytest -vv || die "Tests fail with ${EPYTHON}"
62 -}
63
64 diff --git a/dev-python/humanize/humanize-3.4.0.ebuild b/dev-python/humanize/humanize-3.4.0.ebuild
65 deleted file mode 100644
66 index 7bc5554aa17..00000000000
67 --- a/dev-python/humanize/humanize-3.4.0.ebuild
68 +++ /dev/null
69 @@ -1,24 +0,0 @@
70 -# Copyright 1999-2021 Gentoo Authors
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=7
74 -
75 -PYTHON_COMPAT=( pypy3 python3_{7..9} )
76 -DISTUTILS_USE_SETUPTOOLS=rdepend
77 -
78 -inherit distutils-r1
79 -
80 -DESCRIPTION="Common humanization utilities"
81 -HOMEPAGE="https://github.com/jmoiron/humanize/"
82 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
83 -
84 -LICENSE="MIT"
85 -SLOT="0"
86 -KEYWORDS="~amd64 ~x86"
87 -
88 -BDEPEND="
89 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
90 - test? ( dev-python/freezegun[${PYTHON_USEDEP}] )
91 -"
92 -
93 -distutils_enable_tests --install pytest