Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29847 - (show annotations) (download)
Mon Oct 16 09:54:22 2017 UTC (6 years, 7 months ago) by niro
File size: 589 byte(s)
auto added: ver bump to 3.5.0-r1
1 # $Id$
2
3 PNAME="lxml"
4 PVER="3.5.0"
5 PBUILD="r1"
6
7 DESCRIPTION="Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API."
8
9 DEPEND=">= dev-python/python2-cssselect-20
10 >= dev-python/python3-cssselect-20
11 >= dev-libs/libxslt-1.1.28"
12
13 UP2SUBSTITUTE=".asc"
14 sminclude multilib pypi
15
16 # generate a fake SPLIT_PACKAGE for transition
17 SPLIT_PACKAGES+=" ${PNAME}"
18
19 split_info_lxml()
20 {
21 PVER="9999"
22 PKGTYPE="virtual"
23
24 DESCRIPTION="Transitional package for python2-${PNAME}."
25 HOMEPAGE="http://www.magellan-linux.de/"
26
27 DEPEND=">= dev-python/python2-${PNAME}-1"
28 }