Magellan Linux

Annotation of /branches/R11-unstable/extras/lxml/lxml-4.1.0-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32578 - (hide annotations) (download)
Mon Apr 29 13:11:55 2019 UTC (5 years ago) by niro
File size: 763 byte(s)
-release branches/R11-unstable
1 niro 30186 # $Id$
2    
3     PNAME="lxml"
4     PVER="4.1.0"
5     PBUILD="r3"
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    
18     UP2SUBSTITUTE=".asc"
19     sminclude multilib pypi
20    
21     # generate a fake SPLIT_PACKAGE for transition
22     SPLIT_PACKAGES+=" ${PNAME}"
23    
24     split_info_lxml()
25     {
26     PVER="9999"
27     PKGTYPE="virtual"
28    
29     DESCRIPTION="Transitional package for python2-${PNAME}."
30     HOMEPAGE="http://www.magellan-linux.de/"
31    
32     DEPEND=">= dev-python/python2-${PNAME}-1"
33     }