wok-next view python-pastescript/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
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 }