wok diff python-sphinx/receipt @ rev 25241

updated python-sphinx (1.8.5 -> 1.8.6)
author Hans-G?nter Theisgen
date Thu Jul 14 06:35:33 2022 +0100 (23 months ago)
parents d7522d21c4d3
children 0262035dc1e7
line diff
     1.1 --- a/python-sphinx/receipt	Sat Feb 19 19:01:32 2022 +0000
     1.2 +++ b/python-sphinx/receipt	Thu Jul 14 06:35:33 2022 +0100
     1.3 @@ -1,19 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-sphinx"
     1.7 -VERSION="1.8.5"
     1.8 +VERSION="1.8.6"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="Documentation Tool."
    1.11  MAINTAINER="claudinei@slitaz.org"
    1.12  LICENSE="BSD"
    1.13 -WEB_SITE="https://www.sphinx-doc.org/"
    1.14 +WEB_SITE="https://pypi.org/project/Sphinx/"
    1.15 +REPOLOGY="python:sphinx"
    1.16  
    1.17  SOURCE="Sphinx"
    1.18  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.19  WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.20  
    1.21 -DEPENDS="python python-docutils python-jinja2 python-pygments python-setuptools"
    1.22 -BUILD_DEPENDS="$DEPENDS python-dev"
    1.23 +DEPENDS="python python-docutils python-jinja2 python-pygments"
    1.24 +BUILD_DEPENDS="python-dev python-setuptools"
    1.25  
    1.26  # What is the latest version available today?
    1.27  current_version()