# HG changeset patch # User Hans-G?nter Theisgen # Date 1586095394 -3600 # Node ID cb009344b226ac09fa82833959a6215a492bbf71 # Parent 67580a0579932b625c1875ee12e03a3a23ca08d6 updated python-cssutils (0.9.10b1 -> 1.0.2) diff -r 67580a057993 -r cb009344b226 python-cssutils/receipt --- a/python-cssutils/receipt Sun Apr 05 14:56:27 2020 +0100 +++ b/python-cssutils/receipt Sun Apr 05 15:03:14 2020 +0100 @@ -1,15 +1,17 @@ # SliTaz package receipt. PACKAGE="python-cssutils" -VERSION="0.9.10b1" +VERSION="1.0.2" CATEGORY="development" SHORT_DESC="A Python package to parse and build CSS Cascading Style Sheets." MAINTAINER="monghitri@aruba.it" LICENSE="GPL3" +WEB_SITE="https://cthedot.de/cssutils/" + SOURCE="cssutils" -TARBALL="$SOURCE-$VERSION.zip" -WEB_SITE="http://cthedot.de/cssutils/" -WGET_URL="http://pypi.python.org/packages/source/c/cssutils/$TARBALL" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://files.pythonhosted.org/packages/source/c/cssutils/$TARBALL" + DEPENDS="python" BUILD_DEPENDS="python python-setuptools"