wok annotate python-pygments/receipt @ rev 23621

updated ruby and ruby-dev (2.6.4 -> 2.7.1)
author Hans-G?nter Theisgen
date Tue Apr 14 15:51:31 2020 +0100 (2020-04-14)
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 }