wok view python-pastescript/receipt @ rev 22805

updated gawk (4.2.1 -> 5.0.1)
author Hans-G?nter Theisgen
date Tue Jan 28 10:03:39 2020 +0100 (2020-01-28)
parents 3244113bcf23
children 30d236faf23c
line source
1 # SliTaz package receipt.
3 PACKAGE="python-pastescript"
4 VERSION="1.7.3"
5 CATEGORY="development"
6 SHORT_DESC="A pluggable command-line frontend, including commands to setup package file layouts."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 SOURCE="PasteScript"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="https://pypi.org/project/PasteScript/"
12 WGET_URL="http://pypi.python.org/packages/source/P/$SOURCE/$TARBALL"
13 TAGS="python"
15 DEPENDS="python python-paste python-pastedeploy"
16 BUILD_DEPENDS="python-setuptools"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }