wok-next view python-pycups/receipt @ rev 21686

updated glm (0.9.3.2 -> 0.9.9.8)
author Hans-G?nter Theisgen
date Mon Jun 29 16:57:49 2020 +0100 (2020-06-29)
parents
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="pycups"
4 PACKAGE="python-pycups"
5 VERSION="1.9.73"
6 CATEGORY="python"
7 SHORT_DESC="Python bindings for libcups"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="https://pypi.org/project/$ORIGIN/"
11 #HOST_ARCH
12 REPOLOGY="python:pycups"
14 BUILD_DEPENDS="python-dev python3-dev cups-dev"
15 SPLIT="${PACKAGE/python/python3}:3"
17 compile_rules() {
18 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
19 }
21 genpkg_rules() {
22 copy @std
23 py="${PACKAGE%%-*}" # python/python3
24 DEPENDS="$py libcups"
25 }