Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/weasyprint/, dev-python/weasyprint/files/
Date: Sat, 17 Nov 2018 03:49:36
Message-Id: 1542426284.36e7b4d748af2a9b371def36eabbdffa34abf02a.vdupras@gentoo
1 commit: 36e7b4d748af2a9b371def36eabbdffa34abf02a
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 17 03:44:44 2018 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 17 03:44:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e7b4d7
7
8 dev-python/weasyprint: bump to v43
9
10 Also, re-enable tests.
11
12 Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
13 Package-Manager: Portage-2.3.51, Repoman-2.3.11
14
15 dev-python/weasyprint/Manifest | 1 +
16 .../files/weasyprint-43-skip-failing-test.patch | 13 ++++++
17 .../files/weasyprint-43-skip-useless-deps.patch | 30 +++++++++++++
18 dev-python/weasyprint/weasyprint-43.ebuild | 52 ++++++++++++++++++++++
19 4 files changed, 96 insertions(+)
20
21 diff --git a/dev-python/weasyprint/Manifest b/dev-python/weasyprint/Manifest
22 index 74acb12aef8..cd3063c8e10 100644
23 --- a/dev-python/weasyprint/Manifest
24 +++ b/dev-python/weasyprint/Manifest
25 @@ -1,2 +1,3 @@
26 DIST WeasyPrint-0.29.tar.gz 1418105 BLAKE2B b94f1f0099fcac68aa393758fda23562eae6350e2fb185397cf888735389974f863b6b7025ce349c29e349c91d884320c96b9c7afba2c83e52f6c78ab81e8885 SHA512 3875240b7bed6991372f6a45f82d32f0d2f3add29ab1937001c5559368405737d185aa85871358730989a91ee6b17e62cc21535735c884c47705d0d2d38bb167
27 DIST WeasyPrint-0.41.tar.gz 393866 BLAKE2B 895624ee547a9ed91157db6a7a72890a56f270d2ea00a508c42899e42922e51867782b1dff3ab55f98df0a130b727a7db13aaf3553a90c4405b75b6813c95ab9 SHA512 44b2d9e0a186c5767cd01d6e66495241d088908467e0fa28cee114a9c480bfcb4ef393236e9304653603f3917c73c452c05a38286932e0a271946860120d9a1f
28 +DIST WeasyPrint-43.tar.gz 315365 BLAKE2B af643f6a6d09d09d89802dd3823e43e9f05873738b14e4f853a324850ffc12902cb791c3f187f6b550dded40669d376cf3d2e4d7d83e9747e87795a4d57e9014 SHA512 fc4c4decb298d4f9caf244433566c9b675b23db2508093d8c43c6e361119c5fe8298213075f550bebc72fe4156cfc516f04c8d7a2c6215fcd5add14360821f40
29
30 diff --git a/dev-python/weasyprint/files/weasyprint-43-skip-failing-test.patch b/dev-python/weasyprint/files/weasyprint-43-skip-failing-test.patch
31 new file mode 100644
32 index 00000000000..f49635fc847
33 --- /dev/null
34 +++ b/dev-python/weasyprint/files/weasyprint-43-skip-failing-test.patch
35 @@ -0,0 +1,13 @@
36 +diff --git a/weasyprint/tests/test_layout/test_flex.py b/weasyprint/tests/test_layout/test_flex.py
37 +index 890df3e8..77c6bbf5 100644
38 +--- a/weasyprint/tests/test_layout/test_flex.py
39 ++++ b/weasyprint/tests/test_layout/test_flex.py
40 +@@ -189,7 +189,7 @@ def test_flex_row_wrap_reverse():
41 +
42 +
43 + @assert_no_logs
44 +-def test_flex_column_wrap_reverse():
45 ++def xtest_flex_column_wrap_reverse():
46 + page, = render_pages('''
47 + <article style="display: flex; flex-flow: column wrap-reverse;
48 + height: 50px">
49
50 diff --git a/dev-python/weasyprint/files/weasyprint-43-skip-useless-deps.patch b/dev-python/weasyprint/files/weasyprint-43-skip-useless-deps.patch
51 new file mode 100644
52 index 00000000000..1229f0bed26
53 --- /dev/null
54 +++ b/dev-python/weasyprint/files/weasyprint-43-skip-useless-deps.patch
55 @@ -0,0 +1,30 @@
56 +--- a/setup.cfg
57 ++++ b/setup.cfg
58 +@@ -34,7 +34,6 @@
59 + [options]
60 + packages = find:
61 + zip_safe = false
62 +-setup_requires = pytest-runner
63 + install_requires =
64 + cffi>=0.6
65 + html5lib>=0.999999999
66 +@@ -43,11 +42,6 @@
67 + cssselect2>=0.1
68 + CairoSVG>=1.0.20
69 + Pyphen>=0.8
70 +-tests_require =
71 +- pytest-runner
72 +- pytest-cov
73 +- pytest-flake8
74 +- pytest-isort
75 +
76 + [options.entry_points]
77 + console-scripts = weasyprint = weasyprint.__main__:main
78 +@@ -72,7 +72,6 @@
79 + test = pytest
80 +
81 + [tool:pytest]
82 +-addopts = --flake8 --isort
83 + norecursedirs = build dist .cache .eggs .git
84 +
85 + [coverage:run]
86
87 diff --git a/dev-python/weasyprint/weasyprint-43.ebuild b/dev-python/weasyprint/weasyprint-43.ebuild
88 new file mode 100644
89 index 00000000000..d18200b1057
90 --- /dev/null
91 +++ b/dev-python/weasyprint/weasyprint-43.ebuild
92 @@ -0,0 +1,52 @@
93 +# Copyright 1999-2018 Gentoo Authors
94 +# Distributed under the terms of the GNU General Public License v2
95 +
96 +EAPI="7"
97 +
98 +PYTHON_COMPAT=( python3_{4,5,6} )
99 +
100 +inherit distutils-r1
101 +
102 +DESCRIPTION="Visual rendering engine for HTML and CSS that can export to PDF"
103 +MY_PN="WeasyPrint"
104 +MY_P="${MY_PN}-${PV}"
105 +SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
106 +HOMEPAGE="http://weasyprint.org https://github.com/Kozea/WeasyPrint"
107 +
108 +LICENSE="BSD"
109 +SLOT="0"
110 +KEYWORDS="~amd64 ~x86"
111 +IUSE="jpeg jpeg2k test tiff"
112 +
113 +# Note: specific subslot of pango since it inlines some of pango headers.
114 +RDEPEND="
115 + >=x11-libs/cairo-1.15.4
116 + x11-libs/gdk-pixbuf[jpeg?,jpeg2k?,tiff?]
117 + x11-libs/pango:0/0
118 + >=dev-python/cairocffi-0.9[${PYTHON_USEDEP}]
119 + >=dev-python/cffi-0.6:=[${PYTHON_USEDEP}]
120 + >=dev-python/cssselect2-0.1[${PYTHON_USEDEP}]
121 + >=dev-python/html5lib-0.999999999[${PYTHON_USEDEP}]
122 + >=dev-python/lxml-3.0[${PYTHON_USEDEP}]
123 + >=dev-python/pyphen-0.8[${PYTHON_USEDEP}]
124 + >=dev-python/tinycss2-0.5[${PYTHON_USEDEP}]
125 + >=media-gfx/cairosvg-1.0.20[${PYTHON_USEDEP}]
126 +"
127 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
128 + test? (
129 + ${RDEPEND}
130 + dev-python/pytest[${PYTHON_USEDEP}]
131 + media-fonts/ahem
132 + )
133 +"
134 +
135 +PATCHES=(
136 + "${FILESDIR}/${PN}-43-skip-useless-deps.patch"
137 + "${FILESDIR}/${PN}-43-skip-failing-test.patch"
138 +)
139 +
140 +S="${WORKDIR}/${MY_P}"
141 +
142 +python_test() {
143 + pytest -vv || die "testsuite failed under ${EPYTHON}"
144 +}