Magellan Linux

Contents of /smage/branches/alx07x-unstable/core/lxml/lxml-4.3.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13336 - (show annotations) (download)
Thu Jul 11 10:46:48 2019 UTC (4 years, 9 months ago) by niro
File size: 795 byte(s)
-release branches/alx07x-unstable
1 # $Id$
2
3 PNAME="lxml"
4 PVER="4.3.4"
5 PBUILD="r1"
6
7 DESCRIPTION="Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API."
8
9 PYTHON2_DEPEND=">= dev-python/python2-cssselect-20"
10 PYTHON3_DEPEND=">= dev-python/python3-cssselect-20"
11 DEPEND=">= dev-libs/libxslt-1.1.28"
12
13 SDEPEND=">= dev-python/python2-setuptools-20
14 >= dev-python/python3-setuptools-20
15 >= dev-python/python2-pip-9
16 >= dev-python/python3-pip-9
17 >= dev-libs/libxslt-dev-1.1.28"
18
19 UP2SUBSTITUTE=".asc"
20 sminclude multilib pypi
21
22 # generate a fake SPLIT_PACKAGE for transition
23 SPLIT_PACKAGES+=" ${PNAME}"
24
25 split_info_lxml()
26 {
27 PVER="9999"
28 PKGTYPE="virtual"
29
30 DESCRIPTION="Transitional package for python2-${PNAME}."
31 HOMEPAGE="http://www.magellan-linux.de/"
32
33 DEPEND=">= dev-python/python2-${PNAME}-1"
34 }