wok-next view python-soappy/receipt @ rev 21178

shaarli: up (0.10.4)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 19 15:44:03 2019 +0300 (2019-04-19)
parents 8b5b2a6d07b8
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="SOAPpy"
4 PACKAGE="python-soappy"
5 VERSION="0.12.22"
6 CATEGORY="python"
7 SHORT_DESC="SOAP services for Python"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="BSD"
10 WEB_SITE="https://pypi.org/project/$ORIGIN/"
11 HOST_ARCH="any"
12 REPOLOGY="python:soappy"
14 BUILD_DEPENDS="python python-defusedxml python-wstools \
15 python3 python3-defusedxml python3-wstools"
16 SPLIT="${PACKAGE/python/python3}:3"
18 compile_rules() {
19 fix utf-8; export LC_ALL=en_US.UTF-8
21 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
22 }
24 genpkg_rules() {
25 copy @std
26 py="${PACKAGE%%-*}" # python/python3
27 DEPENDS="$py $py-defusedxml $py-wstools"
28 }