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

Update cmake
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 24 15:44:57 2018 +0300 (2018-08-24)
parents 542df2bfb7b5
children c9a7a7b42a86
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"
10 REPOLOGY="python:sphinx"
12 BUILD_DEPENDS="python-docutils python-jinja2 python-packaging python-imagesize \
13 python-six python-alabaster python-snowballstemmer python-pygments \
14 python-sphinxcontrib-websupport python-typing python-babel python-requests \
15 python-markupsafe python-pyparsing python-pytz python-idna python-urllib3 \
16 python-certifi python-chardet"
17 COOKOPTS="!pngquant" # error: Wrote palette index exceeding num_palette (libpng failed)
19 compile_rules() {
20 pip install --no-compile --root=$DESTDIR Sphinx
21 }
23 genpkg_rules() {
24 VERSION=$(sed -n '/^Successfully installed/ s|.*Sphinx-||p' $LOGS/$PACKAGE.log)
25 copy @std @dev
26 DEPENDS="$BUILD_DEPENDS"
27 }