Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13388 - (show annotations) (download)
Thu Jul 11 10:52:50 2019 UTC (4 years, 10 months ago) by niro
Original Path: smage/branches/alx07x-unstable/core/cssselect/cssselect-1.0.1-r1.smage2
File size: 438 byte(s)
-release branches/alx07x-unstable
1 # $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 }