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: Mon, 12 Jul 2021 22:53:36
Message-Id: 1626130063.1041562abffe05e5d69b96adcaf1f26f22e76f6d.mgorny@gentoo
1 commit: 1041562abffe05e5d69b96adcaf1f26f22e76f6d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 12 22:47:43 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 12 22:47:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1041562a
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 | 4 ----
13 dev-python/humanize/humanize-3.5.0.ebuild | 24 ------------------------
14 dev-python/humanize/humanize-3.7.0.ebuild | 24 ------------------------
15 dev-python/humanize/humanize-3.7.1.ebuild | 24 ------------------------
16 dev-python/humanize/humanize-3.8.0.ebuild | 24 ------------------------
17 5 files changed, 100 deletions(-)
18
19 diff --git a/dev-python/humanize/Manifest b/dev-python/humanize/Manifest
20 index 81113eb1d13..4d4a890111f 100644
21 --- a/dev-python/humanize/Manifest
22 +++ b/dev-python/humanize/Manifest
23 @@ -1,6 +1,2 @@
24 DIST humanize-3.10.0.tar.gz 65658 BLAKE2B c60aff8f5e2044c10e997f3546b30e8ac7c040ee57aea5342ccce7ea6341a8695c1b94bdc8cb2acc18c3f421667fd4090b7b110b47aa229cd10d5ac8b42d6dae SHA512 f31929ddc1055fb54294b67e25e3b41883ef4e8ff9b76082cdd4703d64a066d0a368d116a60e26465f07dd3a0df8c87bb459ff1b03153d8843d3eefb06ff6961
25 -DIST humanize-3.5.0.tar.gz 56651 BLAKE2B 05095fbdf7c55258bf3d01c73f47bf913e1fda3e6d8a2fcf666f4d70cfd6e437071140716b9f5b6a31c02c06da1d2df6f80d5d021c279d4f97f756f41f3c3bb3 SHA512 ca04d79533b08f1549cd530fec35352696b314d6d667476bf5506a482a4ff379fe6ae021a1f338aa6837877a90e57ce032cdc671b68be34dd52e0e41aad10170
26 -DIST humanize-3.7.0.tar.gz 44002 BLAKE2B ec253c07a38c83d67038836998a7159afe7d1f3e1f0f5ea0f946f987e18bf4943d7dd48e2e156009627e1bda2140017bf99df072671008a6e1daad704b693292 SHA512 e501cdb4dcb603601624f5df9a04a256669f06ac594d8a3a0c83543d1d8503bfcf4d7198ff87827e2c60dd63897c23b722be7497179c49a9f9b05d07289de4be
27 -DIST humanize-3.7.1.tar.gz 61846 BLAKE2B 6ed6e35dc15ef08a88cd15211212cbd4194363889ff0dbe4e53d76adb248da948d688e4eddf5a93548497b1e1e02145431e1c157fd26288fc27f2b9b7b2c80b7 SHA512 152ee6030de83be34bdb40908427ca4f1461191ce417faef273b070a1d347a43f4a44182cd0fa79b8935c07d97679205285bbd6fa43352d2d9cada53df5f112f
28 -DIST humanize-3.8.0.tar.gz 64298 BLAKE2B ba367054f66351b7b48bed69ab4ba63251dbdd6bb56c21cbd8d7846401d4a2428f6e069a0219b5a24bfde173d6ed2ef3116f01551137b4c0c1eddd8c9d6fc87b SHA512 8301f461c60fd990e50a24aef714d78a3b42fb82d792ac01b088e05b6bf765dfa34e2257c1a75e3da279db3b8d837bd6434398f33578c946fa17dc1a45122f75
29 DIST humanize-3.9.0.tar.gz 64229 BLAKE2B 09aeec6a92c8e2e104032d4c61f054785ff58ce2dda68c4f3acffb17c7fa4e262b28a24b7c06d33671ea18d2eb05c9bcc0a82d5491e60afa161ebc0041945bf2 SHA512 75aa8f9f6b07d4b65e5589c3f337a92ee17769ab8da6608147b0f1ec3965b95788dd90cf0d0cae1b7c9be689b44910029ee72e2eba39a60c9926b67726c74353
30
31 diff --git a/dev-python/humanize/humanize-3.5.0.ebuild b/dev-python/humanize/humanize-3.5.0.ebuild
32 deleted file mode 100644
33 index 7520e23c952..00000000000
34 --- a/dev-python/humanize/humanize-3.5.0.ebuild
35 +++ /dev/null
36 @@ -1,24 +0,0 @@
37 -# Copyright 1999-2021 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=7
41 -
42 -PYTHON_COMPAT=( pypy3 python3_{7..10} )
43 -DISTUTILS_USE_SETUPTOOLS=rdepend
44 -
45 -inherit distutils-r1
46 -
47 -DESCRIPTION="Common humanization utilities"
48 -HOMEPAGE="https://github.com/jmoiron/humanize/"
49 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
50 -
51 -LICENSE="MIT"
52 -SLOT="0"
53 -KEYWORDS="amd64 x86"
54 -
55 -BDEPEND="
56 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
57 - test? ( dev-python/freezegun[${PYTHON_USEDEP}] )
58 -"
59 -
60 -distutils_enable_tests --install pytest
61
62 diff --git a/dev-python/humanize/humanize-3.7.0.ebuild b/dev-python/humanize/humanize-3.7.0.ebuild
63 deleted file mode 100644
64 index c806307de9e..00000000000
65 --- a/dev-python/humanize/humanize-3.7.0.ebuild
66 +++ /dev/null
67 @@ -1,24 +0,0 @@
68 -# Copyright 1999-2021 Gentoo Authors
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=7
72 -
73 -PYTHON_COMPAT=( pypy3 python3_{7..10} )
74 -DISTUTILS_USE_SETUPTOOLS=rdepend
75 -
76 -inherit distutils-r1
77 -
78 -DESCRIPTION="Common humanization utilities"
79 -HOMEPAGE="https://github.com/jmoiron/humanize/"
80 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
81 -
82 -LICENSE="MIT"
83 -SLOT="0"
84 -KEYWORDS="~amd64 ~x86"
85 -
86 -BDEPEND="
87 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
88 - test? ( dev-python/freezegun[${PYTHON_USEDEP}] )
89 -"
90 -
91 -distutils_enable_tests --install pytest
92
93 diff --git a/dev-python/humanize/humanize-3.7.1.ebuild b/dev-python/humanize/humanize-3.7.1.ebuild
94 deleted file mode 100644
95 index c806307de9e..00000000000
96 --- a/dev-python/humanize/humanize-3.7.1.ebuild
97 +++ /dev/null
98 @@ -1,24 +0,0 @@
99 -# Copyright 1999-2021 Gentoo Authors
100 -# Distributed under the terms of the GNU General Public License v2
101 -
102 -EAPI=7
103 -
104 -PYTHON_COMPAT=( pypy3 python3_{7..10} )
105 -DISTUTILS_USE_SETUPTOOLS=rdepend
106 -
107 -inherit distutils-r1
108 -
109 -DESCRIPTION="Common humanization utilities"
110 -HOMEPAGE="https://github.com/jmoiron/humanize/"
111 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
112 -
113 -LICENSE="MIT"
114 -SLOT="0"
115 -KEYWORDS="~amd64 ~x86"
116 -
117 -BDEPEND="
118 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
119 - test? ( dev-python/freezegun[${PYTHON_USEDEP}] )
120 -"
121 -
122 -distutils_enable_tests --install pytest
123
124 diff --git a/dev-python/humanize/humanize-3.8.0.ebuild b/dev-python/humanize/humanize-3.8.0.ebuild
125 deleted file mode 100644
126 index b6c00705226..00000000000
127 --- a/dev-python/humanize/humanize-3.8.0.ebuild
128 +++ /dev/null
129 @@ -1,24 +0,0 @@
130 -# Copyright 1999-2021 Gentoo Authors
131 -# Distributed under the terms of the GNU General Public License v2
132 -
133 -EAPI=7
134 -
135 -PYTHON_COMPAT=( pypy3 python3_{8..10} )
136 -DISTUTILS_USE_SETUPTOOLS=rdepend
137 -
138 -inherit distutils-r1
139 -
140 -DESCRIPTION="Common humanization utilities"
141 -HOMEPAGE="https://github.com/jmoiron/humanize/"
142 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
143 -
144 -LICENSE="MIT"
145 -SLOT="0"
146 -KEYWORDS="~amd64 ~x86"
147 -
148 -BDEPEND="
149 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
150 - test? ( dev-python/freezegun[${PYTHON_USEDEP}] )
151 -"
152 -
153 -distutils_enable_tests --install pytest