wok annotate python-genshi/receipt @ rev 18077

Rebuild Python packages to remove "*.pyc" files from package.lists (part 1).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 22 17:34:18 2015 +0300 (2015-05-22)
parents fd4f1e692109
children 9a628050ec65
rev   line source
pascal@14515 1 # SliTaz package receipt.
pascal@14515 2
pascal@14516 3 PACKAGE="python-genshi"
pascal@14516 4 VERSION="0.7"
pascal@14515 5 CATEGORY="development"
pascal@14515 6 SHORT_DESC="Python toolkit for generation of output for the web."
pascal@14515 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15378 8 LICENSE="BSD"
pascal@14515 9 SOURCE="Genshi"
pascal@14515 10 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@14515 11 WEB_SITE="http://genshi.edgewall.org/"
pascal@14515 12 WGET_URL="http://ftp.edgewall.com/pub/genshi/$TARBALL"
pascal@14515 13
pascal@14515 14 DEPENDS="python"
pascal@14515 15 BUILD_DEPENDS="python python-dev"
pascal@14515 16
pascal@14515 17 # Rules to configure and make the package.
pascal@14515 18 compile_rules()
pascal@14515 19 {
pascal@14515 20 python setup.py install --root=$DESTDIR
pascal@14515 21 }
pascal@14515 22
pascal@14515 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14515 24 genpkg_rules()
pascal@14515 25 {
pascal@14515 26 cp -a $install/usr $fs
pascal@14515 27 }