wok view python-six/receipt @ rev 22130

updated wifidog (1.1.5 -> 1.3.0)
author Hans-G?nter Theisgen
date Mon Nov 04 11:16:52 2019 +0100 (2019-11-04)
parents d92c5c599d84
children fbd272caca98
line source
1 # SliTaz package receipt.
3 PACKAGE="python-six"
4 SOURCE="six"
5 VERSION="1.10.0"
6 CATEGORY="development"
7 SHORT_DESC="Six is a Python 2 and 3 compatibility library."
8 MAINTAINER="claudinei@slitaz.org"
9 LICENSE="MIT"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="https://github.com/benjaminp/six"
12 WGET_URL="https://pypi.python.org/packages/source/s/$SOURCE/$TARBALL"
13 HOST_ARCH="i486 arm"
15 DEPENDS="python"
16 BUILD_DEPENDS="wget cacerts python-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }