wok-next view python-zsi/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents c9a7a7b42a86
children
line source
1 # SliTaz package receipt.
3 ORIGIN="ZSI"
4 PACKAGE="python-zsi"
5 VERSION="2.1-a1"
6 CATEGORY="development"
7 SHORT_DESC="The Zolera Soap Infrastructure 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:zsi"
14 # pypi didn't provide downloads; ZSI project is unmaintained since 2007;
15 # latest version is Alpha one
16 TARBALL="$ORIGIN-$VERSION.tar.gz"
17 WGET_URL="$SF_MIRROR/pywebsvcs/$TARBALL"
19 BUILD_DEPENDS="python"
21 compile_rules() {
22 # python -B setup.py build &&
23 python -B setup.py install --root=$install
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="python python-pyxml"
29 }