Contents of /trunk/extras/lxml/lxml-2.2.4-r1.smage2
Parent Directory | Revision Log
Revision 4032 -
(show annotations)
(download)
Tue Nov 17 18:47:01 2009 UTC (14 years, 11 months ago) by niro
File size: 806 byte(s)
Tue Nov 17 18:47:01 2009 UTC (14 years, 11 months ago) by niro
File size: 806 byte(s)
auto added: ver bump to 2.2.4-r1
1 | # $Id$ |
2 | |
3 | PNAME="lxml" |
4 | PVER="2.2.4" |
5 | PBUILD="r1" |
6 | |
7 | PCATEGORIE="dev-python" |
8 | STATE="unstable" |
9 | |
10 | DESCRIPTION="lxml is a Pythonic binding for the libxml2 and libxslt libraries." |
11 | HOMEPAGE="http://codespeak.net/lxml/" |
12 | |
13 | DEPEND=">= dev-lang/python-2.6 |
14 | >= dev-libs/libxml2-2.7 |
15 | >= dev-libs/libxslt-1.1.26" |
16 | |
17 | SDEPEND=">= dev-python/cython-0.11.3 |
18 | >= dev-python/setuptools-0.6c11" |
19 | |
20 | |
21 | SRCFILE="${PNAME}-${PVER}.tgz" |
22 | SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" |
23 | |
24 | sminclude python |
25 | |
26 | SRC_URI=( |
27 | http://codespeak.net/${PNAME}/${SRCFILE} |
28 | mirror://${PNAME}/${SRCFILE} |
29 | mirror://${PNAME}/${PNAME}-2.2.1-no-fake-pyrex.patch |
30 | ) |
31 | |
32 | UP2DATE="updatecmd --listonly ${HOMEPAGE} | firsttarball tgz" |
33 | |
34 | src_prepare() |
35 | { |
36 | munpack ${SRCFILE} || die |
37 | cd ${SRCDIR} |
38 | |
39 | # use cython instead of bundled pyrex |
40 | mpatch ${PNAME}-2.2.1-no-fake-pyrex.patch || die |
41 | } |
Properties
Name | Value |
---|---|
svn:keywords | Id |