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

transmission: up 2.93
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 19 20:11:53 2018 +0300 (2018-04-19)
parents 0e7893ac206d
children 542df2bfb7b5
rev   line source
al@19763 1 # SliTaz package receipt v2.
claudinei@14884 2
claudinei@14884 3 PACKAGE="python-six"
al@20443 4 VERSION="1.11.0"
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@19763 18 copy @std
al@19763 19 DEPENDS="python"
claudinei@14884 20 }