wok-next view python-weberror/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents 7390f8de9846
children 92698cd69f34
line source
1 # SliTaz package receipt.
3 PACKAGE="python-weberror"
4 VERSION="0.10.2"
5 CATEGORY="development"
6 SHORT_DESC="Web Error handling and exception catching"
7 MAINTAINER="taziden@slitaz.org"
8 LICENSE="MIT"
9 SOURCE="WebError"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://pypi.python.org/pypi/$SOURCE/"
12 WGET_URL="$WEB_SITE/packages/source/W/$SOURCE/$TARBALL"
13 TAGS="python"
15 DEPENDS="python"
16 BUILD_DEPENDS="python 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 }