wok rev 23475

updated python-cssutils (0.9.10b1 -> 1.0.2)
author Hans-G?nter Theisgen
date Sun Apr 05 15:03:14 2020 +0100 (2020-04-05)
parents 67580a057993
children 75860e279936
files python-cssutils/receipt
line diff
     1.1 --- a/python-cssutils/receipt	Sun Apr 05 14:56:27 2020 +0100
     1.2 +++ b/python-cssutils/receipt	Sun Apr 05 15:03:14 2020 +0100
     1.3 @@ -1,15 +1,17 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-cssutils"
     1.7 -VERSION="0.9.10b1"
     1.8 +VERSION="1.0.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="A Python package to parse and build CSS Cascading Style Sheets."
    1.11  MAINTAINER="monghitri@aruba.it"
    1.12  LICENSE="GPL3"
    1.13 +WEB_SITE="https://cthedot.de/cssutils/"
    1.14 +
    1.15  SOURCE="cssutils"
    1.16 -TARBALL="$SOURCE-$VERSION.zip"
    1.17 -WEB_SITE="http://cthedot.de/cssutils/"
    1.18 -WGET_URL="http://pypi.python.org/packages/source/c/cssutils/$TARBALL"
    1.19 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.20 +WGET_URL="https://files.pythonhosted.org/packages/source/c/cssutils/$TARBALL"
    1.21 +
    1.22  DEPENDS="python"
    1.23  BUILD_DEPENDS="python python-setuptools"
    1.24