Magellan Linux

Contents of /trunk/extras/lxml/lxml-2.2.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2082 - (show annotations) (download)
Mon Jun 15 22:53:35 2009 UTC (14 years, 11 months ago) by niro
File size: 809 byte(s)
-fixed SDEPENDs
1 # $Id$
2
3 PNAME="lxml"
4 PVER="2.2.1"
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.24"
16
17 SDEPEND=">= dev-python/cython-0.11.2
18 >= dev-python/setuptools-0.6c9"
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}-${PVER}-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}-${PVER}-no-fake-pyrex.patch || die
41 }

Properties

Name Value
svn:keywords Id