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

Micro-updates + { new clang + assaultcube (still broken)} + {new python modules from SliTaz Cooking + their depends}
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Sep 14 01:56:52 2018 +0300 (2018-09-14)
parents 92698cd69f34
children c9a7a7b42a86
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@20969 9 WEB_SITE="https://pypi.org/project/six/"
al@20887 10 REPOLOGY="python:six"
pascal@15376 11
al@20444 12 BUILD_DEPENDS="python"
claudinei@14884 13
al@20443 14 compile_rules() {
al@19763 15 pip install --no-compile --root=$DESTDIR six
claudinei@14884 16 }
claudinei@14884 17
al@20443 18 genpkg_rules() {
al@20732 19 VERSION=$(sed -n '/^Successfully installed/ s|.*six-||p' $LOGS/$PACKAGE.log)
al@19763 20 copy @std
al@19763 21 DEPENDS="python"
claudinei@14884 22 }