wok view python-nose/receipt @ rev 23696

Up libtcplay (3.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 27 09:29:39 2020 +0000 (2020-04-27)
parents c89d25976dbe
children 1df6fa555414
line source
1 # SliTaz package receipt.
3 PACKAGE="python-nose"
4 VERSION="1.3.7"
5 CATEGORY="development"
6 TAGS="python"
7 SHORT_DESC="Unittest extension."
8 MAINTAINER="taziden@slitaz.org"
9 LICENSE="LGPL2.1"
10 WEB_SITE="https://pypi.org/project/nose/"
12 SOURCE="nose"
13 TARBALL="$SOURCE-$VERSION.tar.gz"
14 WGET_URL="https://files.pythonhosted.org/packages/source/n/$SOURCE/$TARBALL"
16 DEPENDS="python"
17 BUILD_DEPENDS="python python-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 sed -i 's|man/man|share/&|' setup.py
24 python setup.py install --root=$DESTDIR
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr
31 cp -a $install/usr/lib $fs/usr
32 }