Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/imageio/
Date: Mon, 29 Aug 2022 18:04:52
Message-Id: 1661795795.10b8f264a2137ed23a8d222aa0f77bf04f1f9fa9.arthurzam@gentoo
1 commit: 10b8f264a2137ed23a8d222aa0f77bf04f1f9fa9
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 29 17:56:35 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 29 17:56:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10b8f264
7
8 dev-python/imageio: drop 2.19.3, 2.19.5, 2.20.0
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/imageio/Manifest | 3 --
13 dev-python/imageio/imageio-2.19.3.ebuild | 52 --------------------------------
14 dev-python/imageio/imageio-2.19.5.ebuild | 52 --------------------------------
15 dev-python/imageio/imageio-2.20.0.ebuild | 52 --------------------------------
16 4 files changed, 159 deletions(-)
17
18 diff --git a/dev-python/imageio/Manifest b/dev-python/imageio/Manifest
19 index 0545ff47c600..b45f2775e7b1 100644
20 --- a/dev-python/imageio/Manifest
21 +++ b/dev-python/imageio/Manifest
22 @@ -1,6 +1,3 @@
23 -DIST imageio-2.19.3.gh.tar.gz 388949 BLAKE2B bf7f7b2cc036d6bc808cedeefe624dfe43b232518f78974fffe9c664f23c8e89da73e5b777ee6049aa0ec363400fe8d9df1388a91a4b0a01089609d7ce12eaf3 SHA512 5ad9f332ea723facd5d9295e463b12d2cc17dfef8a7349ce194a8d32fcc5d07a29550834c66dc6e5837f8440347387b46624243fa267750f986042910ff6cb90
24 -DIST imageio-2.19.5.gh.tar.gz 389832 BLAKE2B a4455f97d2607d215ba4797e076487f4648ae6b21bf7b5207df8f337b52319ba4dd415d6e351289b588a049c800e8c541fcdaefe064cb4c83de12e63c492cf83 SHA512 481f14116961927946a71a7448ecf38f9781172969ab4e35c05360d758f7273be22262d4cd774a76b2089be3b7f0af6cf0a67d40814504e7a65db7075428966c
25 -DIST imageio-2.20.0.gh.tar.gz 390281 BLAKE2B 745364f98e3835c428e89abbfbeeb657d10cd730cd61283e5859b10a6e48b63a5b9771860fce75aa8dd770ab77671979847b34bbffe17d215fac5ceb8eb2c7d1 SHA512 fc1c41559cc15b76bfacbf4866717c200889661787de4baa49d69fab189ff7d00e376afdeeaaf74b5581e1ffc96da2f02566dfa9c0953518b98a4c4b695ddf02
26 DIST imageio-2.21.0.gh.tar.gz 391056 BLAKE2B 90fbacf7b396ab2b422d8694274ddc3642c92cfd325bce2861100f5bd28d82120cef6819b53b8ed82ba474d5e287765b63da9a7edfbfab5a026790a39d4edc1e SHA512 5bb070da560ba3a2e10bdb288ad539274ee14f8cf0543847859f0bae052b3d1782777d823435b74120bcfdff0b6cb15a6c80b2a9bf729439bbb3802f15cf5684
27 DIST imageio-2.21.1.gh.tar.gz 391159 BLAKE2B 4c569ec81255d1f5985d2d30f303a978f9cb22e0d7368845648ddab9e5734adba52173d42ad73c94c424ce1a5806c3a10ae31381b04949f7f8c30fd327b585b4 SHA512 61fd4a1a64fb152fa5c419cac9a69ea979ac762fbaed81076ddd13602db98f71f31825615111958f21b021213d55be060197417159022bba84d631618f5bb286
28 DIST imageio-2.21.2.gh.tar.gz 392425 BLAKE2B 959c89627188aca0072f519f0f9c3a9fcf2da96883f95760375bea503efd96ff6a198ad7e8bc12dfffe6aecf42f4b07176c8d273c6d349b5e2581053ddefecb6 SHA512 69922f05457f050083e92dbce34992911d5fb04f283d6784a8e1fd7f10e7887ffeef343d8f4162efaa55690f363ed6ceb5d2cdc5ee712ae9b276f072fdc45d37
29
30 diff --git a/dev-python/imageio/imageio-2.19.3.ebuild b/dev-python/imageio/imageio-2.19.3.ebuild
31 deleted file mode 100644
32 index 6770d9759db9..000000000000
33 --- a/dev-python/imageio/imageio-2.19.3.ebuild
34 +++ /dev/null
35 @@ -1,52 +0,0 @@
36 -# Copyright 1999-2022 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=8
40 -
41 -DISTUTILS_USE_PEP517=setuptools
42 -PYTHON_COMPAT=( python3_{8..10} )
43 -
44 -inherit distutils-r1
45 -
46 -DESCRIPTION="Python library for reading and writing image data"
47 -HOMEPAGE="
48 - https://imageio.readthedocs.io/en/stable/
49 - https://github.com/imageio/imageio/
50 - https://pypi.org/project/imageio/
51 -"
52 -SRC_URI="
53 - https://github.com/imageio/imageio/archive/v${PV}.tar.gz
54 - -> ${P}.gh.tar.gz
55 -"
56 -
57 -LICENSE="MIT"
58 -SLOT="0"
59 -KEYWORDS="~amd64 ~x86"
60 -# over 50% of tests rely on Internet
61 -PROPERTIES="test_network"
62 -RESTRICT="test"
63 -
64 -RDEPEND="
65 - >=dev-python/numpy-1.20.0[${PYTHON_USEDEP}]
66 - >=dev-python/pillow-8.3.2[${PYTHON_USEDEP}]
67 - media-libs/freeimage
68 -"
69 -# requests for fsspec[github]
70 -BDEPEND="
71 - test? (
72 - dev-python/fsspec[${PYTHON_USEDEP}]
73 - dev-python/imageio-ffmpeg[${PYTHON_USEDEP}]
74 - dev-python/psutil[${PYTHON_USEDEP}]
75 - dev-python/requests[${PYTHON_USEDEP}]
76 - dev-python/tifffile[${PYTHON_USEDEP}]
77 - )
78 -"
79 -
80 -distutils_enable_tests pytest
81 -
82 -EPYTEST_DESELECT=(
83 - # Fails because of system installed freeimage
84 - tests/test_core.py::test_findlib2
85 - # Tries to download ffmpeg binary ?!
86 - tests/test_ffmpeg.py::test_get_exe_installed
87 -)
88
89 diff --git a/dev-python/imageio/imageio-2.19.5.ebuild b/dev-python/imageio/imageio-2.19.5.ebuild
90 deleted file mode 100644
91 index 6770d9759db9..000000000000
92 --- a/dev-python/imageio/imageio-2.19.5.ebuild
93 +++ /dev/null
94 @@ -1,52 +0,0 @@
95 -# Copyright 1999-2022 Gentoo Authors
96 -# Distributed under the terms of the GNU General Public License v2
97 -
98 -EAPI=8
99 -
100 -DISTUTILS_USE_PEP517=setuptools
101 -PYTHON_COMPAT=( python3_{8..10} )
102 -
103 -inherit distutils-r1
104 -
105 -DESCRIPTION="Python library for reading and writing image data"
106 -HOMEPAGE="
107 - https://imageio.readthedocs.io/en/stable/
108 - https://github.com/imageio/imageio/
109 - https://pypi.org/project/imageio/
110 -"
111 -SRC_URI="
112 - https://github.com/imageio/imageio/archive/v${PV}.tar.gz
113 - -> ${P}.gh.tar.gz
114 -"
115 -
116 -LICENSE="MIT"
117 -SLOT="0"
118 -KEYWORDS="~amd64 ~x86"
119 -# over 50% of tests rely on Internet
120 -PROPERTIES="test_network"
121 -RESTRICT="test"
122 -
123 -RDEPEND="
124 - >=dev-python/numpy-1.20.0[${PYTHON_USEDEP}]
125 - >=dev-python/pillow-8.3.2[${PYTHON_USEDEP}]
126 - media-libs/freeimage
127 -"
128 -# requests for fsspec[github]
129 -BDEPEND="
130 - test? (
131 - dev-python/fsspec[${PYTHON_USEDEP}]
132 - dev-python/imageio-ffmpeg[${PYTHON_USEDEP}]
133 - dev-python/psutil[${PYTHON_USEDEP}]
134 - dev-python/requests[${PYTHON_USEDEP}]
135 - dev-python/tifffile[${PYTHON_USEDEP}]
136 - )
137 -"
138 -
139 -distutils_enable_tests pytest
140 -
141 -EPYTEST_DESELECT=(
142 - # Fails because of system installed freeimage
143 - tests/test_core.py::test_findlib2
144 - # Tries to download ffmpeg binary ?!
145 - tests/test_ffmpeg.py::test_get_exe_installed
146 -)
147
148 diff --git a/dev-python/imageio/imageio-2.20.0.ebuild b/dev-python/imageio/imageio-2.20.0.ebuild
149 deleted file mode 100644
150 index 6770d9759db9..000000000000
151 --- a/dev-python/imageio/imageio-2.20.0.ebuild
152 +++ /dev/null
153 @@ -1,52 +0,0 @@
154 -# Copyright 1999-2022 Gentoo Authors
155 -# Distributed under the terms of the GNU General Public License v2
156 -
157 -EAPI=8
158 -
159 -DISTUTILS_USE_PEP517=setuptools
160 -PYTHON_COMPAT=( python3_{8..10} )
161 -
162 -inherit distutils-r1
163 -
164 -DESCRIPTION="Python library for reading and writing image data"
165 -HOMEPAGE="
166 - https://imageio.readthedocs.io/en/stable/
167 - https://github.com/imageio/imageio/
168 - https://pypi.org/project/imageio/
169 -"
170 -SRC_URI="
171 - https://github.com/imageio/imageio/archive/v${PV}.tar.gz
172 - -> ${P}.gh.tar.gz
173 -"
174 -
175 -LICENSE="MIT"
176 -SLOT="0"
177 -KEYWORDS="~amd64 ~x86"
178 -# over 50% of tests rely on Internet
179 -PROPERTIES="test_network"
180 -RESTRICT="test"
181 -
182 -RDEPEND="
183 - >=dev-python/numpy-1.20.0[${PYTHON_USEDEP}]
184 - >=dev-python/pillow-8.3.2[${PYTHON_USEDEP}]
185 - media-libs/freeimage
186 -"
187 -# requests for fsspec[github]
188 -BDEPEND="
189 - test? (
190 - dev-python/fsspec[${PYTHON_USEDEP}]
191 - dev-python/imageio-ffmpeg[${PYTHON_USEDEP}]
192 - dev-python/psutil[${PYTHON_USEDEP}]
193 - dev-python/requests[${PYTHON_USEDEP}]
194 - dev-python/tifffile[${PYTHON_USEDEP}]
195 - )
196 -"
197 -
198 -distutils_enable_tests pytest
199 -
200 -EPYTEST_DESELECT=(
201 - # Fails because of system installed freeimage
202 - tests/test_core.py::test_findlib2
203 - # Tries to download ffmpeg binary ?!
204 - tests/test_ffmpeg.py::test_get_exe_installed
205 -)