Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/weasyprint: weasyprint-0.22.ebuild ChangeLog
Date: Wed, 21 May 2014 03:33:15
Message-Id: 20140521033312.6A12D20036@flycatcher.gentoo.org
1 patrick 14/05/21 03:33:12
2
3 Modified: ChangeLog
4 Added: weasyprint-0.22.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.8 dev-python/weasyprint/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/weasyprint/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/weasyprint/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/weasyprint/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/weasyprint/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 8 May 2014 22:20:28 -0000 1.7
24 +++ ChangeLog 21 May 2014 03:33:12 -0000 1.8
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/weasyprint
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/weasyprint/ChangeLog,v 1.7 2014/05/08 22:20:28 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/weasyprint/ChangeLog,v 1.8 2014/05/21 03:33:12 patrick Exp $
30 +
31 +*weasyprint-0.22 (21 May 2014)
32 +
33 + 21 May 2014; Patrick Lauer <patrick@g.o> +weasyprint-0.22.ebuild:
34 + Bump
35
36 *weasyprint-0.21-r1 (08 May 2014)
37
38
39
40
41 1.1 dev-python/weasyprint/weasyprint-0.22.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/weasyprint/weasyprint-0.22.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/weasyprint/weasyprint-0.22.ebuild?rev=1.1&content-type=text/plain
45
46 Index: weasyprint-0.22.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/weasyprint/weasyprint-0.22.ebuild,v 1.1 2014/05/21 03:33:12 patrick Exp $
51
52 EAPI="5"
53 PYTHON_COMPAT=( python{2_7,3_2,3_3} )
54
55 inherit distutils-r1
56
57 DESCRIPTION="Visual rendering engine for HTML and CSS that can export to PDF"
58 MY_PN="WeasyPrint"
59 MY_P="${MY_PN}-${PV}"
60 SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
61 HOMEPAGE="http://weasyprint.org"
62
63 LICENSE="BSD"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE="test"
67
68 # Note: specific subslot of pango since it inlines some of pango headers.
69 RDEPEND="x11-libs/pango:0/0
70 media-gfx/cairosvg
71 dev-python/cffi:=[${PYTHON_USEDEP}]
72 dev-python/lxml[${PYTHON_USEDEP}]
73 dev-python/cairocffi[${PYTHON_USEDEP}]
74 dev-python/tinycss[${PYTHON_USEDEP}]
75 dev-python/cssselect[${PYTHON_USEDEP}]
76 dev-python/pyphen[${PYTHON_USEDEP}]
77 "
78 # x11-libs/gdk-pixbuf # optional dep
79 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
80
81 S="${WORKDIR}/${MY_P}"