wok-next view python-pywebdav/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents 7506b35e1c6f
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="PyWebDAV"
4 PACKAGE="python-pywebdav"
5 VERSION="0.9.8"
6 CATEGORY="python"
7 SHORT_DESC="WebDAV library including a standalone server for Python"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="https://pypi.org/project/$ORIGIN/"
11 HOST_ARCH="any"
12 REPOLOGY="python:pywebdav"
14 BUILD_DEPENDS="python python3"
15 SPLIT="${PACKAGE/python/python3}:3"
17 compile_rules() {
18 fix utf-8; export LC_ALL=en_US.UTF-8
20 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
21 }
23 genpkg_rules() {
24 copy @std
25 py="${PACKAGE%%-*}" # python/python3
26 DEPENDS="$py"
27 }