wok rev 23480

updated python-docutils (0.11 -> 0.16)
author Hans-G?nter Theisgen
date Sun Apr 05 16:19:25 2020 +0100 (2020-04-05)
parents 947565b77b20
children 3601009ad7bd
files python-docutils/receipt
line diff
     1.1 --- a/python-docutils/receipt	Sun Apr 05 15:53:47 2020 +0100
     1.2 +++ b/python-docutils/receipt	Sun Apr 05 16:19:25 2020 +0100
     1.3 @@ -1,18 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-docutils"
     1.7 -SOURCE="docutils"
     1.8 -VERSION="0.11"
     1.9 +VERSION="0.16"
    1.10  CATEGORY="development"
    1.11  SHORT_DESC="Text processing system."
    1.12  MAINTAINER="claudinei@slitaz.org"
    1.13  LICENSE="PublicDomain GPL3 BSD"
    1.14 +WEB_SITE="https://pypi.org/project/docutils"
    1.15 +
    1.16 +SOURCE="docutils"
    1.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 -WEB_SITE="http://docutils.sourceforge.net"
    1.19 -WGET_URL="http://switch.dl.sourceforge.net/project/$SOURCE/$SOURCE/$VERSION/$TARBALL"
    1.20 +WGET_URL="https://files.pythonhosted.org/packages/source/d/$SOURCE/$TARBALL"
    1.21 +
    1.22 +SUGGESTED="python-pil"
    1.23  DEPENDS="python"
    1.24 -BUILD_DEPENDS="python python-dev"
    1.25 -SUGGESTED="python-pil"
    1.26 +BUILD_DEPENDS="python python-dev python-setuptools"
    1.27  
    1.28  # Rules to configure and make the package.
    1.29  compile_rules()
    1.30 @@ -23,7 +25,7 @@
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.32  genpkg_rules()
    1.33  {
    1.34 -	cp -a $install/usr $fs
    1.35 +	cp -a $install/usr	$fs
    1.36  }
    1.37  
    1.38  # Remove old package.