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/pikepdf/
Date: Sun, 25 Jul 2021 08:41:42
Message-Id: 1627202480.25df1a9318f4487f192515b7cbdee7f181090c03.mgorny@gentoo
1 commit: 25df1a9318f4487f192515b7cbdee7f181090c03
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 25 06:54:02 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 25 08:41:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25df1a93
7
8 dev-python/pikepdf: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pikepdf/Manifest | 4 ---
13 dev-python/pikepdf/pikepdf-2.12.2.ebuild | 51 -------------------------------
14 dev-python/pikepdf/pikepdf-2.13.0.ebuild | 51 -------------------------------
15 dev-python/pikepdf/pikepdf-2.14.0.ebuild | 52 --------------------------------
16 dev-python/pikepdf/pikepdf-2.15.0.ebuild | 52 --------------------------------
17 5 files changed, 210 deletions(-)
18
19 diff --git a/dev-python/pikepdf/Manifest b/dev-python/pikepdf/Manifest
20 index fb16680d8f4..88aa2ba625d 100644
21 --- a/dev-python/pikepdf/Manifest
22 +++ b/dev-python/pikepdf/Manifest
23 @@ -1,6 +1,2 @@
24 -DIST pikepdf-2.12.2.tar.gz 2301822 BLAKE2B e600ab0809c44ba3749440ae6820761e28cc2d509ebb8824a5b2fde709db341366ee2b8f8160e65d876c2fff0aa7da54eddb1fe2b9fd524b0c25adf79779e21c SHA512 6bde2a538cdaf55460083c54a6d55ddab3ec4ba127dfc77d3f79da8492ff50ffb76281312395973f8448c360ae53b0c9a0d090258f43bfdfdf420336c99fb423
25 -DIST pikepdf-2.13.0.tar.gz 2302937 BLAKE2B 1a46cdf25badcc1d00dde22fba7dea837dde902295ccb3215d1441c5838acb2744aedb1696fb1fc57d55752bee66387bdd968695a6b3dfad5614c352d57366ae SHA512 a57188f420f93fbb00aa4df9857df0c64aade057639b1e1c126cca2da8b57d7be34117eae34038b5e873a8d65c5332f3f3f2f1812e7e748647ee657b8eebf78a
26 -DIST pikepdf-2.14.0.tar.gz 2309588 BLAKE2B ca0af8ada258742571afa1133ba5ea282ac7a44dd34b5ebc24091dcd36629ac97b1c7b0e7e65cf86f0933a13423b9b5011d53ec75cd7b0bd614917443e72b793 SHA512 3b6c61f14581934aca2293b1d42be1303234209bd5fdd24216db57df765470591d5252b912de9b797f885cbd52ad610666d86ddfd1c279b97b1058cea36eb378
27 DIST pikepdf-2.14.2.tar.gz 2310009 BLAKE2B 1afddc090e8e92c57843fc25cd7a6c8ef75e4f9c46144b10e91a96747b0a800a38715ace4d9eb5a65944b4495531417e8a34d7c34e1136f04df6c2c359ac2771 SHA512 cad165078bb634d6e5202ff71ab8d11f89a47974a3dd33c237b804f2784582b739bebfc6ed99664c98cf274c16dadb718a81d95710827be711e7d7d4c9ce5f77
28 -DIST pikepdf-2.15.0.tar.gz 2310862 BLAKE2B b511f9e721174c28898ccf0a00c84162b850b911a08815f400ba7269a9860dfc4b77b311139cad30fd6817a09938d360f8348d9d42a5bf2cc72e630523835644 SHA512 d43cd5759d053416ed4ac84150a979175ade970ad7f3128641549690a47113656739694af0589ba9f7202410be08698e048a38525d9ce108090283d9f1546ff3
29 DIST pikepdf-2.15.1.tar.gz 2311058 BLAKE2B 47c7600ed8c27970b2a45dd5cd557ec6f18782f826a6f31247885d34564935bae2d92f6702fdd635d38730bf6a01e9c4b41251a8a94b73c1828677590bdf84ca SHA512 d71931539f87c64319e45710f31d01ec1cddc5c6bbf15948161336344857a9497ce61140ce4631af3e7708fa13e6e909eaf4bfb146c68f7a8b2ce1f03e206cd7
30
31 diff --git a/dev-python/pikepdf/pikepdf-2.12.2.ebuild b/dev-python/pikepdf/pikepdf-2.12.2.ebuild
32 deleted file mode 100644
33 index 9be38c49c01..00000000000
34 --- a/dev-python/pikepdf/pikepdf-2.12.2.ebuild
35 +++ /dev/null
36 @@ -1,51 +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 -PYTHON_COMPAT=( python3_{8..10} )
42 -inherit distutils-r1
43 -
44 -MY_P=${P/_p/.post}
45 -DESCRIPTION="Python library to work with pdf files based on qpdf"
46 -HOMEPAGE="https://pypi.org/project/pikepdf/ https://github.com/pikepdf/pikepdf"
47 -SRC_URI="
48 - https://github.com/${PN}/${PN}/archive/v${PV/_p/.post}.tar.gz
49 - -> ${MY_P}.tar.gz"
50 -S=${WORKDIR}/${MY_P}
51 -
52 -LICENSE="MPL-2.0"
53 -SLOT="0"
54 -KEYWORDS="amd64 ~x86"
55 -
56 -DEPEND="app-text/qpdf:0="
57 -RDEPEND="${DEPEND}
58 - dev-python/pillow[${PYTHON_USEDEP}]
59 - dev-python/lxml[${PYTHON_USEDEP}]
60 - dev-python/pybind11[${PYTHON_USEDEP}]"
61 -BDEPEND="
62 - >=dev-python/pybind11-2.6.0[${PYTHON_USEDEP}]
63 - >=dev-python/setuptools_scm-4.1[${PYTHON_USEDEP}]
64 - dev-python/toml[${PYTHON_USEDEP}]
65 - dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}]
66 - test? (
67 - >=dev-python/attrs-20.2.0[${PYTHON_USEDEP}]
68 - >=dev-python/hypothesis-5[${PYTHON_USEDEP}]
69 - >=dev-python/pillow-5.0.0[${PYTHON_USEDEP},jpeg,lcms,tiff]
70 - >=dev-python/psutil-5[${PYTHON_USEDEP}]
71 - >=dev-python/pytest-6[${PYTHON_USEDEP}]
72 - >=dev-python/pytest-timeout-1.4.2[${PYTHON_USEDEP}]
73 - >=dev-python/python-dateutil-2.8.0[${PYTHON_USEDEP}]
74 - >=dev-python/python-xmp-toolkit-2.0.1[${PYTHON_USEDEP}]
75 - )"
76 -
77 -#distutils_enable_sphinx docs \
78 -# dev-python/ipython \
79 -# dev-python/matplotlib \
80 -# dev-python/sphinx_rtd_theme
81 -distutils_enable_tests pytest
82 -
83 -src_prepare() {
84 - sed -i -e '/wheel/d' setup.py || die
85 - sed -i -e '/-n auto/d' setup.cfg || die
86 - distutils-r1_src_prepare
87 -}
88
89 diff --git a/dev-python/pikepdf/pikepdf-2.13.0.ebuild b/dev-python/pikepdf/pikepdf-2.13.0.ebuild
90 deleted file mode 100644
91 index e8d4a265090..00000000000
92 --- a/dev-python/pikepdf/pikepdf-2.13.0.ebuild
93 +++ /dev/null
94 @@ -1,51 +0,0 @@
95 -# Copyright 1999-2021 Gentoo Authors
96 -# Distributed under the terms of the GNU General Public License v2
97 -
98 -EAPI=7
99 -PYTHON_COMPAT=( python3_{8..10} )
100 -inherit distutils-r1
101 -
102 -MY_P=${P/_p/.post}
103 -DESCRIPTION="Python library to work with pdf files based on qpdf"
104 -HOMEPAGE="https://pypi.org/project/pikepdf/ https://github.com/pikepdf/pikepdf"
105 -SRC_URI="
106 - https://github.com/${PN}/${PN}/archive/v${PV/_p/.post}.tar.gz
107 - -> ${MY_P}.tar.gz"
108 -S=${WORKDIR}/${MY_P}
109 -
110 -LICENSE="MPL-2.0"
111 -SLOT="0"
112 -KEYWORDS="~amd64 ~x86"
113 -
114 -DEPEND="app-text/qpdf:0="
115 -RDEPEND="${DEPEND}
116 - dev-python/pillow[${PYTHON_USEDEP}]
117 - dev-python/lxml[${PYTHON_USEDEP}]
118 - dev-python/pybind11[${PYTHON_USEDEP}]"
119 -BDEPEND="
120 - >=dev-python/pybind11-2.6.0[${PYTHON_USEDEP}]
121 - >=dev-python/setuptools_scm-4.1[${PYTHON_USEDEP}]
122 - dev-python/toml[${PYTHON_USEDEP}]
123 - dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}]
124 - test? (
125 - >=dev-python/attrs-20.2.0[${PYTHON_USEDEP}]
126 - >=dev-python/hypothesis-5[${PYTHON_USEDEP}]
127 - >=dev-python/pillow-5.0.0[${PYTHON_USEDEP},jpeg,lcms,tiff]
128 - >=dev-python/psutil-5[${PYTHON_USEDEP}]
129 - >=dev-python/pytest-6[${PYTHON_USEDEP}]
130 - >=dev-python/pytest-timeout-1.4.2[${PYTHON_USEDEP}]
131 - >=dev-python/python-dateutil-2.8.0[${PYTHON_USEDEP}]
132 - >=dev-python/python-xmp-toolkit-2.0.1[${PYTHON_USEDEP}]
133 - )"
134 -
135 -#distutils_enable_sphinx docs \
136 -# dev-python/ipython \
137 -# dev-python/matplotlib \
138 -# dev-python/sphinx_rtd_theme
139 -distutils_enable_tests pytest
140 -
141 -src_prepare() {
142 - sed -i -e '/wheel/d' setup.py || die
143 - sed -i -e '/-n auto/d' setup.cfg || die
144 - distutils-r1_src_prepare
145 -}
146
147 diff --git a/dev-python/pikepdf/pikepdf-2.14.0.ebuild b/dev-python/pikepdf/pikepdf-2.14.0.ebuild
148 deleted file mode 100644
149 index 2e4514c389e..00000000000
150 --- a/dev-python/pikepdf/pikepdf-2.14.0.ebuild
151 +++ /dev/null
152 @@ -1,52 +0,0 @@
153 -# Copyright 1999-2021 Gentoo Authors
154 -# Distributed under the terms of the GNU General Public License v2
155 -
156 -EAPI=8
157 -
158 -PYTHON_COMPAT=( python3_{8..10} )
159 -inherit distutils-r1
160 -
161 -MY_P=${P/_p/.post}
162 -DESCRIPTION="Python library to work with pdf files based on qpdf"
163 -HOMEPAGE="https://pypi.org/project/pikepdf/ https://github.com/pikepdf/pikepdf"
164 -SRC_URI="
165 - https://github.com/${PN}/${PN}/archive/v${PV/_p/.post}.tar.gz
166 - -> ${MY_P}.tar.gz"
167 -S=${WORKDIR}/${MY_P}
168 -
169 -LICENSE="MPL-2.0"
170 -SLOT="0"
171 -KEYWORDS="~amd64 ~x86"
172 -
173 -DEPEND="app-text/qpdf:0="
174 -RDEPEND="${DEPEND}
175 - dev-python/pillow[${PYTHON_USEDEP}]
176 - dev-python/lxml[${PYTHON_USEDEP}]
177 - dev-python/pybind11[${PYTHON_USEDEP}]"
178 -BDEPEND="
179 - >=dev-python/pybind11-2.6.0[${PYTHON_USEDEP}]
180 - >=dev-python/setuptools_scm-4.1[${PYTHON_USEDEP}]
181 - dev-python/toml[${PYTHON_USEDEP}]
182 - dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}]
183 - test? (
184 - >=dev-python/attrs-20.2.0[${PYTHON_USEDEP}]
185 - >=dev-python/hypothesis-5[${PYTHON_USEDEP}]
186 - >=dev-python/pillow-5.0.0[${PYTHON_USEDEP},jpeg,lcms,tiff]
187 - >=dev-python/psutil-5[${PYTHON_USEDEP}]
188 - >=dev-python/pytest-6[${PYTHON_USEDEP}]
189 - >=dev-python/pytest-timeout-1.4.2[${PYTHON_USEDEP}]
190 - >=dev-python/python-dateutil-2.8.0[${PYTHON_USEDEP}]
191 - >=dev-python/python-xmp-toolkit-2.0.1[${PYTHON_USEDEP}]
192 - )"
193 -
194 -#distutils_enable_sphinx docs \
195 -# dev-python/ipython \
196 -# dev-python/matplotlib \
197 -# dev-python/sphinx_rtd_theme
198 -distutils_enable_tests pytest
199 -
200 -src_prepare() {
201 - sed -i -e '/wheel/d' setup.py || die
202 - sed -i -e '/-n auto/d' setup.cfg || die
203 - distutils-r1_src_prepare
204 -}
205
206 diff --git a/dev-python/pikepdf/pikepdf-2.15.0.ebuild b/dev-python/pikepdf/pikepdf-2.15.0.ebuild
207 deleted file mode 100644
208 index 2e4514c389e..00000000000
209 --- a/dev-python/pikepdf/pikepdf-2.15.0.ebuild
210 +++ /dev/null
211 @@ -1,52 +0,0 @@
212 -# Copyright 1999-2021 Gentoo Authors
213 -# Distributed under the terms of the GNU General Public License v2
214 -
215 -EAPI=8
216 -
217 -PYTHON_COMPAT=( python3_{8..10} )
218 -inherit distutils-r1
219 -
220 -MY_P=${P/_p/.post}
221 -DESCRIPTION="Python library to work with pdf files based on qpdf"
222 -HOMEPAGE="https://pypi.org/project/pikepdf/ https://github.com/pikepdf/pikepdf"
223 -SRC_URI="
224 - https://github.com/${PN}/${PN}/archive/v${PV/_p/.post}.tar.gz
225 - -> ${MY_P}.tar.gz"
226 -S=${WORKDIR}/${MY_P}
227 -
228 -LICENSE="MPL-2.0"
229 -SLOT="0"
230 -KEYWORDS="~amd64 ~x86"
231 -
232 -DEPEND="app-text/qpdf:0="
233 -RDEPEND="${DEPEND}
234 - dev-python/pillow[${PYTHON_USEDEP}]
235 - dev-python/lxml[${PYTHON_USEDEP}]
236 - dev-python/pybind11[${PYTHON_USEDEP}]"
237 -BDEPEND="
238 - >=dev-python/pybind11-2.6.0[${PYTHON_USEDEP}]
239 - >=dev-python/setuptools_scm-4.1[${PYTHON_USEDEP}]
240 - dev-python/toml[${PYTHON_USEDEP}]
241 - dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}]
242 - test? (
243 - >=dev-python/attrs-20.2.0[${PYTHON_USEDEP}]
244 - >=dev-python/hypothesis-5[${PYTHON_USEDEP}]
245 - >=dev-python/pillow-5.0.0[${PYTHON_USEDEP},jpeg,lcms,tiff]
246 - >=dev-python/psutil-5[${PYTHON_USEDEP}]
247 - >=dev-python/pytest-6[${PYTHON_USEDEP}]
248 - >=dev-python/pytest-timeout-1.4.2[${PYTHON_USEDEP}]
249 - >=dev-python/python-dateutil-2.8.0[${PYTHON_USEDEP}]
250 - >=dev-python/python-xmp-toolkit-2.0.1[${PYTHON_USEDEP}]
251 - )"
252 -
253 -#distutils_enable_sphinx docs \
254 -# dev-python/ipython \
255 -# dev-python/matplotlib \
256 -# dev-python/sphinx_rtd_theme
257 -distutils_enable_tests pytest
258 -
259 -src_prepare() {
260 - sed -i -e '/wheel/d' setup.py || die
261 - sed -i -e '/-n auto/d' setup.cfg || die
262 - distutils-r1_src_prepare
263 -}