wok annotate python-genshi/receipt @ rev 22042

gcc83-lib-base: do NOT provide gcc-lib-base
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 22 12:55:54 2019 +0300 (2019-10-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 }