wok-next view python-cssselect/receipt @ rev 20885

Update python (2.7.15)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 13 13:52:56 2018 +0300 (2018-07-13)
parents 6c73b944e8dd
children 8b5b2a6d07b8
line source
1 # SliTaz package receipt.
3 PACKAGE="python-cssselect"
4 VERSION="0.7.1"
5 CATEGORY="development"
6 SHORT_DESC="parses CSS3 Selectors and translates them to XPath."
7 MAINTAINER="monghitri@aruba.it"
8 LICENSE="BSD"
9 WEB_SITE="http://pypi.python.org/pypi/cssselect"
10 REPOLOGY="python:cssselect"
12 SOURCE="cssselect"
13 TARBALL="$SOURCE-$VERSION.tar.gz"
14 WGET_URL="http://pypi.python.org/packages/source/c/$SOURCE/$TARBALL"
16 DEPENDS="python"
17 BUILD_DEPENDS="python"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 python setup.py install --root=$DESTDIR
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/usr $fs
29 }