wok-next annotate python-sphinxcontrib-websupport/receipt @ rev 20833

prosody: what I see missing when I start the old prosody 0.9.4
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Jun 17 19:03:23 2018 +0000 (2018-06-17)
parents 6c73b944e8dd
children 92698cd69f34
rev   line source
al@20443 1 # SliTaz package receipt v2.
al@20443 2
al@20443 3 PACKAGE="python-sphinxcontrib-websupport"
al@20732 4 VERSION="latest"
al@20443 5 CATEGORY="python"
al@20443 6 SHORT_DESC="Sphinx API for Web Apps"
al@20443 7 MAINTAINER="al.bobylev@gmail.com"
al@20443 8 LICENSE="BSD"
al@20443 9 WEB_SITE="https://pypi.python.org/pypi/sphinxcontrib-websupport"
al@20443 10
al@20444 11 BUILD_DEPENDS="python"
al@20443 12
al@20443 13 compile_rules() {
al@20443 14 pip install --no-compile --root=$DESTDIR sphinxcontrib-websupport
al@20443 15 }
al@20443 16
al@20443 17 genpkg_rules() {
al@20732 18 VERSION=$(sed -n '/^Successfully installed/ s|.*sphinxcontrib-websupport-||p' $LOGS/$PACKAGE.log)
al@20443 19 copy @std
al@20443 20 DEPENDS="python"
al@20443 21 }