wok diff python-cssutils/receipt @ rev 24031

updated dialog (1.3_20190211 -> 1.3_20210324)
author Hans-G?nter Theisgen
date Tue Apr 06 13:52:57 2021 +0100 (2021-04-06)
parents 5d50a02468c7
children b9659e3c2111
line diff
     1.1 --- a/python-cssutils/receipt	Sun May 19 19:23:11 2019 +0200
     1.2 +++ b/python-cssutils/receipt	Tue Apr 06 13:52:57 2021 +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