wok view python-pastescript/receipt @ rev 21020

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 10 14:33:01 2019 +0100 (2019-03-10)
parents 7390f8de9846
children 814362194a8d
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="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 }