wok view python-six/receipt @ rev 24250

updated perl-proc-processtable (0.59 -> 0.634)
author Hans-G?nter Theisgen
date Sun Jan 02 09:43:23 2022 +0100 (2022-01-02)
parents 97b8cb8c268b
children 1df6fa555414
line source
1 # SliTaz package receipt.
3 PACKAGE="python-six"
4 VERSION="1.14.0"
5 CATEGORY="development"
6 SHORT_DESC="A Python 2 and 3 compatibility library."
7 MAINTAINER="claudinei@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://pypi.org/project/six/"
11 SOURCE="six"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
15 DEPENDS="python"
16 BUILD_DEPENDS="python python-dev"
18 HOST_ARCH="i486 arm"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 python setup.py install --root=$DESTDIR
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/usr $fs
30 }