# HG changeset patch # User Hans-G?nter Theisgen # Date 1586094987 -3600 # Node ID 67580a0579932b625c1875ee12e03a3a23ca08d6 # Parent 962b9306e02e2ecd04b53d3e6e723b6591296c54 updated python-cssselect (0.7.1 -> 1.1.0) diff -r 962b9306e02e -r 67580a057993 python-cssselect/receipt --- a/python-cssselect/receipt Sun Apr 05 14:51:37 2020 +0100 +++ b/python-cssselect/receipt Sun Apr 05 14:56:27 2020 +0100 @@ -1,15 +1,16 @@ # SliTaz package receipt. PACKAGE="python-cssselect" -VERSION="0.7.1" +VERSION="1.1.0" CATEGORY="development" -SHORT_DESC="parses CSS3 Selectors and translates them to XPath." +SHORT_DESC="Parses CSS3 Selectors and translates them to XPath." MAINTAINER="monghitri@aruba.it" LICENSE="BSD" +WEB_SITE="https://pypi.python.org/pypi/cssselect" + SOURCE="cssselect" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://pypi.python.org/pypi/cssselect" -WGET_URL="http://pypi.python.org/packages/source/c/$SOURCE/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/c/$SOURCE/$TARBALL" DEPENDS="python" BUILD_DEPENDS="python python-setuptools" @@ -23,5 +24,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs }