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

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents 6c73b944e8dd
children 92698cd69f34
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"
11 BUILD_DEPENDS="python"
13 compile_rules() {
14 pip install --no-compile --root=$DESTDIR six
15 }
17 genpkg_rules() {
18 VERSION=$(sed -n '/^Successfully installed/ s|.*six-||p' $LOGS/$PACKAGE.log)
19 copy @std
20 DEPENDS="python"
21 }