wok-next diff python-sphinx/receipt @ rev 20690

add missing SHA256sums
author Erkan Yilmaz <erkan@slitaz.org>
date Mon May 21 19:36:47 2018 +0000 (2018-05-21)
parents 0e7893ac206d
children 542df2bfb7b5
line diff
     1.1 --- a/python-sphinx/receipt	Sat Feb 24 16:17:33 2018 +0200
     1.2 +++ b/python-sphinx/receipt	Mon May 21 19:36:47 2018 +0000
     1.3 @@ -1,18 +1,18 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="python-sphinx"
     1.7 -VERSION="1.7.0"
     1.8 +VERSION="1.7.1"
     1.9  CATEGORY="python"
    1.10  SHORT_DESC="Documentation Tool"
    1.11  MAINTAINER="claudinei@slitaz.org"
    1.12  LICENSE="BSD"
    1.13  WEB_SITE="http://sphinx.pocoo.org"
    1.14  
    1.15 -BUILD_DEPENDS="python-pip python-docutils python-jinja2 python-packaging \
    1.16 -python-imagesize python-six python-alabaster python-snowballstemmer \
    1.17 -python-pygments python-sphinxcontrib-websupport python-typing python-babel \
    1.18 -python-requests setuptools python-markupsafe python-pyparsing python-pytz \
    1.19 -python-idna python-urllib3 python-certifi python-chardet"
    1.20 +BUILD_DEPENDS="python-docutils python-jinja2 python-packaging python-imagesize \
    1.21 +python-six python-alabaster python-snowballstemmer python-pygments \
    1.22 +python-sphinxcontrib-websupport python-typing python-babel python-requests \
    1.23 +python-markupsafe python-pyparsing python-pytz python-idna python-urllib3 \
    1.24 +python-certifi python-chardet"
    1.25  COOKOPTS="!pngquant" # error: Wrote palette index exceeding num_palette (libpng failed)
    1.26  
    1.27  compile_rules() {
    1.28 @@ -21,5 +21,5 @@
    1.29  
    1.30  genpkg_rules() {
    1.31  	copy @std @dev
    1.32 -	DEPENDS="${BUILD_DEPENDS/python-pip /}"
    1.33 +	DEPENDS="$BUILD_DEPENDS"
    1.34  }