wok-next annotate python-weberror/receipt @ rev 20969

Micro-updates + { new clang + assaultcube (still broken)} + {new python modules from SliTaz Cooking + their depends}
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Sep 14 01:56:52 2018 +0300 (2018-09-14)
parents 92698cd69f34
children c9a7a7b42a86
rev   line source
taziden@3777 1 # SliTaz package receipt.
taziden@3777 2
taziden@3777 3 PACKAGE="python-weberror"
taziden@6503 4 VERSION="0.10.2"
taziden@3777 5 CATEGORY="development"
taziden@3777 6 SHORT_DESC="Web Error handling and exception catching"
taziden@3777 7 MAINTAINER="taziden@slitaz.org"
pascal@15376 8 LICENSE="MIT"
al@20969 9 WEB_SITE="https://pypi.org/project/WebError/"
al@20887 10 REPOLOGY="python:weberror"
al@20887 11
taziden@3777 12 SOURCE="WebError"
taziden@3777 13 TARBALL="$SOURCE-$VERSION.tar.gz"
al@20969 14 WGET_URL="https://files.pythonhosted.org/packages/source/W/$SOURCE/$TARBALL"
taziden@3777 15 TAGS="python"
taziden@3777 16
pascal@15376 17 DEPENDS="python"
al@20444 18 BUILD_DEPENDS="python python-dev"
pascal@15376 19
taziden@3777 20 # Rules to configure and make the package.
taziden@3777 21 compile_rules()
taziden@3777 22 {
pascal@15376 23 python setup.py install --root=$DESTDIR
taziden@3777 24 }
taziden@3777 25
taziden@3777 26 # Rules to gen a SliTaz package suitable for Tazpkg.
taziden@3777 27 genpkg_rules()
taziden@3777 28 {
pascal@15376 29 cp -a $install/usr $fs
taziden@3777 30 }