wok view python-nose/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 16df76e1fc6a
children c89d25976dbe
line source
1 # SliTaz package receipt.
3 PACKAGE="python-nose"
4 VERSION="0.11.3"
5 CATEGORY="development"
6 SHORT_DESC="Unittest extension"
7 MAINTAINER="taziden@slitaz.org"
8 LICENSE="LGPL2.1"
9 SOURCE="nose"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://pylonshq.com"
12 WGET_URL="$WEB_SITE/download/1.0/$TARBALL"
13 TAGS="python"
15 DEPENDS="python"
16 BUILD_DEPENDS="python python-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 sed -i 's|man/man|share/&|' setup.py
22 python setup.py install --root=$DESTDIR
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $install/usr/lib $fs/usr
30 }