Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15117 - (show annotations) (download)
Fri Aug 7 07:26:11 2020 UTC (3 years, 8 months ago) by niro
File size: 493 byte(s)
-release branches/alx07x-stable
1 # $Id$
2
3 PNAME="python-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 SPLIT_NAME="cssselect"
10 PYPI_MODULE="cssselect"
11 sminclude multilib pypi
12
13 # generate a fake SPLIT_PACKAGE for transition
14 SPLIT_PACKAGES+=" cssselect"
15
16 split_info_cssselect()
17 {
18 PVER="9999"
19 PKGTYPE="virtual"
20
21 DESCRIPTION="Transitional package for python2-${PNAME}."
22 HOMEPAGE="http://www.magellan-linux.de/"
23
24 DEPEND=">= dev-python/python2-${PNAME}-1"
25 }