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

Tiny edits... (again)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Mar 10 17:39:42 2018 +0200 (2018-03-10)
parents 0e7893ac206d
children 542df2bfb7b5
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-sphinx"
4 VERSION="1.7.1"
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 copy @std @dev
24 DEPENDS="$BUILD_DEPENDS"
25 }