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

updated powermanga (0.80 -> 0.93.1)
author Hans-G?nter Theisgen
date Sat Apr 25 17:45:14 2020 +0100 (2020-04-25)
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 }