wok-current rev 23474
updated python-cssselect (0.7.1 -> 1.1.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 05 14:56:27 2020 +0100 (2020-04-05) |
parents | 962b9306e02e |
children | cb009344b226 |
files | python-cssselect/receipt |
line diff
1.1 --- a/python-cssselect/receipt Sun Apr 05 14:51:37 2020 +0100 1.2 +++ b/python-cssselect/receipt Sun Apr 05 14:56:27 2020 +0100 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 }