Magellan Linux

Annotation of /trunk/extras/lxml/lxml-4.3.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33018 - (hide annotations) (download)
Wed Oct 9 14:05:10 2019 UTC (4 years, 7 months ago) by niro
File size: 765 byte(s)
auto added: ver bump to 4.3.4-r1
1 niro 33018 # $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-1.0"
10     PYTHON3_DEPEND=">= dev-python/python3-cssselect-1.0"
11     DEPEND=">= dev-libs/libxslt-1.1.28"
12    
13     SDEPEND=">= dev-python/python2-setuptools-36
14     >= dev-python/python3-setuptools-36
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     }