wok-next annotate python-markupsafe/receipt @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents 16df76e1fc6a
children 6c73b944e8dd
rev   line source
al@20443 1 # SliTaz package receipt v2.
al@20443 2
pascal@9669 3 PACKAGE="python-markupsafe"
al@20443 4 VERSION="1.0"
al@20443 5 CATEGORY="python"
al@20443 6 SHORT_DESC="Implements a XML/HTML/XHTML Markup safe string for Python"
pascal@9669 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15378 8 LICENSE="BSD"
pascal@9669 9 WEB_SITE="http://pypi.python.org/pypi/MarkupSafe"
pascal@15378 10
al@20443 11 BUILD_DEPENDS="python-pip setuptools"
pascal@9669 12
al@20443 13 compile_rules() {
al@20443 14 pip install --no-compile --root=$DESTDIR MarkupSafe
pascal@9669 15 }
pascal@9669 16
al@20443 17 genpkg_rules() {
al@20443 18 copy @std
al@20443 19 DEPENDS="python"
pascal@9669 20 }