wok-next view python-pastescript/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="PasteScript"
4 PACKAGE="python-pastescript"
5 VERSION="2.0.2"
6 CATEGORY="python"
7 SHORT_DESC="A pluggable command-line frontend, including commands to setup \
8 package file layouts"
9 MAINTAINER="devel@slitaz.org"
10 LICENSE="MIT"
11 WEB_SITE="https://pypi.org/project/$ORIGIN/"
12 HOST_ARCH="any"
13 REPOLOGY="python:pastescript"
15 BUILD_DEPENDS="python python-paste python-pastedeploy python-six \
16 python3 python3-paste python3-pastedeploy python3-six"
17 SPLIT="${PACKAGE/python/python3}:3"
19 compile_rules() {
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 $py-paste $py-pastedeploy $py-six"
27 }