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: Sat, 05 Jun 2021 21:08:55
Message-Id: 1622927323.8e56d4dfecb587830d1501ca9db52efb17d0ebbe.mgorny@gentoo
1 commit: 8e56d4dfecb587830d1501ca9db52efb17d0ebbe
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 5 21:03:21 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 5 21:08:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e56d4df
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.4.1.ebuild | 24 ------------------------
14 dev-python/humanize/humanize-3.6.0.ebuild | 24 ------------------------
15 3 files changed, 50 deletions(-)
16
17 diff --git a/dev-python/humanize/Manifest b/dev-python/humanize/Manifest
18 index e5d30e51729..9864b70b2e0 100644
19 --- a/dev-python/humanize/Manifest
20 +++ b/dev-python/humanize/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST humanize-3.4.1.tar.gz 56119 BLAKE2B 79f91e03b0c3ab1c645552ee3a0bf321e0ee620f5c0af827e44ba9995c9128638d1dc5cd80e4210de143ab55b39fb25e03abb4afaf5fa9a98973ef6c37d99b2d SHA512 d7e201717ee6b1065920faed3fa70f48c7b6acaf246a707126246d84f516fe7a14713bf4c488b18815907a0926b6cf505f106e15f17051f69756a50f50cea51b
23 DIST humanize-3.5.0.tar.gz 56651 BLAKE2B 05095fbdf7c55258bf3d01c73f47bf913e1fda3e6d8a2fcf666f4d70cfd6e437071140716b9f5b6a31c02c06da1d2df6f80d5d021c279d4f97f756f41f3c3bb3 SHA512 ca04d79533b08f1549cd530fec35352696b314d6d667476bf5506a482a4ff379fe6ae021a1f338aa6837877a90e57ce032cdc671b68be34dd52e0e41aad10170
24 -DIST humanize-3.6.0.tar.gz 62280 BLAKE2B 6472e332bbd4c8bd539b084889f280e56cb0b8fd3083c88b5f9fe313de734aa8876f6d9fb9b1ba3f9d6b110b5ee0d9af6881140c30fcf64c33364488f3c22033 SHA512 502ad941d9ff97677f9a6da7194ff2cddff6c4e852b84339a17eb13d71d34701b4c39c05607314a0d06c6634b5e5e12444bc97f0ae35d715611f8dac3eafe623
25 DIST humanize-3.7.0.tar.gz 44002 BLAKE2B ec253c07a38c83d67038836998a7159afe7d1f3e1f0f5ea0f946f987e18bf4943d7dd48e2e156009627e1bda2140017bf99df072671008a6e1daad704b693292 SHA512 e501cdb4dcb603601624f5df9a04a256669f06ac594d8a3a0c83543d1d8503bfcf4d7198ff87827e2c60dd63897c23b722be7497179c49a9f9b05d07289de4be
26
27 diff --git a/dev-python/humanize/humanize-3.4.1.ebuild b/dev-python/humanize/humanize-3.4.1.ebuild
28 deleted file mode 100644
29 index e402dcc8a02..00000000000
30 --- a/dev-python/humanize/humanize-3.4.1.ebuild
31 +++ /dev/null
32 @@ -1,24 +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 --install pytest
57
58 diff --git a/dev-python/humanize/humanize-3.6.0.ebuild b/dev-python/humanize/humanize-3.6.0.ebuild
59 deleted file mode 100644
60 index c806307de9e..00000000000
61 --- a/dev-python/humanize/humanize-3.6.0.ebuild
62 +++ /dev/null
63 @@ -1,24 +0,0 @@
64 -# Copyright 1999-2021 Gentoo Authors
65 -# Distributed under the terms of the GNU General Public License v2
66 -
67 -EAPI=7
68 -
69 -PYTHON_COMPAT=( pypy3 python3_{7..10} )
70 -DISTUTILS_USE_SETUPTOOLS=rdepend
71 -
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