# HG changeset patch # User Pascal Bellard # Date 1366647623 -7200 # Node ID 88983b4e7e73507033dad8ad6eb6a71e9937d011 # Parent 299ec67d0a74dd0e73a51e3e2c48fdf3c12ff72b move to wok python-apsw, python-llfuse, python-py, python-pycryptopp, python-pyliblzma, python-pytest, python-unittest2, s3ql diff -r 299ec67d0a74 -r 88983b4e7e73 python-apsw/receipt --- a/python-apsw/receipt Mon Apr 22 18:11:46 2013 +0200 +++ b/python-apsw/receipt Mon Apr 22 18:20:23 2013 +0200 @@ -18,7 +18,6 @@ { cd $src python setup.py build && - python setup.py test && python setup.py install --root=$DESTDIR } diff -r 299ec67d0a74 -r 88983b4e7e73 python-llfuse/receipt --- a/python-llfuse/receipt Mon Apr 22 18:11:46 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,29 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="python-llfuse" -SOURCE="llfuse" -VERSION="0.38" -CATEGORY="development" -SHORT_DESC="Python bindings for the low level FUSE API." -MAINTAINER="pascal.bellard@slitaz.org" -TARBALL="$SOURCE-$VERSION.tar.bz2" -WEB_SITE="http://code.google.com/p/$PACKAGE/" -WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" - -DEPENDS="fuse" -BUILD_DEPENDS="python-dev fuse-dev attr-dev python-distribute" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - python setup.py build && - python setup.py test && - python setup.py install --root=$DESTDIR -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - cp -a $install/usr $fs -} diff -r 299ec67d0a74 -r 88983b4e7e73 python-py/receipt --- a/python-py/receipt Mon Apr 22 18:11:46 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,31 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="python-py" -VERSION="1.4.13" -CATEGORY="development" -SHORT_DESC="Library with cross-python path, ini-parsing, io, code, log facilities." -MAINTAINER="pascal.bellard@slitaz.org" -SOURCE="py" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://pypi.python.org/pypi/py" -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 test - 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 299ec67d0a74 -r 88983b4e7e73 python-pycryptopp/receipt --- a/python-pycryptopp/receipt Mon Apr 22 18:11:46 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="python-pycryptopp" -VERSION="0.6.0" -CATEGORY="development" -SHORT_DESC="Wrapper around a few algorithms from Crypto++ and python-Ed25519." -MAINTAINER="pascal.bellard@slitaz.org" -SOURCE="pycryptopp" -TARBALL="$SOURCE-$VERSION.1206569328141510525648634803928199668821045408958.tar.gz" -WEB_SITE="http://pypi.python.org/pypi/pycryptopp" -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 299ec67d0a74 -r 88983b4e7e73 python-pyliblzma/receipt --- a/python-pyliblzma/receipt Mon Apr 22 18:11:46 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="python-pyliblzma" -VERSION="0.5.3" -CATEGORY="development" -SHORT_DESC="A Python wrapper for the liblzma library." -MAINTAINER="pascal.bellard@slitaz.org" -SOURCE="pyliblzma" -TARBALL="$SOURCE-$VERSION.tar.bz2" -WEB_SITE="http://pypi.python.org/pypi/pyliblzma" -WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" - -DEPENDS="liblzma python" -BUILD_DEPENDS="liblzma-dev 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 299ec67d0a74 -r 88983b4e7e73 python-pytest/receipt --- a/python-pytest/receipt Mon Apr 22 18:11:46 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -# 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 299ec67d0a74 -r 88983b4e7e73 python-unittest2/receipt --- a/python-unittest2/receipt Mon Apr 22 18:11:46 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,31 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="python-unittest2" -VERSION="0.5.1" -CATEGORY="development" -SHORT_DESC="New features backport to the unittest testing framework." -MAINTAINER="pascal.bellard@slitaz.org" -SOURCE="unittest2" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://pypi.python.org/pypi/unittest2" -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 test - 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 299ec67d0a74 -r 88983b4e7e73 s3ql/receipt --- a/s3ql/receipt Mon Apr 22 18:11:46 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="s3ql" -VERSION="1.13.2" -CATEGORY="network" -SHORT_DESC="A file system for Google Storage, Amazon S3 or OpenStack." -MAINTAINER="pascal.bellard@slitaz.org" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://code.google.com/p/$PACKAGE/" -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 rsync \ -python-distribute python-llfuse python-pyliblzma python-pycryptopp python-apsw \ -python-pytest python-py python-unittest2" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - python setup.py build && - python setup.py test && - python setup.py install --root=$DESTDIR -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - cp -a $install/usr $fs -}