wok-next view python-sphinx/receipt @ rev 20837

lua: add SHA1sum
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Jun 17 19:28:49 2018 +0000 (2018-06-17)
parents 6c73b944e8dd
children 92698cd69f34
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-sphinx"
4 VERSION="latest"
5 CATEGORY="python"
6 SHORT_DESC="Documentation Tool"
7 MAINTAINER="claudinei@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://sphinx.pocoo.org"
11 BUILD_DEPENDS="python-docutils python-jinja2 python-packaging python-imagesize \
12 python-six python-alabaster python-snowballstemmer python-pygments \
13 python-sphinxcontrib-websupport python-typing python-babel python-requests \
14 python-markupsafe python-pyparsing python-pytz python-idna python-urllib3 \
15 python-certifi python-chardet"
16 COOKOPTS="!pngquant" # error: Wrote palette index exceeding num_palette (libpng failed)
18 compile_rules() {
19 pip install --no-compile --root=$DESTDIR Sphinx
20 }
22 genpkg_rules() {
23 VERSION=$(sed -n '/^Successfully installed/ s|.*Sphinx-||p' $LOGS/$PACKAGE.log)
24 copy @std @dev
25 DEPENDS="$BUILD_DEPENDS"
26 }