wok-next annotate python-pygments/receipt @ rev 20025

Up opencv (3.3.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 22 13:30:25 2017 +0200 (2017-10-22)
parents 21ef9e1c637d
children 0e7893ac206d
rev   line source
al@19763 1 # SliTaz package receipt v2.
claudinei@3385 2
claudinei@3385 3 PACKAGE="python-pygments"
al@19763 4 VERSION="2.2.0"
claudinei@3385 5 CATEGORY="development"
al@16776 6 SHORT_DESC="Generic syntax highlighter"
claudinei@3385 7 MAINTAINER="claudinei@slitaz.org"
pascal@15378 8 LICENSE="BSD"
al@19763 9 WEB_SITE="https://pypi.python.org/pypi/Pygments"
pascal@15378 10
al@19763 11 BUILD_DEPENDS="python"
claudinei@3385 12
claudinei@3385 13 # Rules to configure and make the package.
claudinei@3385 14 compile_rules()
claudinei@3385 15 {
al@19763 16 pip install --no-compile --root=$DESTDIR Pygments
claudinei@3385 17 }
claudinei@3385 18
claudinei@3385 19 # Rules to gen a SliTaz package suitable for Tazpkg.
claudinei@3385 20 genpkg_rules()
claudinei@3385 21 {
al@19763 22 copy @std
al@19763 23 DEPENDS="python"
claudinei@3385 24 }