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/Faker/
Date: Fri, 17 Mar 2023 17:18:22
Message-Id: 1679073487.236c1b438b9089a95adccf43df8dc5b55d2b4fca.mgorny@gentoo
1 commit: 236c1b438b9089a95adccf43df8dc5b55d2b4fca
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 17 17:16:37 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 17 17:18:07 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=236c1b43
7
8 dev-python/Faker: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/Faker/Faker-16.8.1.ebuild | 34 ----------------------------------
13 dev-python/Faker/Faker-17.0.0.ebuild | 34 ----------------------------------
14 dev-python/Faker/Faker-17.3.0.ebuild | 34 ----------------------------------
15 dev-python/Faker/Faker-17.4.0.ebuild | 34 ----------------------------------
16 dev-python/Faker/Faker-17.5.0.ebuild | 34 ----------------------------------
17 dev-python/Faker/Manifest | 5 -----
18 6 files changed, 175 deletions(-)
19
20 diff --git a/dev-python/Faker/Faker-16.8.1.ebuild b/dev-python/Faker/Faker-16.8.1.ebuild
21 deleted file mode 100644
22 index d3d0d7cfdc9a..000000000000
23 --- a/dev-python/Faker/Faker-16.8.1.ebuild
24 +++ /dev/null
25 @@ -1,34 +0,0 @@
26 -# Copyright 2022-2023 Gentoo Authors
27 -# Distributed under the terms of the GNU General Public License v2
28 -
29 -EAPI=8
30 -
31 -DISTUTILS_USE_PEP517=setuptools
32 -PYPI_NO_NORMALIZE=1
33 -PYTHON_COMPAT=( python3_{9..11} )
34 -
35 -inherit distutils-r1 pypi
36 -
37 -DESCRIPTION="A Python package that generates fake data for you"
38 -HOMEPAGE="
39 - https://github.com/joke2k/faker/
40 - https://pypi.org/project/Faker/
41 -"
42 -
43 -LICENSE="MIT"
44 -SLOT="0"
45 -KEYWORDS="amd64 ~x86"
46 -
47 -RDEPEND="
48 - >=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]
49 - !dev-ruby/faker
50 -"
51 -BDEPEND="
52 - test? (
53 - dev-python/freezegun[${PYTHON_USEDEP}]
54 - dev-python/pillow[${PYTHON_USEDEP},tiff]
55 - dev-python/validators[${PYTHON_USEDEP}]
56 - )
57 -"
58 -
59 -distutils_enable_tests pytest
60
61 diff --git a/dev-python/Faker/Faker-17.0.0.ebuild b/dev-python/Faker/Faker-17.0.0.ebuild
62 deleted file mode 100644
63 index f1e5f5fe409a..000000000000
64 --- a/dev-python/Faker/Faker-17.0.0.ebuild
65 +++ /dev/null
66 @@ -1,34 +0,0 @@
67 -# Copyright 2022-2023 Gentoo Authors
68 -# Distributed under the terms of the GNU General Public License v2
69 -
70 -EAPI=8
71 -
72 -DISTUTILS_USE_PEP517=setuptools
73 -PYPI_NO_NORMALIZE=1
74 -PYTHON_COMPAT=( python3_{9..11} )
75 -
76 -inherit distutils-r1 pypi
77 -
78 -DESCRIPTION="A Python package that generates fake data for you"
79 -HOMEPAGE="
80 - https://github.com/joke2k/faker/
81 - https://pypi.org/project/Faker/
82 -"
83 -
84 -LICENSE="MIT"
85 -SLOT="0"
86 -KEYWORDS="~amd64 ~x86"
87 -
88 -RDEPEND="
89 - >=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]
90 - !dev-ruby/faker
91 -"
92 -BDEPEND="
93 - test? (
94 - dev-python/freezegun[${PYTHON_USEDEP}]
95 - dev-python/pillow[${PYTHON_USEDEP},tiff]
96 - dev-python/validators[${PYTHON_USEDEP}]
97 - )
98 -"
99 -
100 -distutils_enable_tests pytest
101
102 diff --git a/dev-python/Faker/Faker-17.3.0.ebuild b/dev-python/Faker/Faker-17.3.0.ebuild
103 deleted file mode 100644
104 index f1e5f5fe409a..000000000000
105 --- a/dev-python/Faker/Faker-17.3.0.ebuild
106 +++ /dev/null
107 @@ -1,34 +0,0 @@
108 -# Copyright 2022-2023 Gentoo Authors
109 -# Distributed under the terms of the GNU General Public License v2
110 -
111 -EAPI=8
112 -
113 -DISTUTILS_USE_PEP517=setuptools
114 -PYPI_NO_NORMALIZE=1
115 -PYTHON_COMPAT=( python3_{9..11} )
116 -
117 -inherit distutils-r1 pypi
118 -
119 -DESCRIPTION="A Python package that generates fake data for you"
120 -HOMEPAGE="
121 - https://github.com/joke2k/faker/
122 - https://pypi.org/project/Faker/
123 -"
124 -
125 -LICENSE="MIT"
126 -SLOT="0"
127 -KEYWORDS="~amd64 ~x86"
128 -
129 -RDEPEND="
130 - >=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]
131 - !dev-ruby/faker
132 -"
133 -BDEPEND="
134 - test? (
135 - dev-python/freezegun[${PYTHON_USEDEP}]
136 - dev-python/pillow[${PYTHON_USEDEP},tiff]
137 - dev-python/validators[${PYTHON_USEDEP}]
138 - )
139 -"
140 -
141 -distutils_enable_tests pytest
142
143 diff --git a/dev-python/Faker/Faker-17.4.0.ebuild b/dev-python/Faker/Faker-17.4.0.ebuild
144 deleted file mode 100644
145 index f1e5f5fe409a..000000000000
146 --- a/dev-python/Faker/Faker-17.4.0.ebuild
147 +++ /dev/null
148 @@ -1,34 +0,0 @@
149 -# Copyright 2022-2023 Gentoo Authors
150 -# Distributed under the terms of the GNU General Public License v2
151 -
152 -EAPI=8
153 -
154 -DISTUTILS_USE_PEP517=setuptools
155 -PYPI_NO_NORMALIZE=1
156 -PYTHON_COMPAT=( python3_{9..11} )
157 -
158 -inherit distutils-r1 pypi
159 -
160 -DESCRIPTION="A Python package that generates fake data for you"
161 -HOMEPAGE="
162 - https://github.com/joke2k/faker/
163 - https://pypi.org/project/Faker/
164 -"
165 -
166 -LICENSE="MIT"
167 -SLOT="0"
168 -KEYWORDS="~amd64 ~x86"
169 -
170 -RDEPEND="
171 - >=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]
172 - !dev-ruby/faker
173 -"
174 -BDEPEND="
175 - test? (
176 - dev-python/freezegun[${PYTHON_USEDEP}]
177 - dev-python/pillow[${PYTHON_USEDEP},tiff]
178 - dev-python/validators[${PYTHON_USEDEP}]
179 - )
180 -"
181 -
182 -distutils_enable_tests pytest
183
184 diff --git a/dev-python/Faker/Faker-17.5.0.ebuild b/dev-python/Faker/Faker-17.5.0.ebuild
185 deleted file mode 100644
186 index f1e5f5fe409a..000000000000
187 --- a/dev-python/Faker/Faker-17.5.0.ebuild
188 +++ /dev/null
189 @@ -1,34 +0,0 @@
190 -# Copyright 2022-2023 Gentoo Authors
191 -# Distributed under the terms of the GNU General Public License v2
192 -
193 -EAPI=8
194 -
195 -DISTUTILS_USE_PEP517=setuptools
196 -PYPI_NO_NORMALIZE=1
197 -PYTHON_COMPAT=( python3_{9..11} )
198 -
199 -inherit distutils-r1 pypi
200 -
201 -DESCRIPTION="A Python package that generates fake data for you"
202 -HOMEPAGE="
203 - https://github.com/joke2k/faker/
204 - https://pypi.org/project/Faker/
205 -"
206 -
207 -LICENSE="MIT"
208 -SLOT="0"
209 -KEYWORDS="~amd64 ~x86"
210 -
211 -RDEPEND="
212 - >=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]
213 - !dev-ruby/faker
214 -"
215 -BDEPEND="
216 - test? (
217 - dev-python/freezegun[${PYTHON_USEDEP}]
218 - dev-python/pillow[${PYTHON_USEDEP},tiff]
219 - dev-python/validators[${PYTHON_USEDEP}]
220 - )
221 -"
222 -
223 -distutils_enable_tests pytest
224
225 diff --git a/dev-python/Faker/Manifest b/dev-python/Faker/Manifest
226 index b19d4e1afcd1..210e578b64ed 100644
227 --- a/dev-python/Faker/Manifest
228 +++ b/dev-python/Faker/Manifest
229 @@ -1,6 +1 @@
230 -DIST Faker-16.8.1.tar.gz 1649844 BLAKE2B 3ec9b7566342e569580fa8db4df20708ef9b1b6ab0ccdb31b9a33dbe0c7ff3c77ff1b7698e1cf478254d3625d9c516b2b84bcda9bb1d1bdff2161b6d5fcb1056 SHA512 9ea00ec96af0de6a939b9ab3812c75627f2a76514ac6236614d7455b123e4909f9ffe12e9e84f161e0b0b0f2b0f0ddc4ff6661dce788653dd4b8c12098a871fa
231 -DIST Faker-17.0.0.tar.gz 1650338 BLAKE2B 4e3e9723d9016481e7b7d3e9a27060881833ab1e8309f93fffcade696679da64345bcc6fce12ce6bcb2a237b317ea697a5ff4344d929e66c2b6778ec39fdb282 SHA512 9fcd79a6e8a3db592edaa83c30d89d86a0018181d4c778c3c3566cb6d95181b033639eaf92a332539b4436138cc868192d5a21f1c12c9ba180da0dacd8bee493
232 -DIST Faker-17.3.0.tar.gz 1651539 BLAKE2B 5695edf10d246bd776f63f0a2d26d0e3b36f7c20a0553333359d91f013522256c93bfe967655003b61832132d38dcc5d1909468d391b2a017605df32c31f0d41 SHA512 685dedd1d73210d58008f8898c0a95a6616c16852c59e7993e33fbb187a63ba8db72ef2a6fc37f0cb8c0da2b4e1521f6f4b82a8674bbf843219b0ee25d88d950
233 -DIST Faker-17.4.0.tar.gz 1651645 BLAKE2B f4cde3f203e3d8abe0762f9b68785c495bc85080177d85610f023648b88b13c903a42e39eb0b1d86c120752aa683f6a399ea8377c492eb938742e883710d7f51 SHA512 58821d9fae04363508ffe1be58f8df9830772b6531958842633e9a6d3f88928d0927beaf978288ce96c269f66df61dc137efd3977f6746f0d374017b6f4c5b05
234 -DIST Faker-17.5.0.tar.gz 1653260 BLAKE2B 05a1abb8b99537758dfafbaab366f51c74ce5722af4f52a54374c0ff3ddf9abd0058bbc891843ef2b24e72505e5dad5e019453617ea70cf75c905ae8c817bfe4 SHA512 58bb42146dc4edc2512aa68b5fb1e2e0324159947935c157e8bb44782d70e14b2c23cbed9e2e6e86332da0f70acd7ab03a302a1826e44354077c6266ecf86df2
235 DIST Faker-17.6.0.tar.gz 1654373 BLAKE2B 69a1d3bcd12188f7d9c0af61d57c62489434fc2fb6a4fea3c45a98d7395c3df83926d260672790d3b88f4b6bcf780e5b842e10b7efb500d503159869505bf4b2 SHA512 a879fb7e0c82693d4d3062b32382eb6d1f3c556c7d2e4c28168cba43c560bf17ebb84b94692ba7db738871251990feca8ccbf271c6e08c61847b76b84deb9680