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/weasyprint/
Date: Sun, 17 Oct 2021 09:44:42
Message-Id: 1634463704.543ca7bc5d0088c5494a8052786ce3143754bfac.mgorny@gentoo
1 commit: 543ca7bc5d0088c5494a8052786ce3143754bfac
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 17 09:41:44 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 17 09:41:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=543ca7bc
7
8 dev-python/weasyprint: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/weasyprint/Manifest | 2 --
13 dev-python/weasyprint/weasyprint-53.0.ebuild | 44 ----------------------------
14 dev-python/weasyprint/weasyprint-53.2.ebuild | 44 ----------------------------
15 3 files changed, 90 deletions(-)
16
17 diff --git a/dev-python/weasyprint/Manifest b/dev-python/weasyprint/Manifest
18 index 9eb05d9fd36..7d98db7a173 100644
19 --- a/dev-python/weasyprint/Manifest
20 +++ b/dev-python/weasyprint/Manifest
21 @@ -1,3 +1 @@
22 -DIST weasyprint-53.0.tar.gz 386339 BLAKE2B 6d8e30a02d54061557e549a685944de7cbc61f4c1b46b23dbaef66e87232325f630fd5a34cf5c846599612914f9306b5235fad65a008e19a7c200af2f4c7d9da SHA512 de34ee5654ee90aec82b67c1bc7d9496fe3a4247b2a649ab110d1613c4780fd9ae611c9da177de07e5287749978af9a4a7d5c102d0940e5fd970e5aa8586c47e
23 -DIST weasyprint-53.2.tar.gz 387220 BLAKE2B 820c3ef386c86ab927a02153e68ba085817d18c9658539233c283b2ee2e58a190420a88d3d1b4282d7e46eefbd89d9c5fbd94ccefaa6ef7c304d893579739482 SHA512 c4e1a831a9ac5b3adf1241b8c53c90330e3960cf7a5ab8307bbeb89e8e17a7e5a5d50fd676961ce45deda606b82eaa2b05d37f7dd5a1506bd0d78f8e4276328a
24 DIST weasyprint-53.3.tar.gz 387448 BLAKE2B bc575a150ce3af4b33dc36b1d4148d5059c8a61c2576b9305735ae192314d7df61bd9c92defaa65159933be489c262e8ac343090a840d1cf49ed5af1e5e669ad SHA512 28efd97c06572de3e82763400efee3d2415da03feafcb38158c35465823d6ee8df9be4e11b813beeb2e851a6affae668ee9eea8859ec5de6c4da9347d9f4216a
25
26 diff --git a/dev-python/weasyprint/weasyprint-53.0.ebuild b/dev-python/weasyprint/weasyprint-53.0.ebuild
27 deleted file mode 100644
28 index f201ef75f8e..00000000000
29 --- a/dev-python/weasyprint/weasyprint-53.0.ebuild
30 +++ /dev/null
31 @@ -1,44 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml
38 -PYTHON_COMPAT=( python3_{8..10} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Visual rendering engine for HTML and CSS that can export to PDF"
43 -HOMEPAGE="https://weasyprint.org https://github.com/Kozea/WeasyPrint"
44 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="BSD"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~x86"
49 -
50 -RDEPEND="
51 - >=dev-python/cffi-0.6:=[${PYTHON_USEDEP}]
52 - >=dev-python/cssselect2-0.1[${PYTHON_USEDEP}]
53 - >=dev-python/fonttools-4.0.0[${PYTHON_USEDEP}]
54 - >=dev-python/html5lib-1.0.1[${PYTHON_USEDEP}]
55 - >=dev-python/pillow-4.0.0[jpeg,jpeg2k,${PYTHON_USEDEP}]
56 - >=dev-python/pydyf-0.0.3[${PYTHON_USEDEP}]
57 - >=dev-python/pyphen-0.9.1[${PYTHON_USEDEP}]
58 - >=dev-python/tinycss2-1.0.0[${PYTHON_USEDEP}]
59 - x11-libs/pango
60 -"
61 -
62 -BDEPEND="
63 - test? (
64 - app-text/ghostscript-gpl
65 - media-fonts/ahem
66 - media-fonts/dejavu
67 - )
68 -"
69 -
70 -distutils_enable_tests pytest
71 -
72 -src_prepare() {
73 - sed -i -e '/addopts/d' pyproject.toml || die
74 - distutils-r1_src_prepare
75 -}
76
77 diff --git a/dev-python/weasyprint/weasyprint-53.2.ebuild b/dev-python/weasyprint/weasyprint-53.2.ebuild
78 deleted file mode 100644
79 index f201ef75f8e..00000000000
80 --- a/dev-python/weasyprint/weasyprint-53.2.ebuild
81 +++ /dev/null
82 @@ -1,44 +0,0 @@
83 -# Copyright 1999-2021 Gentoo Authors
84 -# Distributed under the terms of the GNU General Public License v2
85 -
86 -EAPI=8
87 -
88 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml
89 -PYTHON_COMPAT=( python3_{8..10} )
90 -
91 -inherit distutils-r1
92 -
93 -DESCRIPTION="Visual rendering engine for HTML and CSS that can export to PDF"
94 -HOMEPAGE="https://weasyprint.org https://github.com/Kozea/WeasyPrint"
95 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
96 -
97 -LICENSE="BSD"
98 -SLOT="0"
99 -KEYWORDS="~amd64 ~x86"
100 -
101 -RDEPEND="
102 - >=dev-python/cffi-0.6:=[${PYTHON_USEDEP}]
103 - >=dev-python/cssselect2-0.1[${PYTHON_USEDEP}]
104 - >=dev-python/fonttools-4.0.0[${PYTHON_USEDEP}]
105 - >=dev-python/html5lib-1.0.1[${PYTHON_USEDEP}]
106 - >=dev-python/pillow-4.0.0[jpeg,jpeg2k,${PYTHON_USEDEP}]
107 - >=dev-python/pydyf-0.0.3[${PYTHON_USEDEP}]
108 - >=dev-python/pyphen-0.9.1[${PYTHON_USEDEP}]
109 - >=dev-python/tinycss2-1.0.0[${PYTHON_USEDEP}]
110 - x11-libs/pango
111 -"
112 -
113 -BDEPEND="
114 - test? (
115 - app-text/ghostscript-gpl
116 - media-fonts/ahem
117 - media-fonts/dejavu
118 - )
119 -"
120 -
121 -distutils_enable_tests pytest
122 -
123 -src_prepare() {
124 - sed -i -e '/addopts/d' pyproject.toml || die
125 - distutils-r1_src_prepare
126 -}