wok-undigest rev 1005

move to wok python-apsw, python-llfuse, python-py, python-pycryptopp, python-pyliblzma, python-pytest, python-unittest2, s3ql
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 22 18:20:23 2013 +0200 (2013-04-22)
parents 299ec67d0a74
children 56c24a2c5e2a
files python-apsw/receipt python-llfuse/receipt python-py/receipt python-pycryptopp/receipt python-pyliblzma/receipt python-pytest/receipt python-unittest2/receipt s3ql/receipt
line diff
     1.1 --- a/python-apsw/receipt	Mon Apr 22 18:11:46 2013 +0200
     1.2 +++ b/python-apsw/receipt	Mon Apr 22 18:20:23 2013 +0200
     1.3 @@ -18,7 +18,6 @@
     1.4  {
     1.5  	cd $src
     1.6  	python setup.py build &&
     1.7 -	python setup.py test &&
     1.8  	python setup.py install --root=$DESTDIR
     1.9  }
    1.10  
     2.1 --- a/python-llfuse/receipt	Mon Apr 22 18:11:46 2013 +0200
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,29 +0,0 @@
     2.4 -# SliTaz package receipt.
     2.5 -
     2.6 -PACKAGE="python-llfuse"
     2.7 -SOURCE="llfuse"
     2.8 -VERSION="0.38"
     2.9 -CATEGORY="development"
    2.10 -SHORT_DESC="Python bindings for the low level FUSE API."
    2.11 -MAINTAINER="pascal.bellard@slitaz.org"
    2.12 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    2.13 -WEB_SITE="http://code.google.com/p/$PACKAGE/"
    2.14 -WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
    2.15 -
    2.16 -DEPENDS="fuse"
    2.17 -BUILD_DEPENDS="python-dev fuse-dev attr-dev python-distribute"
    2.18 -
    2.19 -# Rules to configure and make the package.
    2.20 -compile_rules()
    2.21 -{
    2.22 -	cd $src
    2.23 -	python setup.py build &&
    2.24 -	python setup.py test &&
    2.25 -	python setup.py install --root=$DESTDIR
    2.26 -}
    2.27 -
    2.28 -# Rules to gen a SliTaz package suitable for Tazpkg.
    2.29 -genpkg_rules()
    2.30 -{
    2.31 -	cp -a $install/usr $fs
    2.32 -}
     3.1 --- a/python-py/receipt	Mon Apr 22 18:11:46 2013 +0200
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,31 +0,0 @@
     3.4 -# SliTaz package receipt.
     3.5 -
     3.6 -PACKAGE="python-py"
     3.7 -VERSION="1.4.13"
     3.8 -CATEGORY="development"
     3.9 -SHORT_DESC="Library with cross-python path, ini-parsing, io, code, log facilities."
    3.10 -MAINTAINER="pascal.bellard@slitaz.org"
    3.11 -SOURCE="py"
    3.12 -TARBALL="$SOURCE-$VERSION.tar.gz"
    3.13 -WEB_SITE="http://pypi.python.org/pypi/py"
    3.14 -WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    3.15 -
    3.16 -DEPENDS="python"
    3.17 -BUILD_DEPENDS="python-dev setuptools"
    3.18 -
    3.19 -# Rules to configure and make the package.
    3.20 -compile_rules()
    3.21 -{
    3.22 -	cd $src
    3.23 -	python setup.py build
    3.24 -	python setup.py test
    3.25 -	python setup.py install --root=$DESTDIR
    3.26 -}
    3.27 -
    3.28 -# Rules to gen a SliTaz package suitable for Tazpkg.
    3.29 -genpkg_rules()
    3.30 -{
    3.31 -	mkdir -p $fs/usr
    3.32 -	cp -a $install/usr/lib $fs/usr
    3.33 -}
    3.34 -
     4.1 --- a/python-pycryptopp/receipt	Mon Apr 22 18:11:46 2013 +0200
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,30 +0,0 @@
     4.4 -# SliTaz package receipt.
     4.5 -
     4.6 -PACKAGE="python-pycryptopp"
     4.7 -VERSION="0.6.0"
     4.8 -CATEGORY="development"
     4.9 -SHORT_DESC="Wrapper around a few algorithms from Crypto++ and python-Ed25519."
    4.10 -MAINTAINER="pascal.bellard@slitaz.org"
    4.11 -SOURCE="pycryptopp"
    4.12 -TARBALL="$SOURCE-$VERSION.1206569328141510525648634803928199668821045408958.tar.gz"
    4.13 -WEB_SITE="http://pypi.python.org/pypi/pycryptopp"
    4.14 -WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    4.15 -
    4.16 -DEPENDS="python"
    4.17 -BUILD_DEPENDS="python-dev setuptools"
    4.18 -
    4.19 -# Rules to configure and make the package.
    4.20 -compile_rules()
    4.21 -{
    4.22 -	cd $src
    4.23 -	python setup.py build
    4.24 -	python setup.py install --root=$DESTDIR
    4.25 -}
    4.26 -
    4.27 -# Rules to gen a SliTaz package suitable for Tazpkg.
    4.28 -genpkg_rules()
    4.29 -{
    4.30 -	mkdir -p $fs/usr
    4.31 -	cp -a $install/usr/lib $fs/usr
    4.32 -}
    4.33 -
     5.1 --- a/python-pyliblzma/receipt	Mon Apr 22 18:11:46 2013 +0200
     5.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.3 @@ -1,30 +0,0 @@
     5.4 -# SliTaz package receipt.
     5.5 -
     5.6 -PACKAGE="python-pyliblzma"
     5.7 -VERSION="0.5.3"
     5.8 -CATEGORY="development"
     5.9 -SHORT_DESC="A Python wrapper for the liblzma library."
    5.10 -MAINTAINER="pascal.bellard@slitaz.org"
    5.11 -SOURCE="pyliblzma"
    5.12 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    5.13 -WEB_SITE="http://pypi.python.org/pypi/pyliblzma"
    5.14 -WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    5.15 -
    5.16 -DEPENDS="liblzma python"
    5.17 -BUILD_DEPENDS="liblzma-dev python-dev setuptools"
    5.18 -
    5.19 -# Rules to configure and make the package.
    5.20 -compile_rules()
    5.21 -{
    5.22 -	cd $src
    5.23 -	python setup.py build
    5.24 -	python setup.py install --root=$DESTDIR
    5.25 -}
    5.26 -
    5.27 -# Rules to gen a SliTaz package suitable for Tazpkg.
    5.28 -genpkg_rules()
    5.29 -{
    5.30 -	mkdir -p $fs/usr
    5.31 -	cp -a $install/usr/lib $fs/usr
    5.32 -}
    5.33 -
     6.1 --- a/python-pytest/receipt	Mon Apr 22 18:11:46 2013 +0200
     6.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.3 @@ -1,30 +0,0 @@
     6.4 -# SliTaz package receipt.
     6.5 -
     6.6 -PACKAGE="python-pytest"
     6.7 -VERSION="2.3.4"
     6.8 -CATEGORY="development"
     6.9 -SHORT_DESC="A simple powerful testing with Python"
    6.10 -MAINTAINER="pascal.bellard@slitaz.org"
    6.11 -SOURCE="pytest"
    6.12 -TARBALL="$SOURCE-$VERSION.zip"
    6.13 -WEB_SITE="http://pypi.python.org/pypi/pytest"
    6.14 -WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    6.15 -
    6.16 -DEPENDS="python"
    6.17 -BUILD_DEPENDS="python-dev setuptools"
    6.18 -
    6.19 -# Rules to configure and make the package.
    6.20 -compile_rules()
    6.21 -{
    6.22 -	cd $src
    6.23 -	python setup.py build
    6.24 -	python setup.py install --root=$DESTDIR
    6.25 -}
    6.26 -
    6.27 -# Rules to gen a SliTaz package suitable for Tazpkg.
    6.28 -genpkg_rules()
    6.29 -{
    6.30 -	mkdir -p $fs/usr
    6.31 -	cp -a $install/usr/lib $fs/usr
    6.32 -}
    6.33 -
     7.1 --- a/python-unittest2/receipt	Mon Apr 22 18:11:46 2013 +0200
     7.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.3 @@ -1,31 +0,0 @@
     7.4 -# SliTaz package receipt.
     7.5 -
     7.6 -PACKAGE="python-unittest2"
     7.7 -VERSION="0.5.1"
     7.8 -CATEGORY="development"
     7.9 -SHORT_DESC="New features backport to the unittest testing framework."
    7.10 -MAINTAINER="pascal.bellard@slitaz.org"
    7.11 -SOURCE="unittest2"
    7.12 -TARBALL="$SOURCE-$VERSION.tar.gz"
    7.13 -WEB_SITE="http://pypi.python.org/pypi/unittest2"
    7.14 -WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    7.15 -
    7.16 -DEPENDS="python"
    7.17 -BUILD_DEPENDS="python-dev setuptools"
    7.18 -
    7.19 -# Rules to configure and make the package.
    7.20 -compile_rules()
    7.21 -{
    7.22 -	cd $src
    7.23 -	python setup.py build
    7.24 -	python setup.py test
    7.25 -	python setup.py install --root=$DESTDIR
    7.26 -}
    7.27 -
    7.28 -# Rules to gen a SliTaz package suitable for Tazpkg.
    7.29 -genpkg_rules()
    7.30 -{
    7.31 -	mkdir -p $fs/usr
    7.32 -	cp -a $install/usr/lib $fs/usr
    7.33 -}
    7.34 -
     8.1 --- a/s3ql/receipt	Mon Apr 22 18:11:46 2013 +0200
     8.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.3 @@ -1,30 +0,0 @@
     8.4 -# SliTaz package receipt.
     8.5 -
     8.6 -PACKAGE="s3ql"
     8.7 -VERSION="1.13.2"
     8.8 -CATEGORY="network"
     8.9 -SHORT_DESC="A file system for Google Storage, Amazon S3 or OpenStack."
    8.10 -MAINTAINER="pascal.bellard@slitaz.org"
    8.11 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    8.12 -WEB_SITE="http://code.google.com/p/$PACKAGE/"
    8.13 -WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
    8.14 -
    8.15 -DEPENDS="sqlite python-llfuse python-pyliblzma python-pycryptopp python-apsw"
    8.16 -BUILD_DEPENDS="python-dev sqlite-dev liblzma-dev fuse-dev attr-dev rsync \
    8.17 -python-distribute python-llfuse python-pyliblzma python-pycryptopp python-apsw \
    8.18 -python-pytest python-py python-unittest2"
    8.19 -
    8.20 -# Rules to configure and make the package.
    8.21 -compile_rules()
    8.22 -{
    8.23 -	cd $src
    8.24 -	python setup.py build &&
    8.25 -	python setup.py test &&
    8.26 -	python setup.py install --root=$DESTDIR
    8.27 -}
    8.28 -
    8.29 -# Rules to gen a SliTaz package suitable for Tazpkg.
    8.30 -genpkg_rules()
    8.31 -{
    8.32 -	cp -a $install/usr $fs
    8.33 -}