wok-next annotate python-kid/receipt @ rev 21661

updated fonttosfnt (1.0.5 -> 1.1.0)
author Hans-G?nter Theisgen
date Sat Jun 27 13:41:53 2020 +0100 (2020-06-27)
parents c9a7a7b42a86
children
rev   line source
al@20972 1 # SliTaz package receipt v2.
pankso@3374 2
al@20972 3 ORIGIN="kid"
pankso@3374 4 PACKAGE="python-kid"
pankso@3374 5 VERSION="0.9.6"
al@20972 6 CATEGORY="python"
al@20972 7 SHORT_DESC="A simple and pythonic XML template language"
al@21020 8 MAINTAINER="devel@slitaz.org"
pascal@15378 9 LICENSE="MIT"
al@20972 10 WEB_SITE="https://pypi.org/project/$ORIGIN/"
al@20972 11 HOST_ARCH="any"
al@20885 12 REPOLOGY="python:kid"
al@20885 13
al@20972 14 BUILD_DEPENDS="python"
pascal@15378 15
al@20972 16 compile_rules() {
al@20972 17 # Python3 based compilation produce error
al@20972 18 pip install --no-compile --root=$install $ORIGIN==$VERSION
pankso@3374 19 }
pankso@3374 20
al@20972 21 genpkg_rules() {
al@20972 22 copy @std
al@20972 23 DEPENDS="python"
pankso@3374 24 }