wok annotate python-cssselect/receipt @ rev 23621

updated ruby and ruby-dev (2.6.4 -> 2.7.1)
author Hans-G?nter Theisgen
date Tue Apr 14 15:51:31 2020 +0100 (2020-04-14)
parents 5d50a02468c7
children 104a2a2e5484
rev   line source
monghitri@13954 1 # SliTaz package receipt.
monghitri@13954 2
monghitri@13954 3 PACKAGE="python-cssselect"
Hans-G?nter@23474 4 VERSION="1.1.0"
monghitri@13954 5 CATEGORY="development"
Hans-G?nter@23474 6 SHORT_DESC="Parses CSS3 Selectors and translates them to XPath."
monghitri@13954 7 MAINTAINER="monghitri@aruba.it"
pascal@15378 8 LICENSE="BSD"
Hans-G?nter@23474 9 WEB_SITE="https://pypi.python.org/pypi/cssselect"
Hans-G?nter@23474 10
monghitri@13954 11 SOURCE="cssselect"
monghitri@13954 12 TARBALL="$SOURCE-$VERSION.tar.gz"
Hans-G?nter@23474 13 WGET_URL="https://files.pythonhosted.org/packages/source/c/$SOURCE/$TARBALL"
pascal@15378 14
monghitri@13954 15 DEPENDS="python"
pascal@21581 16 BUILD_DEPENDS="python python-setuptools"
monghitri@13954 17
monghitri@13954 18 # Rules to configure and make the package.
monghitri@13954 19 compile_rules()
monghitri@13954 20 {
monghitri@13954 21 python setup.py install --root=$DESTDIR
monghitri@13954 22 }
monghitri@13954 23
monghitri@13954 24 # Rules to gen a SliTaz package suitable for Tazpkg.
monghitri@13954 25 genpkg_rules()
monghitri@13954 26 {
Hans-G?nter@23474 27 cp -a $install/usr $fs
monghitri@13954 28 }