wok view python-pastedeploy/receipt @ rev 22649

updated djview (4.10.3 -> 4.10.6)
author Hans-G?nter Theisgen
date Tue Jan 14 13:39:45 2020 +0100 (2020-01-14)
parents 3244113bcf23
children 1df2b9da3052
line source
1 # SliTaz package receipt.
3 PACKAGE="python-pastedeploy"
4 VERSION="1.3.3"
5 CATEGORY="development"
6 SHORT_DESC="Load, configure, and compose WSGI applications and servers."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 SOURCE="PasteDeploy"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="https://pypi.org/project/PasteDeploy/"
12 WGET_URL="http://pypi.python.org/packages/source/P/$SOURCE/$TARBALL"
13 TAGS="python"
15 DEPENDS="python python-paste"
16 BUILD_DEPENDS="$DEPENDS python-dev 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 }