wok-next annotate python-six/receipt @ rev 19763
Up libffi, python, some python-* packages.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Jun 10 21:12:27 2017 +0300 (2017-06-10) |
parents | d92c5c599d84 |
children | 0e7893ac206d |
rev | line source |
---|---|
al@19763 | 1 # SliTaz package receipt v2. |
claudinei@14884 | 2 |
claudinei@14884 | 3 PACKAGE="python-six" |
paul@18809 | 4 VERSION="1.10.0" |
claudinei@14884 | 5 CATEGORY="development" |
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" |
pankso@16477 | 10 HOST_ARCH="i486 arm" |
pascal@15376 | 11 |
al@19763 | 12 BUILD_DEPENDS="python" |
claudinei@14884 | 13 |
claudinei@14884 | 14 # Rules to configure and make the package. |
claudinei@14884 | 15 compile_rules() |
claudinei@14884 | 16 { |
al@19763 | 17 pip install --no-compile --root=$DESTDIR six |
claudinei@14884 | 18 } |
claudinei@14884 | 19 |
claudinei@14884 | 20 # Rules to gen a SliTaz package suitable for Tazpkg. |
claudinei@14884 | 21 genpkg_rules() |
claudinei@14884 | 22 { |
al@19763 | 23 copy @std |
al@19763 | 24 DEPENDS="python" |
claudinei@14884 | 25 } |