wok-next annotate python-cssutils/receipt @ rev 21427

updated qt4 (4.8.6 -> 4.8.7)
author Hans-G?nter Theisgen
date Tue May 05 08:11:24 2020 +0100 (2020-05-05)
parents c9a7a7b42a86
children
rev   line source
al@20972 1 # SliTaz package receipt v2.
monghitri@13948 2
al@20972 3 ORIGIN="cssutils"
monghitri@13948 4 PACKAGE="python-cssutils"
al@20972 5 VERSION="1.0.2"
al@20972 6 CATEGORY="python"
al@20972 7 SHORT_DESC="A CSS Cascading Style Sheets library for Python"
al@21020 8 MAINTAINER="devel@slitaz.org"
pascal@14999 9 LICENSE="GPL3"
al@20972 10 WEB_SITE="https://pypi.org/project/$ORIGIN/"
al@20972 11 HOST_ARCH="any"
al@20885 12 REPOLOGY="python:cssutils"
al@20885 13
al@20972 14 BUILD_DEPENDS="python python3"
al@20972 15 SPLIT="${PACKAGE/python/python3}:3"
al@20885 16
al@20972 17 COOKOPTS="!gifz" # contains bad zero-size gifs
monghitri@13948 18
al@20972 19 compile_rules() {
al@20972 20 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
monghitri@13948 21 }
monghitri@13948 22
al@20972 23 genpkg_rules() {
al@20972 24 copy @std
al@20972 25 py="${PACKAGE%%-*}" # python/python3
al@20972 26 DEPENDS="$py"
monghitri@13948 27 }