wok-next annotate python-six/receipt @ rev 20736

netatalk-dev: update depends
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 29 20:07:48 2018 +0300 (2018-05-29)
parents 6c73b944e8dd
children 92698cd69f34
rev   line source
al@19763 1 # SliTaz package receipt v2.
claudinei@14884 2
claudinei@14884 3 PACKAGE="python-six"
al@20732 4 VERSION="latest"
al@20443 5 CATEGORY="python"
al@19763 6 SHORT_DESC="Six is a Python 2 and 3 compatibility library"
claudinei@14884 7 MAINTAINER="claudinei@slitaz.org"
pascal@15376 8 LICENSE="MIT"
al@19763 9 WEB_SITE="https://pypi.python.org/pypi/six"
pascal@15376 10
al@20444 11 BUILD_DEPENDS="python"
claudinei@14884 12
al@20443 13 compile_rules() {
al@19763 14 pip install --no-compile --root=$DESTDIR six
claudinei@14884 15 }
claudinei@14884 16
al@20443 17 genpkg_rules() {
al@20732 18 VERSION=$(sed -n '/^Successfully installed/ s|.*six-||p' $LOGS/$PACKAGE.log)
al@19763 19 copy @std
al@19763 20 DEPENDS="python"
claudinei@14884 21 }