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

Up palemoon (27.6.1)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Nov 24 05:32:16 2017 +0100 (2017-11-24)
parents d92c5c599d84
children 0e7893ac206d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-six"
4 VERSION="1.10.0"
5 CATEGORY="development"
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"
10 HOST_ARCH="i486 arm"
12 BUILD_DEPENDS="python"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 pip install --no-compile --root=$DESTDIR six
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 copy @std
24 DEPENDS="python"
25 }