wok-next view python-six/receipt @ rev 20957

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Sep 05 15:26:05 2018 +0300 (2018-09-05)
parents 542df2bfb7b5
children 8b5b2a6d07b8
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-six"
4 VERSION="latest"
5 CATEGORY="python"
6 SHORT_DESC="Six is a Python 2 and 3 compatibility library"
7 MAINTAINER="claudinei@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://pypi.python.org/pypi/six"
10 REPOLOGY="python:six"
12 BUILD_DEPENDS="python"
14 compile_rules() {
15 pip install --no-compile --root=$DESTDIR six
16 }
18 genpkg_rules() {
19 VERSION=$(sed -n '/^Successfully installed/ s|.*six-||p' $LOGS/$PACKAGE.log)
20 copy @std
21 DEPENDS="python"
22 }