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

perdition: up 2.2
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 19 15:57:59 2018 +0300 (2018-04-19)
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 }