wok-next annotate python-sphinx/receipt @ rev 20859
Update ALSA stack (1.1.6)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Jun 27 13:35:43 2018 +0300 (2018-06-27) |
parents | 6c73b944e8dd |
children | 92698cd69f34 |
rev | line source |
---|---|
al@20443 | 1 # SliTaz package receipt v2. |
claudinei@3393 | 2 |
claudinei@3393 | 3 PACKAGE="python-sphinx" |
al@20732 | 4 VERSION="latest" |
al@20443 | 5 CATEGORY="python" |
al@20443 | 6 SHORT_DESC="Documentation Tool" |
claudinei@3393 | 7 MAINTAINER="claudinei@slitaz.org" |
pascal@15376 | 8 LICENSE="BSD" |
claudinei@3393 | 9 WEB_SITE="http://sphinx.pocoo.org" |
pascal@15376 | 10 |
al@20444 | 11 BUILD_DEPENDS="python-docutils python-jinja2 python-packaging python-imagesize \ |
al@20444 | 12 python-six python-alabaster python-snowballstemmer python-pygments \ |
al@20444 | 13 python-sphinxcontrib-websupport python-typing python-babel python-requests \ |
al@20444 | 14 python-markupsafe python-pyparsing python-pytz python-idna python-urllib3 \ |
al@20444 | 15 python-certifi python-chardet" |
al@20443 | 16 COOKOPTS="!pngquant" # error: Wrote palette index exceeding num_palette (libpng failed) |
claudinei@3393 | 17 |
al@20443 | 18 compile_rules() { |
al@20443 | 19 pip install --no-compile --root=$DESTDIR Sphinx |
claudinei@3393 | 20 } |
claudinei@3393 | 21 |
al@20443 | 22 genpkg_rules() { |
al@20732 | 23 VERSION=$(sed -n '/^Successfully installed/ s|.*Sphinx-||p' $LOGS/$PACKAGE.log) |
al@20443 | 24 copy @std @dev |
al@20444 | 25 DEPENDS="$BUILD_DEPENDS" |
claudinei@3393 | 26 } |