wok diff python-cssselect/receipt @ rev 23937
qemu: add X86_64 efi bios
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 12 11:24:50 2020 +0000 (2020-09-12) |
parents | 5d50a02468c7 |
children | 104a2a2e5484 |
line diff
1.1 --- a/python-cssselect/receipt Sun May 19 19:23:11 2019 +0200 1.2 +++ b/python-cssselect/receipt Sat Sep 12 11:24:50 2020 +0000 1.3 @@ -1,15 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-cssselect" 1.7 -VERSION="0.7.1" 1.8 +VERSION="1.1.0" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="parses CSS3 Selectors and translates them to XPath." 1.11 +SHORT_DESC="Parses CSS3 Selectors and translates them to XPath." 1.12 MAINTAINER="monghitri@aruba.it" 1.13 LICENSE="BSD" 1.14 +WEB_SITE="https://pypi.python.org/pypi/cssselect" 1.15 + 1.16 SOURCE="cssselect" 1.17 TARBALL="$SOURCE-$VERSION.tar.gz" 1.18 -WEB_SITE="http://pypi.python.org/pypi/cssselect" 1.19 -WGET_URL="http://pypi.python.org/packages/source/c/$SOURCE/$TARBALL" 1.20 +WGET_URL="https://files.pythonhosted.org/packages/source/c/$SOURCE/$TARBALL" 1.21 1.22 DEPENDS="python" 1.23 BUILD_DEPENDS="python python-setuptools" 1.24 @@ -23,5 +24,5 @@ 1.25 # Rules to gen a SliTaz package suitable for Tazpkg. 1.26 genpkg_rules() 1.27 { 1.28 - cp -a $install/usr $fs 1.29 + cp -a $install/usr $fs 1.30 }