wok-next view python-sphinxcontrib-websupport/receipt @ rev 20837

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