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/pillow/
Date: Thu, 02 Jan 2020 08:07:17
Message-Id: 1577952415.5a17c0a82728f57ca2b1850b91b98b4015b826aa.mgorny@gentoo
1 commit: 5a17c0a82728f57ca2b1850b91b98b4015b826aa
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 2 07:12:14 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 2 08:06:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a17c0a8
7
8 dev-python/pillow: Bump to 6.2.2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pillow/Manifest | 4 +-
13 dev-python/pillow/pillow-6.0.0.ebuild | 106 ---------------------
14 dev-python/pillow/pillow-6.1.0.ebuild | 106 ---------------------
15 .../{pillow-6.2.0.ebuild => pillow-6.2.2.ebuild} | 21 ++--
16 4 files changed, 8 insertions(+), 229 deletions(-)
17
18 diff --git a/dev-python/pillow/Manifest b/dev-python/pillow/Manifest
19 index a85151615c5..d890e174f2f 100644
20 --- a/dev-python/pillow/Manifest
21 +++ b/dev-python/pillow/Manifest
22 @@ -1,6 +1,4 @@
23 DIST Pillow-3.4.2.zip 11042238 BLAKE2B 334af6eeadb3203b51572eca6ad9c196f3eeac14da0f1aedc351db692b33d413fdf5bc5c8564d2f53c324d9485dbdbda664b75a570b779e24f238c21829b4a39 SHA512 5e05206db5bc1b4177384f7e91ee79015c6e1bbdc7c31c997da054391b9b5ec7c1ebdec258a33f598986533894f3324b03d0b4b385b94e72a0517a3437553b39
24 DIST pillow-5.4.1.tar.gz 15799745 BLAKE2B d9e3851a80a1f94d7292852b9ab806d9a26870795f499bb109a440e64c07112055a4cd382688b977f3c3ae76ed3d6fd38460afff594f964338afa668d288e4de SHA512 20b75ab50df7e9545c76d66ad585922d1f86fbcf8df9d2566882ab8929c3122573b9ec622766523ec46f5e7a98740cc78ff192e3e8f08ab0b77a7f2b033a7f62
25 -DIST pillow-6.0.0.tar.gz 29205509 BLAKE2B 83e2d1abeea468b7bf344ea5003940b14d6c69649e02a954c0b3810fc5d77288c361fb40747171176d29843848d802b783a2b0c0de15476462f17f15552298fa SHA512 c5fbe1432d576fe4a70a15fa7a70a446ccbcb247fbd4c3605917fa26a6345eb9319c0153dba7637d521c358963f2f06f525219aa1af1502da2565d54dceef4c5
26 -DIST pillow-6.1.0.tar.gz 33523149 BLAKE2B 305613aa1f444327c0a70a9e88b51035dc87c17af9d0dd4be47192eeef1b496ba0da3675d9fed5dbaed1bd9a5f2c739370bfd7d1292d7db27230c7ad60b4db14 SHA512 b531644d7214f624369ada12a953c773a0009eaa50217e91aeae30b1ea065c685c7ad331bd9d5e952cb25edfaaf4e8255025004b4c83624ecd2dc06f3501d60a
27 -DIST pillow-6.2.0.tar.gz 37404132 BLAKE2B 3f86f7fcf4695f152f021fda629df182846e33e7031e1b6bb8f71b0cc1bd7e8039bb94ea8e480afa29324c3015902839cdcaaa359fe58f2bcd8c287a3eb13417 SHA512 9de48d9acdb4367325fb16f970bb533dc369b895615169e0ec77155b400d878e3ebb67f706243ff3e81cc957f9b5360ca8206d4f7fb2d00e9474abb9925bf9d5
28 DIST pillow-6.2.1.tar.gz 37405020 BLAKE2B bf3592bcc159902acc35899463c8949daf7cc31f03283684dc55d5f1517fdfbc07e1feb73b65b0b9cb4052ee1d5281558b38f9bd08240d0fc5727909b98da158 SHA512 ee757ec2b8382d6d56fd0f0cdd4cd36440cc37f05741e27fc661449a16dc7c868966772060adb283de1b1b5ebc49b8eec46e0bdcdad9f5f4d5ebd77feab7ad31
29 +DIST pillow-6.2.2.tar.gz 37538464 BLAKE2B dfd9b81490a8adb4e12ecbf6764e4e27573c9a087877ac37275a9fb42b89f0cd8cab8d7ca0b45c9a00bf38ca5b1d83de68f5fc35ff19031bfcc1495ee3a5f5b7 SHA512 0f2c3bfd921247fa11645eadc42e184182a401ccbdb8f10215312e96c8c28f2382f5413b56acd78fab1dffc6fa53cc8588ce960543af65c4769451874c2c918e
30
31 diff --git a/dev-python/pillow/pillow-6.0.0.ebuild b/dev-python/pillow/pillow-6.0.0.ebuild
32 deleted file mode 100644
33 index fd37a520efd..00000000000
34 --- a/dev-python/pillow/pillow-6.0.0.ebuild
35 +++ /dev/null
36 @@ -1,106 +0,0 @@
37 -# Copyright 1999-2019 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=7
41 -
42 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
43 -PYTHON_REQ_USE='tk?,threads(+)'
44 -
45 -inherit distutils-r1 toolchain-funcs virtualx
46 -
47 -MY_PN=Pillow
48 -MY_P=${MY_PN}-${PV}
49 -
50 -DESCRIPTION="Python Imaging Library (fork)"
51 -HOMEPAGE="https://python-pillow.org/"
52 -SRC_URI="https://github.com/python-pillow/Pillow/archive/${PV}.tar.gz -> ${P}.tar.gz"
53 -
54 -LICENSE="HPND"
55 -SLOT="0"
56 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
57 -IUSE="doc examples imagequant jpeg jpeg2k lcms test tiff tk truetype webp zlib"
58 -RESTRICT="!test? ( test )"
59 -
60 -REQUIRED_USE="test? ( jpeg tiff )"
61 -
62 -RDEPEND="
63 - dev-python/olefile[${PYTHON_USEDEP}]
64 - imagequant? ( media-gfx/libimagequant:0 )
65 - jpeg? ( virtual/jpeg:0 )
66 - jpeg2k? ( media-libs/openjpeg:2= )
67 - lcms? ( media-libs/lcms:2= )
68 - tiff? ( media-libs/tiff:0=[jpeg,zlib] )
69 - truetype? ( media-libs/freetype:2= )
70 - webp? ( media-libs/libwebp:0= )
71 - zlib? ( sys-libs/zlib:0= )"
72 -DEPEND="${RDEPEND}
73 - dev-python/setuptools[${PYTHON_USEDEP}]
74 - doc? (
75 - dev-python/sphinx[${PYTHON_USEDEP}]
76 - dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
77 - )
78 - test? (
79 - dev-python/pytest[${PYTHON_USEDEP}]
80 - media-gfx/imagemagick[png]
81 - )
82 -"
83 -
84 -S="${WORKDIR}/${MY_P}"
85 -
86 -PATCHES=(
87 - "${FILESDIR}"/${PN}-5.4.1-{pkg-config,toolchain-paths}.patch
88 -)
89 -
90 -python_configure_all() {
91 - # It's important that these flags are also passed during the install phase
92 - # as well. Make sure of that if you change the lines below. See bug 661308.
93 - mydistutilsargs=(
94 - build_ext
95 - --disable-platform-guessing
96 - $(use_enable truetype freetype)
97 - $(use_enable jpeg)
98 - $(use_enable jpeg2k jpeg2000)
99 - $(use_enable lcms)
100 - $(use_enable tiff)
101 - $(use_enable imagequant)
102 - $(use_enable webp)
103 - $(use_enable webp webpmux)
104 - $(use_enable zlib)
105 - )
106 -
107 - # setup.py sucks at adding the right toolchain paths but it does
108 - # accept additional ones from INCLUDE and LIB so set these. You
109 - # wouldn't normally need these at all as the toolchain should look
110 - # here anyway but this setup.py does stupid things.
111 - export \
112 - INCLUDE=${ESYSROOT}/usr/include \
113 - LIB=${ESYSROOT}/usr/$(get_libdir)
114 -
115 - # We have patched in this env var.
116 - tc-export PKG_CONFIG
117 -}
118 -
119 -python_compile_all() {
120 - use doc && emake -C docs html
121 -}
122 -
123 -python_test() {
124 - "${PYTHON}" selftest.py --installed || die "selftest failed with ${EPYTHON}"
125 - # no:relaxed: pytest-relaxed plugin make our tests fail. deactivate if installed
126 - virtx pytest -vv -p no:relaxed
127 -}
128 -
129 -python_install() {
130 - python_doheader src/libImaging/*.h
131 - distutils-r1_python_install
132 -}
133 -
134 -python_install_all() {
135 - use doc && local HTML_DOCS=( docs/_build/html/. )
136 - if use examples ; then
137 - docinto example
138 - dodoc docs/example/*
139 - docompress -x /usr/share/doc/${PF}/example
140 - fi
141 - distutils-r1_python_install_all
142 -}
143
144 diff --git a/dev-python/pillow/pillow-6.1.0.ebuild b/dev-python/pillow/pillow-6.1.0.ebuild
145 deleted file mode 100644
146 index 64b1c01eb7e..00000000000
147 --- a/dev-python/pillow/pillow-6.1.0.ebuild
148 +++ /dev/null
149 @@ -1,106 +0,0 @@
150 -# Copyright 1999-2019 Gentoo Authors
151 -# Distributed under the terms of the GNU General Public License v2
152 -
153 -EAPI=7
154 -
155 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
156 -PYTHON_REQ_USE='tk?,threads(+)'
157 -
158 -inherit distutils-r1 toolchain-funcs virtualx
159 -
160 -MY_PN=Pillow
161 -MY_P=${MY_PN}-${PV}
162 -
163 -DESCRIPTION="Python Imaging Library (fork)"
164 -HOMEPAGE="https://python-pillow.org/"
165 -SRC_URI="https://github.com/python-pillow/Pillow/archive/${PV}.tar.gz -> ${P}.tar.gz"
166 -
167 -LICENSE="HPND"
168 -SLOT="0"
169 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
170 -IUSE="doc examples imagequant jpeg jpeg2k lcms test tiff tk truetype webp zlib"
171 -RESTRICT="!test? ( test )"
172 -
173 -REQUIRED_USE="test? ( jpeg tiff )"
174 -
175 -RDEPEND="
176 - dev-python/olefile[${PYTHON_USEDEP}]
177 - imagequant? ( media-gfx/libimagequant:0 )
178 - jpeg? ( virtual/jpeg:0 )
179 - jpeg2k? ( media-libs/openjpeg:2= )
180 - lcms? ( media-libs/lcms:2= )
181 - tiff? ( media-libs/tiff:0=[jpeg,zlib] )
182 - truetype? ( media-libs/freetype:2= )
183 - webp? ( media-libs/libwebp:0= )
184 - zlib? ( sys-libs/zlib:0= )"
185 -DEPEND="${RDEPEND}
186 - dev-python/setuptools[${PYTHON_USEDEP}]
187 - doc? (
188 - dev-python/sphinx[${PYTHON_USEDEP}]
189 - dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
190 - )
191 - test? (
192 - dev-python/pytest[${PYTHON_USEDEP}]
193 - media-gfx/imagemagick[png]
194 - )
195 -"
196 -
197 -S="${WORKDIR}/${MY_P}"
198 -
199 -python_configure_all() {
200 - # It's important that these flags are also passed during the install phase
201 - # as well. Make sure of that if you change the lines below. See bug 661308.
202 - mydistutilsargs=(
203 - build_ext
204 - --disable-platform-guessing
205 - $(use_enable truetype freetype)
206 - $(use_enable jpeg)
207 - $(use_enable jpeg2k jpeg2000)
208 - $(use_enable lcms)
209 - $(use_enable tiff)
210 - $(use_enable imagequant)
211 - $(use_enable webp)
212 - $(use_enable webp webpmux)
213 - $(use_enable zlib)
214 - )
215 -
216 - # setup.py sucks at adding the right toolchain paths but it does
217 - # accept additional ones from INCLUDE and LIB so set these. You
218 - # wouldn't normally need these at all as the toolchain should look
219 - # here anyway but this setup.py does stupid things.
220 - export \
221 - INCLUDE=${ESYSROOT}/usr/include \
222 - LIB=${ESYSROOT}/usr/$(get_libdir)
223 -
224 - # We have patched in this env var.
225 - tc-export PKG_CONFIG
226 -}
227 -
228 -python_compile_all() {
229 - use doc && emake -C docs html
230 -}
231 -
232 -src_test() {
233 - virtx distutils-r1_src_test
234 -}
235 -
236 -python_test() {
237 - "${PYTHON}" selftest.py --installed || die "selftest failed with ${EPYTHON}"
238 - # no:relaxed: pytest-relaxed plugin make our tests fail. deactivate if installed
239 - pytest -vv -p no:relaxed || die "Tests fail with ${EPYTHON}"
240 -}
241 -
242 -python_install() {
243 - python_doheader src/libImaging/*.h
244 - distutils-r1_python_install
245 -}
246 -
247 -python_install_all() {
248 - use doc && local HTML_DOCS=( docs/_build/html/. )
249 - if use examples ; then
250 - docinto example
251 - dodoc docs/example/*
252 - docompress -x /usr/share/doc/${PF}/example
253 - fi
254 - distutils-r1_python_install_all
255 -}
256
257 diff --git a/dev-python/pillow/pillow-6.2.0.ebuild b/dev-python/pillow/pillow-6.2.2.ebuild
258 similarity index 84%
259 rename from dev-python/pillow/pillow-6.2.0.ebuild
260 rename to dev-python/pillow/pillow-6.2.2.ebuild
261 index dbe4d52efc2..efd958def24 100644
262 --- a/dev-python/pillow/pillow-6.2.0.ebuild
263 +++ b/dev-python/pillow/pillow-6.2.2.ebuild
264 @@ -1,9 +1,9 @@
265 -# Copyright 1999-2019 Gentoo Authors
266 +# Copyright 1999-2020 Gentoo Authors
267 # Distributed under the terms of the GNU General Public License v2
268
269 EAPI=7
270
271 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
272 +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy )
273 PYTHON_REQ_USE='tk?,threads(+)'
274
275 inherit distutils-r1 toolchain-funcs virtualx
276 @@ -14,11 +14,12 @@ MY_P=${MY_PN}-${PV}
277 DESCRIPTION="Python Imaging Library (fork)"
278 HOMEPAGE="https://python-pillow.org/"
279 SRC_URI="https://github.com/python-pillow/Pillow/archive/${PV}.tar.gz -> ${P}.tar.gz"
280 +S="${WORKDIR}/${MY_P}"
281
282 LICENSE="HPND"
283 SLOT="0"
284 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
285 -IUSE="doc examples imagequant jpeg jpeg2k lcms test tiff tk truetype webp zlib"
286 +IUSE="examples imagequant jpeg jpeg2k lcms test tiff tk truetype webp zlib"
287 REQUIRED_USE="test? ( jpeg tiff )"
288 RESTRICT="!test? ( test )"
289
290 @@ -34,17 +35,14 @@ RDEPEND="
291 zlib? ( sys-libs/zlib:0= )"
292 DEPEND="${RDEPEND}
293 dev-python/setuptools[${PYTHON_USEDEP}]
294 - doc? (
295 - dev-python/sphinx[${PYTHON_USEDEP}]
296 - dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
297 - )
298 test? (
299 dev-python/pytest[${PYTHON_USEDEP}]
300 media-gfx/imagemagick[png]
301 )
302 "
303
304 -S="${WORKDIR}/${MY_P}"
305 +distutils_enable_sphinx docs \
306 + dev-python/sphinx_rtd_theme
307
308 python_configure_all() {
309 # It's important that these flags are also passed during the install phase
310 @@ -75,16 +73,12 @@ python_configure_all() {
311 tc-export PKG_CONFIG
312 }
313
314 -python_compile_all() {
315 - use doc && emake -C docs html
316 -}
317 -
318 src_test() {
319 virtx distutils-r1_src_test
320 }
321
322 python_test() {
323 - "${PYTHON}" selftest.py --installed || die "selftest failed with ${EPYTHON}"
324 + "${EPYTHON}" selftest.py --installed || die "selftest failed with ${EPYTHON}"
325 # no:relaxed: pytest-relaxed plugin make our tests fail. deactivate if installed
326 pytest -vv -p no:relaxed || die "Tests fail with ${EPYTHON}"
327 }
328 @@ -95,7 +89,6 @@ python_install() {
329 }
330
331 python_install_all() {
332 - use doc && local HTML_DOCS=( docs/_build/html/. )
333 if use examples ; then
334 docinto example
335 dodoc docs/example/*