wok-next view python-peak-rules/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 c9a7a7b42a86
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="PEAK-Rules"
4 PACKAGE="python-peak-rules"
5 VERSION="0.5a1.dev-r2713"
6 CATEGORY="misc"
7 SHORT_DESC="Generic functions and business rules support systems"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="ZPL2.1"
10 WEB_SITE="https://pypi.org/project/$ORIGIN/"
11 HOST_ARCH="any"
12 REPOLOGY="python:peak-rules"
14 TARBALL="$PACKAGE-$VERSION.tar.gz"
15 WGET_URL="http://peak.telecommunity.com/snapshots/$ORIGIN-$VERSION.tar.gz"
17 BUILD_DEPENDS="python"
19 compile_rules() {
20 # Python3 based compilation produce error
21 python -B setup.py install --root=$install
23 find $install -type f -exec chmod g-w '{}' \; # 664 -> 644
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="python"
29 }