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 13156 - (hide annotations) (download)
Mon Jul 1 09:51:20 2019 UTC (4 years, 10 months ago) by niro
Original Path: smage/trunk/core/cssselect/cssselect-1.0.1-r1.smage2
File size: 438 byte(s)
auto added: ver bump to 1.0.1-r1
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     }