Magellan Linux

Annotation of /branches/R11-unstable/extras/cssselect/cssselect-1.0.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32841 - (hide annotations) (download)
Mon Apr 29 13:47:57 2019 UTC (5 years ago) by niro
File size: 438 byte(s)
-release branches/R11-unstable
1 niro 29873 # $Id$
2    
3     PNAME="cssselect"
4     PVER="1.0.1"
5     PBUILD="r1"
6    
7     DESCRIPTION="cssselect parses CSS3 Selectors and translates them to XPath 1.0."
8    
9     sminclude multilib pypi
10    
11     # generate a fake SPLIT_PACKAGE for transition
12     SPLIT_PACKAGES+=" ${PNAME}"
13    
14     split_info_cssselect()
15     {
16     PVER="9999"
17     PKGTYPE="virtual"
18    
19     DESCRIPTION="Transitional package for python2-${PNAME}."
20     HOMEPAGE="http://www.magellan-linux.de/"
21    
22     DEPEND=">= dev-python/python2-${PNAME}-1"
23     }