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

Fix homepages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Sep 01 16:21:51 2018 +0300 (2018-09-01)
parents 0d594692dc49
children 8b5b2a6d07b8
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"
10 REPOLOGY="python:alabaster"
12 BUILD_DEPENDS="python"
14 compile_rules() {
15 pip install --no-compile --root=$DESTDIR alabaster
16 }
18 genpkg_rules() {
19 VERSION=$(sed -n '/^Successfully installed/ s|.*alabaster-||p' $LOGS/$PACKAGE.log)
20 copy @std
21 DEPENDS="python"
22 }