wok-next view python-alabaster/receipt @ rev 20802

perl: I. upgrade 5.26.1 (2017 Sep.) -> 5.26.2 (2018 April) II. add also integrity check
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 05:55:55 2018 +0000 (2018-06-13)
parents 542df2bfb7b5
children 4e6503d7a19f
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-alabaster"
4 VERSION="latest"
5 CATEGORY="python"
6 SHORT_DESC="A configurable sidebar-enabled Sphinx theme"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="BSD"
9 WEB_SITE="https://pypi.org/project/alabaster"
11 BUILD_DEPENDS="python"
13 compile_rules() {
14 pip install --no-compile --root=$DESTDIR alabaster
15 }
17 genpkg_rules() {
18 VERSION=$(sed -n '/^Successfully installed/ s|.*alabaster-||p' $LOGS/$PACKAGE.log)
19 copy @std
20 DEPENDS="python"
21 }