# HG changeset patch # User Pascal Bellard # Date 1366574134 -7200 # Node ID ab6a5218acc854d018cc7fd892ef5af1f0e2c990 # Parent 461b147cde374a9977d79e0ad9b1796d75365475 Add python-pytest diff -r 461b147cde37 -r ab6a5218acc8 python-pytest/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-pytest/receipt Sun Apr 21 21:55:34 2013 +0200 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="python-pytest" +VERSION="2.3.4" +CATEGORY="development" +SHORT_DESC="A simple powerful testing with Python" +MAINTAINER="pascal.bellard@slitaz.org" +SOURCE="pytest" +TARBALL="$SOURCE-$VERSION.zip" +WEB_SITE="http://pypi.python.org/pypi/pytest" +WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" + +DEPENDS="python" +BUILD_DEPENDS="python-dev setuptools" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py build + python setup.py install --root=$DESTDIR +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $install/usr/lib $fs/usr +} + diff -r 461b147cde37 -r ab6a5218acc8 s3ql/receipt --- a/s3ql/receipt Sun Apr 21 18:00:32 2013 +0200 +++ b/s3ql/receipt Sun Apr 21 21:55:34 2013 +0200 @@ -10,8 +10,9 @@ WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" DEPENDS="sqlite python-llfuse python-pyliblzma python-pycryptopp python-apsw" -BUILD_DEPENDS="python-dev sqlite-dev liblzma-dev fuse-dev attr-dev \ -python-distribute python-llfuse python-pyliblzma python-pycryptopp python-apsw" +BUILD_DEPENDS="python-dev sqlite-dev liblzma-dev fuse-dev attr-dev rsync \ +python-distribute python-llfuse python-pyliblzma python-pycryptopp python-apsw \ +python-pytest" # Rules to configure and make the package. compile_rules()