Gentoo Archives: gentoo-commits

From: Patrick Lauer <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/weasyprint/
Date: Wed, 29 Jun 2016 09:50:38
Message-Id: 1467193788.351190af49b1a1198e6364e26b8d852adf1c2862.patrick@gentoo
1 commit: 351190af49b1a1198e6364e26b8d852adf1c2862
2 Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 09:49:48 2016 +0000
4 Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 09:49:48 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=351190af
7
8 dev-python/weasyprint: Bump
9
10 Package-Manager: portage-2.3.0
11
12 dev-python/weasyprint/Manifest | 1 +
13 dev-python/weasyprint/weasyprint-0.29.ebuild | 42 ++++++++++++++++++++++++++++
14 2 files changed, 43 insertions(+)
15
16 diff --git a/dev-python/weasyprint/Manifest b/dev-python/weasyprint/Manifest
17 index a7856a8..d302d6a 100644
18 --- a/dev-python/weasyprint/Manifest
19 +++ b/dev-python/weasyprint/Manifest
20 @@ -2,3 +2,4 @@ DIST WeasyPrint-0.21.tar.gz 333898 SHA256 312af72805fd5207ccd58d1c59022bf1e9cf8e
21 DIST WeasyPrint-0.22.tar.gz 342786 SHA256 78874291649d8013b60462c39456fea8d1097e55bb45907f6c3e30ffe4822bf1 SHA512 f5b7189a9c5408d052cde995a9ff6aa2df04cbf97297c8f2c03d8f12aa84833f7a82b63eac700032570c289a8ce0dbab687d0127518b6743fd95dfb60cbf5993 WHIRLPOOL e2f6efc58a3344c655814b0fcb9b6541e8a3f8e8e4e82240ea34580517095d7622f434bd83da6071184270df6c94cc7771376b87743439a1c3e9a357d72520a6
22 DIST WeasyPrint-0.23.tar.gz 343614 SHA256 4c3539b8bf6145f6ae9de657eb4b008ccf29066d876f948ecbcfa753a5b0eae4 SHA512 bd9e4da6bd9ffc63e6acedbf821d2fa7b791f9d28c61e465effa0596665b5b76fec1a4bef2dd8f2c98ee768884ef84f842fc67664b41f84d4a0c22d86e032d71 WHIRLPOOL 1a9f0e0d442b7487ffa039c726f41fa80fdce06df4f3d2d931eda3974ce4b4da69dea929d018c9c95a9dc02ff0d5cf9158059bc7ce3293a4997fa2550d5f755f
23 DIST WeasyPrint-0.26.tar.gz 352596 SHA256 444bb7fe3d6864f7b17d01fef88340fb283504eb941fa0add883dd1f04635b71 SHA512 165ff0927cb644abd800fad1f31d2d302cf1a6e8cb2422a149ba41b0f8a6633e6f4d3a11f61c51be63dbb03244716327299feb45bd7737d44df29df5f2b8b0c8 WHIRLPOOL 2e3593c7aa051633010773ebeeefb3e1d6de9c0ae5c0974a01c46eef69aee5972fd3d36ada8b11f6cd968ce7af9224232d49541fe61d22036fb4dcf29f796a7f
24 +DIST WeasyPrint-0.29.tar.gz 1418105 SHA256 4edf5538b330be3e559f006db76a5a948c25f3792746aafb20f2a9d6185f0e71 SHA512 3875240b7bed6991372f6a45f82d32f0d2f3add29ab1937001c5559368405737d185aa85871358730989a91ee6b17e62cc21535735c884c47705d0d2d38bb167 WHIRLPOOL cbefe32d42e5bbc26993b58f88b2ebc26291579dd717805c8fc9c54d41fe69b3a05eb8f301e9c21b426766404c9a683cce6c115ed8193456d17c83b44c8513a9
25
26 diff --git a/dev-python/weasyprint/weasyprint-0.29.ebuild b/dev-python/weasyprint/weasyprint-0.29.ebuild
27 new file mode 100644
28 index 0000000..bf9f36d
29 --- /dev/null
30 +++ b/dev-python/weasyprint/weasyprint-0.29.ebuild
31 @@ -0,0 +1,42 @@
32 +# Copyright 1999-2016 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI="5"
37 +
38 +PYTHON_COMPAT=( python{2_7,3_4,3_5} )
39 +
40 +inherit distutils-r1
41 +
42 +DESCRIPTION="Visual rendering engine for HTML and CSS that can export to PDF"
43 +MY_PN="WeasyPrint"
44 +MY_P="${MY_PN}-${PV}"
45 +SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
46 +HOMEPAGE="http://weasyprint.org https://github.com/Kozea/WeasyPrint"
47 +
48 +LICENSE="BSD"
49 +SLOT="0"
50 +KEYWORDS="~amd64 ~x86"
51 +IUSE="test"
52 +
53 +# Note: specific subslot of pango since it inlines some of pango headers.
54 +RDEPEND="x11-libs/pango:0/0
55 + >=media-gfx/cairosvg-1.0.7[${PYTHON_USEDEP}]
56 + >=dev-python/html5lib-0.999[${PYTHON_USEDEP}]
57 + dev-python/cffi:=[${PYTHON_USEDEP}]
58 + >=dev-python/lxml-3.0[${PYTHON_USEDEP}]
59 + >=dev-python/cairocffi-0.5[${PYTHON_USEDEP}]
60 + ~dev-python/tinycss-0.3[${PYTHON_USEDEP}]
61 + >=dev-python/cssselect-0.6[${PYTHON_USEDEP}]
62 + >=dev-python/pyphen-0.8[${PYTHON_USEDEP}]"
63 +# x11-libs/gdk-pixbuf # optional dep
64 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
65 + test? ( ${RDEPEND}
66 + dev-python/pytest[${PYTHON_USEDEP}]
67 + media-fonts/ahem )"
68 +
69 +S="${WORKDIR}/${MY_P}"
70 +
71 +python_test() {
72 + py.test || die "testsuite failed under ${EPYTHON}"
73 +}