Magellan Linux

Annotation of /smage/branches/alx07x-unstable/core/python-cssselect/python-cssselect-1.1.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14083 - (hide annotations) (download)
Fri Jul 3 08:49:17 2020 UTC (3 years, 10 months ago) by niro
Original Path: smage/trunk/core/python-cssselect/python-cssselect-1.1.0-r1.smage2
File size: 439 byte(s)
auto added: ver bump to 1.1.0-r1
1 niro 14083 # $Id$
2    
3     PNAME="cssselect"
4     PVER="1.1.0"
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+=" cssselect"
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     }