wok-next annotate python-pastescript/receipt @ rev 21071
Update atkmm, cairo, cmake, db, elfutils, emacs, glib, glib-networking, glibmm, gobject-introspection, libsigc++, meson, openssl, zstd
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Dec 13 00:46:54 2018 +0200 (2018-12-13) |
parents | c9a7a7b42a86 |
children |
rev | line source |
---|---|
al@20972 | 1 # SliTaz package receipt v2. |
pankso@3379 | 2 |
al@20972 | 3 ORIGIN="PasteScript" |
pankso@3379 | 4 PACKAGE="python-pastescript" |
al@20972 | 5 VERSION="2.0.2" |
al@20972 | 6 CATEGORY="python" |
al@20972 | 7 SHORT_DESC="A pluggable command-line frontend, including commands to setup \ |
al@20972 | 8 package file layouts" |
al@21020 | 9 MAINTAINER="devel@slitaz.org" |
pascal@15378 | 10 LICENSE="MIT" |
al@20972 | 11 WEB_SITE="https://pypi.org/project/$ORIGIN/" |
al@20972 | 12 HOST_ARCH="any" |
al@20885 | 13 REPOLOGY="python:pastescript" |
al@20885 | 14 |
al@20972 | 15 BUILD_DEPENDS="python python-paste python-pastedeploy python-six \ |
al@20972 | 16 python3 python3-paste python3-pastedeploy python3-six" |
al@20972 | 17 SPLIT="${PACKAGE/python/python3}:3" |
pascal@15378 | 18 |
al@20972 | 19 compile_rules() { |
al@20972 | 20 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION |
pankso@3379 | 21 } |
pankso@3379 | 22 |
al@20972 | 23 genpkg_rules() { |
al@20972 | 24 copy @std |
al@20972 | 25 py=${PACKAGE%%-*} # python/python3 |
al@20972 | 26 DEPENDS="$py $py-paste $py-pastedeploy $py-six" |
pankso@3379 | 27 } |