wok view python-paste/receipt @ rev 20283

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-27)
parents 7d672a2330b8
children 3244113bcf23
line source
1 # SliTaz package receipt.
3 PACKAGE="python-paste"
4 VERSION="1.7.2"
5 CATEGORY="development"
6 SHORT_DESC="Tools for using a Web Server Gateway Interface stack."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 SOURCE="Paste"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://pythonpaste.org/"
12 WGET_URL="http://pypi.python.org/packages/source/P/$SOURCE/$TARBALL"
13 TAGS="python"
14 HOST_ARCH="i486 arm"
16 DEPENDS="python"
17 BUILD_DEPENDS="python python-dev setuptools"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 python setup.py install --root=$DESTDIR
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/usr $fs
29 }