wok view python-genshi/receipt @ rev 23489

updated python-genshi (0.7 -> 0.7.3)
author Hans-G?nter Theisgen
date Sun Apr 05 17:33:33 2020 +0100 (2020-04-05)
parents 16df76e1fc6a
children 2f230197370e
line source
1 # SliTaz package receipt.
3 PACKAGE="python-genshi"
4 VERSION="0.7.3"
5 CATEGORY="development"
6 SHORT_DESC="Python toolkit for generation of output for the web."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://genshi.edgewall.org/"
11 SOURCE="Genshi"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WGET_URL="https://files.pythonhosted.org/packages/source/G/$SOURCE/$TARBALL"
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 }