wok annotate python-pygments/receipt @ rev 24085

tuxpaint: do not run kbuildsycoca4 without kde
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jul 10 14:52:46 2021 +0000 (2021-07-10)
parents 46921aca812b
children 1df6fa555414
rev   line source
claudinei@3385 1 # SliTaz package receipt.
claudinei@3385 2
claudinei@3385 3 PACKAGE="python-pygments"
Hans-G?nter@23539 4 VERSION="2.6.1"
claudinei@3385 5 CATEGORY="development"
Hans-G?nter@23539 6 SHORT_DESC="Generic syntax highlighter."
claudinei@3385 7 MAINTAINER="claudinei@slitaz.org"
pascal@15378 8 LICENSE="BSD"
Hans-G?nter@23539 9 WEB_SITE="https://pypi.org/project/Pygments/"
pascal@15378 10
Hans-G?nter@23539 11 SOURCE="Pygments"
Hans-G?nter@23539 12 TARBALL="$SOURCE-$VERSION.tar.gz"
Hans-G?nter@23539 13 WGET_URL="https://files.pythonhosted.org/packages/source/P/$SOURCE/$TARBALL"
Hans-G?nter@23539 14
Hans-G?nter@23539 15 DEPENDS="python"
Hans-G?nter@23539 16 BUILD_DEPENDS="python python-setuptools"
claudinei@3385 17
claudinei@3385 18 # Rules to configure and make the package.
claudinei@3385 19 compile_rules()
claudinei@3385 20 {
al@16776 21 python setup.py install --no-compile --root=$install
claudinei@3385 22 }
claudinei@3385 23
claudinei@3385 24 # Rules to gen a SliTaz package suitable for Tazpkg.
claudinei@3385 25 genpkg_rules()
claudinei@3385 26 {
Hans-G?nter@23539 27 cp -a $install/* $fs
claudinei@3385 28 }