wok rev 23564

updated python-sphinx (0.6.3 -> 1.8.5)
author Hans-G?nter Theisgen
date Tue Apr 07 08:16:27 2020 +0100 (2020-04-07)
parents 6dc658ef46da
children 07188010ed93
files python-sphinx/receipt
line diff
     1.1 --- a/python-sphinx/receipt	Tue Apr 07 08:06:23 2020 +0100
     1.2 +++ b/python-sphinx/receipt	Tue Apr 07 08:16:27 2020 +0100
     1.3 @@ -1,15 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-sphinx"
     1.7 -SOURCE="Sphinx"
     1.8 -VERSION="0.6.3"
     1.9 +VERSION="1.8.5"
    1.10  CATEGORY="utilities"
    1.11  SHORT_DESC="Documentation Tool."
    1.12  MAINTAINER="claudinei@slitaz.org"
    1.13  LICENSE="BSD"
    1.14 +WEB_SITE="https://www.sphinx-doc.org/"
    1.15 +
    1.16 +SOURCE="Sphinx"
    1.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 -WEB_SITE="https://www.sphinx-doc.org/"
    1.19 -WGET_URL="http://pypi.python.org/packages/source/S/$SOURCE/$TARBALL"
    1.20 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.21  
    1.22  DEPENDS="python python-docutils python-jinja2 python-pygments python-setuptools"
    1.23  BUILD_DEPENDS="$DEPENDS python-dev"
    1.24 @@ -24,8 +25,7 @@
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.26  genpkg_rules()
    1.27  {
    1.28 -	mkdir -p $fs/usr
    1.29 -	cp -a $install/usr $fs
    1.30 +	cp -a $install/usr	$fs
    1.31  }
    1.32  
    1.33  # Remove old package.