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/imageio/
Date: Mon, 02 May 2022 08:27:09
Message-Id: 1651480017.9c55c9688ae22522658580274611b77e083f3006.mgorny@gentoo
1 commit: 9c55c9688ae22522658580274611b77e083f3006
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 2 07:51:06 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 2 08:26:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c55c968
7
8 dev-python/imageio: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/imageio/Manifest | 2 --
13 dev-python/imageio/imageio-2.16.2.ebuild | 51 --------------------------------
14 dev-python/imageio/imageio-2.17.0.ebuild | 46 ----------------------------
15 3 files changed, 99 deletions(-)
16
17 diff --git a/dev-python/imageio/Manifest b/dev-python/imageio/Manifest
18 index 48996934ff1a..56bf377db341 100644
19 --- a/dev-python/imageio/Manifest
20 +++ b/dev-python/imageio/Manifest
21 @@ -1,3 +1 @@
22 -DIST imageio-2.16.2.gh.tar.gz 366758 BLAKE2B cf2f9f2649f3d5a44d5d8efee19406b38cbb8de6fbd079170fd8eb43f893151f68b256e5d3d1fbb766c7f0562783ca2237e6171785927c8ed69a14840f1acb02 SHA512 1a6e0c9ed58d91fc89810d36acc8f5355ec5f0cf8a7dcc099f3a71cd77bc9d5fcf2821a7bd5f67723be46395290c99e4f478949aa11134f11ff2068504c83c04
23 -DIST imageio-2.17.0.gh.tar.gz 383819 BLAKE2B 3676fb6c4de9d4a1dea8e240d14702dec760970f4e5655e54acf68530f1833e24f22b938175795d359eac99c63c32e1a99c45501b54729ec4efcc308cdb2e745 SHA512 f6cb4697ceddd43338ef994fc242a921f0c8054655ce63878cc25c8afd28317fadf9806b84f6f337bcc30a61306b451ca29582ddcc1f66e40b6f298620287e11
24 DIST imageio-2.18.0.gh.tar.gz 384312 BLAKE2B 5683ec01db358d9074c5e02c0006bf89e5978418d86b13ce93b1c0fb0800fb650b76d53bd4fdea94c69c185af3341e1e2e80c91815d0f74ebadcaa01ee497e5a SHA512 ddd7606f4b72e3a768b2f7f71d058d11df2bd6e48455240d17b2d93394808158c4f52289ea6f47b5c5655ec45e514aa4413248de0aff1806d28922723540aa50
25
26 diff --git a/dev-python/imageio/imageio-2.16.2.ebuild b/dev-python/imageio/imageio-2.16.2.ebuild
27 deleted file mode 100644
28 index 4a1ac91da053..000000000000
29 --- a/dev-python/imageio/imageio-2.16.2.ebuild
30 +++ /dev/null
31 @@ -1,51 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_PEP517=setuptools
38 -PYTHON_COMPAT=( python3_{8..10} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Python library for reading and writing image data"
43 -HOMEPAGE="https://imageio.github.io/"
44 -SRC_URI="
45 - https://github.com/imageio/imageio/archive/v${PV}.tar.gz
46 - -> ${P}.gh.tar.gz
47 -"
48 -
49 -LICENSE="MIT"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~x86"
52 -# over 50% of tests rely on Internet
53 -PROPERTIES="test_network"
54 -RESTRICT="test"
55 -
56 -RDEPEND="
57 - >=dev-python/numpy-1.20.0[${PYTHON_USEDEP}]
58 - >=dev-python/pillow-8.3.2[${PYTHON_USEDEP}]
59 - media-libs/freeimage
60 -"
61 -# requests for fsspec[github]
62 -BDEPEND="
63 - test? (
64 - dev-python/fsspec[${PYTHON_USEDEP}]
65 - dev-python/psutil[${PYTHON_USEDEP}]
66 - dev-python/requests[${PYTHON_USEDEP}]
67 - dev-python/tifffile[${PYTHON_USEDEP}]
68 - )
69 -"
70 -
71 -distutils_enable_tests pytest
72 -
73 -EPYTEST_DESELECT=(
74 - # Fails because of system installed freeimage
75 - tests/test_core.py::test_findlib2
76 -)
77 -
78 -EPYTEST_IGNORE=(
79 - # Needs unpackaged imageio_ffmpeg
80 - tests/test_ffmpeg.py
81 - tests/test_ffmpeg_info.py
82 -)
83
84 diff --git a/dev-python/imageio/imageio-2.17.0.ebuild b/dev-python/imageio/imageio-2.17.0.ebuild
85 deleted file mode 100644
86 index f85e433292a0..000000000000
87 --- a/dev-python/imageio/imageio-2.17.0.ebuild
88 +++ /dev/null
89 @@ -1,46 +0,0 @@
90 -# Copyright 1999-2022 Gentoo Authors
91 -# Distributed under the terms of the GNU General Public License v2
92 -
93 -EAPI=8
94 -
95 -DISTUTILS_USE_PEP517=setuptools
96 -PYTHON_COMPAT=( python3_{8..10} )
97 -
98 -inherit distutils-r1
99 -
100 -DESCRIPTION="Python library for reading and writing image data"
101 -HOMEPAGE="https://imageio.github.io/"
102 -SRC_URI="
103 - https://github.com/imageio/imageio/archive/v${PV}.tar.gz
104 - -> ${P}.gh.tar.gz
105 -"
106 -
107 -LICENSE="MIT"
108 -SLOT="0"
109 -KEYWORDS="~amd64 ~x86"
110 -# over 50% of tests rely on Internet
111 -PROPERTIES="test_network"
112 -RESTRICT="test"
113 -
114 -RDEPEND="
115 - >=dev-python/numpy-1.20.0[${PYTHON_USEDEP}]
116 - >=dev-python/pillow-8.3.2[${PYTHON_USEDEP}]
117 - media-libs/freeimage
118 -"
119 -# requests for fsspec[github]
120 -BDEPEND="
121 - test? (
122 - dev-python/fsspec[${PYTHON_USEDEP}]
123 - dev-python/imageio-ffmpeg[${PYTHON_USEDEP}]
124 - dev-python/psutil[${PYTHON_USEDEP}]
125 - dev-python/requests[${PYTHON_USEDEP}]
126 - dev-python/tifffile[${PYTHON_USEDEP}]
127 - )
128 -"
129 -
130 -distutils_enable_tests pytest
131 -
132 -EPYTEST_DESELECT=(
133 - # Fails because of system installed freeimage
134 - tests/test_core.py::test_findlib2
135 -)