Magellan Linux

Annotation of /smage/branches/alx07x-stable/core/cssselect/cssselect-1.0.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13591 - (hide annotations) (download)
Fri Jul 12 12:04:41 2019 UTC (4 years, 10 months ago) by niro
File size: 438 byte(s)
-release branches/alx07x-stable
1 niro 13156 # $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     }