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/svglib/
Date: Mon, 16 May 2022 13:30:59
Message-Id: 1652707686.74aa50ab141dc16a84322a6e03b73dbb7ac72d5b.mgorny@gentoo
1 commit: 74aa50ab141dc16a84322a6e03b73dbb7ac72d5b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 13:28:06 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 13:28:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74aa50ab
7
8 dev-python/svglib: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/svglib/Manifest | 2 --
13 dev-python/svglib/svglib-1.1.0.ebuild | 33 ---------------------------------
14 dev-python/svglib/svglib-1.2.0.ebuild | 33 ---------------------------------
15 3 files changed, 68 deletions(-)
16
17 diff --git a/dev-python/svglib/Manifest b/dev-python/svglib/Manifest
18 index 284f658fcf86..6266be312ce5 100644
19 --- a/dev-python/svglib/Manifest
20 +++ b/dev-python/svglib/Manifest
21 @@ -1,3 +1 @@
22 -DIST svglib-1.1.0.gh.tar.gz 2403896 BLAKE2B f3f45c526897cb64c44ab3dfb314d61faf190d482e0ce7c255ca51a45c2944393ac7ed0f83c9721648885ae7e477b87bf40040a01641c54ca31dcf85f97bf0fd SHA512 cc4eed96f021e9399e1a25bc477bdc91c037393b492ecd1eabb31c1163c8374499bc50b63ca60b038c61c7a799f4131183464f6799077875dd73a4e97a1246cf
23 -DIST svglib-1.2.0.gh.tar.gz 1261904 BLAKE2B 5516699609904b680a60972eb6ef4d36fbc0404bf9a4f03ddedb3b20531eb55893f6b88fceb86c0304da71371661d8d46bcb94f9f71bbe67fb1f6007561f7501 SHA512 636a96ed3ec49273250c7476c989cf2b2c98f8918eb851f6f6c4d7a02d2f06cc952741f4ecaf419ce48b6085fc0dccc3b491ecca9119cb713e1dae726144b8fc
24 DIST svglib-1.2.1.gh.tar.gz 1261918 BLAKE2B d2c35dfbd45f3c509674e0aa49d015ddc554d1e9d2ccf584a5ada019d9af5e7ee2ccf8c983c30e9107cb83468db6521153fa8340f0dab3b4b1ae5a839628e186 SHA512 361dec376eec6ed9bc52e2217a28e09bcfaab8e302c4ee574a320a8f84963852cfc10d3f6890d379f624a5855122f869eb9698fab89d76018af7bbf70aa587bd
25
26 diff --git a/dev-python/svglib/svglib-1.1.0.ebuild b/dev-python/svglib/svglib-1.1.0.ebuild
27 deleted file mode 100644
28 index fbcf162cb4cc..000000000000
29 --- a/dev-python/svglib/svglib-1.1.0.ebuild
30 +++ /dev/null
31 @@ -1,33 +0,0 @@
32 -# Copyright 2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -PYTHON_COMPAT=( python3_{8..10} )
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Pure-Python library for reading and converting SVG"
41 -HOMEPAGE="https://pypi.org/project/svglib/ https://github.com/deeplook/svglib"
42 -SRC_URI="
43 - https://github.com/deeplook/svglib/archive/v${PV}.tar.gz
44 - -> ${P}.gh.tar.gz
45 -"
46 -
47 -LICENSE="LGPL-3"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -
51 -RDEPEND="
52 - dev-python/cssselect2[${PYTHON_USEDEP}]
53 - dev-python/lxml[${PYTHON_USEDEP}]
54 - dev-python/reportlab[${PYTHON_USEDEP}]
55 - dev-python/tinycss2[${PYTHON_USEDEP}]
56 -"
57 -
58 -distutils_enable_tests pytest
59 -
60 -EPYTEST_DESELECT=(
61 - # Needs network access
62 - tests/test_samples.py::TestWikipediaFlags::test_convert_pdf
63 - tests/test_samples.py::TestW3CSVG::test_convert_pdf_png
64 -)
65
66 diff --git a/dev-python/svglib/svglib-1.2.0.ebuild b/dev-python/svglib/svglib-1.2.0.ebuild
67 deleted file mode 100644
68 index 0da0bd1bb894..000000000000
69 --- a/dev-python/svglib/svglib-1.2.0.ebuild
70 +++ /dev/null
71 @@ -1,33 +0,0 @@
72 -# Copyright 2021-2022 Gentoo Authors
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -EAPI=8
76 -
77 -PYTHON_COMPAT=( python3_{8..10} )
78 -inherit distutils-r1
79 -
80 -DESCRIPTION="Pure-Python library for reading and converting SVG"
81 -HOMEPAGE="https://pypi.org/project/svglib/ https://github.com/deeplook/svglib"
82 -SRC_URI="
83 - https://github.com/deeplook/svglib/archive/v${PV}.tar.gz
84 - -> ${P}.gh.tar.gz
85 -"
86 -
87 -LICENSE="LGPL-3"
88 -SLOT="0"
89 -KEYWORDS="~amd64 ~x86"
90 -
91 -RDEPEND="
92 - dev-python/cssselect2[${PYTHON_USEDEP}]
93 - dev-python/lxml[${PYTHON_USEDEP}]
94 - dev-python/reportlab[${PYTHON_USEDEP}]
95 - dev-python/tinycss2[${PYTHON_USEDEP}]
96 -"
97 -
98 -distutils_enable_tests pytest
99 -
100 -EPYTEST_DESELECT=(
101 - # Needs network access
102 - tests/test_samples.py::TestWikipediaFlags::test_convert_pdf
103 - tests/test_samples.py::TestW3CSVG::test_convert_pdf_png
104 -)