wok rev 11727

Move from undigest: python-antlr python-caldav python-gdata python-vatnumber python-vobject python-webdav python-xlwt python-zsi
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 21 09:18:42 2012 +0100 (2012-02-21)
parents 4e0b93820dde
children 769047ca624f
files python-antlr/receipt python-caldav/receipt python-gdata/receipt python-vatnumber/receipt python-vobject/receipt python-webdav/receipt python-xlwt/receipt python-zsi/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-antlr/receipt	Tue Feb 21 09:18:42 2012 +0100
     1.3 @@ -0,0 +1,29 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="python-antlr"
     1.7 +SOURCE="antlr"
     1.8 +VERSION="3.4"
     1.9 +CATEGORY="development"
    1.10 +SHORT_DESC="language tool for constructing recognizers, compilers for python."
    1.11 +MAINTAINER="pascal.bellard@slitaz.org"
    1.12 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://www.antlr.org/"
    1.14 +WGET_URL="${WEB_SITE}download/$TARBALL"
    1.15 +
    1.16 +DEPENDS="python"
    1.17 +BUILD_DEPENDS="python python-dev setuptools"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	cd $src/runtime/Python
    1.23 +	python setup.py build
    1.24 +	python setup.py install --root=$DESTDIR
    1.25 +}
    1.26 +
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +	mkdir -p $fs/usr
    1.31 +	cp -a $_pkg/usr/lib $fs/usr
    1.32 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/python-caldav/receipt	Tue Feb 21 09:18:42 2012 +0100
     2.3 @@ -0,0 +1,28 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="python-caldav"
     2.7 +VERSION="0.1.12"
     2.8 +CATEGORY="development"
     2.9 +SHORT_DESC="CalDAV (RFC4791) client library for Python"
    2.10 +MAINTAINER="pascal.bellard@slitaz.org"
    2.11 +SOURCE="caldav"
    2.12 +TARBALL="$SOURCE-$VERSION.tar.gz"
    2.13 +WEB_SITE="http://pypi.python.org/pypi/caldav"
    2.14 +WGET_URL="http://pypi.python.org/packages/source/c/$SOURCE/$TARBALL"
    2.15 +
    2.16 +DEPENDS="python"
    2.17 +BUILD_DEPENDS="python python-dev setuptools"
    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 install --root=$DESTDIR
    2.24 +}
    2.25 +
    2.26 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.27 +genpkg_rules()
    2.28 +{
    2.29 +    mkdir -p $fs/usr
    2.30 +    cp -a $_pkg/usr $fs
    2.31 +}
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/python-gdata/receipt	Tue Feb 21 09:18:42 2012 +0100
     3.3 @@ -0,0 +1,29 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="python-gdata"
     3.7 +SOURCE="gdata"
     3.8 +VERSION="2.0.16"
     3.9 +CATEGORY="development"
    3.10 +SHORT_DESC="The Google Data APIs for Python."
    3.11 +MAINTAINER="pascal.bellard@slitaz.org"
    3.12 +TARBALL="$SOURCE-$VERSION.tar.gz"
    3.13 +WEB_SITE="http://http://code.google.com/p/gdata-python-client/"
    3.14 +WGET_URL="http://gdata-python-client.googlecode.com/files/$TARBALL"
    3.15 +
    3.16 +DEPENDS="python"
    3.17 +BUILD_DEPENDS="python-dev python"
    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 install --root=$DESTDIR
    3.25 +}
    3.26 +
    3.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.28 +genpkg_rules()
    3.29 +{
    3.30 +	mkdir -p $fs
    3.31 +	cp -a $_pkg/usr $fs
    3.32 +}
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/python-vatnumber/receipt	Tue Feb 21 09:18:42 2012 +0100
     4.3 @@ -0,0 +1,29 @@
     4.4 +# SliTaz package receipt.
     4.5 +
     4.6 +PACKAGE="python-vatnumber"
     4.7 +SOURCE="vatnumber"
     4.8 +VERSION="1.0"
     4.9 +CATEGORY="development"
    4.10 +SHORT_DESC="Validate VAT numbers for Python."
    4.11 +MAINTAINER="pascal.bellard@slitaz.org"
    4.12 +TARBALL="$SOURCE-$VERSION.tar.gz"
    4.13 +WEB_SITE="http://code.google.com/p/vatnumber"
    4.14 +WGET_URL="http://vatnumber.googlecode.com/files/$TARBALL"
    4.15 +
    4.16 +DEPENDS="python"
    4.17 +BUILD_DEPENDS="python-dev python 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
    4.31 +	cp -a $_pkg/usr $fs
    4.32 +}
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/python-vobject/receipt	Tue Feb 21 09:18:42 2012 +0100
     5.3 @@ -0,0 +1,29 @@
     5.4 +# SliTaz package receipt.
     5.5 +
     5.6 +PACKAGE="python-vobject"
     5.7 +SOURCE="vobject"
     5.8 +VERSION="0.8.1c"
     5.9 +CATEGORY="development"
    5.10 +SHORT_DESC="Parse iCalendar and VCards in Python."
    5.11 +MAINTAINER="pascal.bellard@slitaz.org"
    5.12 +TARBALL="$SOURCE-$VERSION.tar.gz"
    5.13 +WEB_SITE="http://vobject.skyhouseconsulting.com/"
    5.14 +WGET_URL="${WEB_SITE}$TARBALL"
    5.15 +
    5.16 +DEPENDS="python python-dateutil"
    5.17 +BUILD_DEPENDS="python-dev python 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
    5.31 +	cp -a $_pkg/usr $fs
    5.32 +}
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/python-webdav/receipt	Tue Feb 21 09:18:42 2012 +0100
     6.3 @@ -0,0 +1,28 @@
     6.4 +# SliTaz package receipt.
     6.5 +
     6.6 +PACKAGE="python-webdav"
     6.7 +VERSION="0.5"
     6.8 +CATEGORY="development"
     6.9 +SHORT_DESC="A WebDAV client library for Python."
    6.10 +MAINTAINER="pascal.bellard@slitaz.org"
    6.11 +TARBALL="${PACKAGE}_$VERSION.tar.gz"
    6.12 +WEB_SITE="http://sourceforge.net/projects/python-webdav/"
    6.13 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    6.14 +
    6.15 +DEPENDS="python"
    6.16 +BUILD_DEPENDS="python-dev python"
    6.17 +
    6.18 +# Rules to configure and make the package.
    6.19 +compile_rules()
    6.20 +{
    6.21 +	cd $src
    6.22 +	python setup.py build &&
    6.23 +	python setup.py install --root=$DESTDIR
    6.24 +}
    6.25 +
    6.26 +# Rules to gen a SliTaz package suitable for Tazpkg.
    6.27 +genpkg_rules()
    6.28 +{
    6.29 +	mkdir -p $fs
    6.30 +	cp -a $_pkg/usr $fs
    6.31 +}
     7.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.2 +++ b/python-xlwt/receipt	Tue Feb 21 09:18:42 2012 +0100
     7.3 @@ -0,0 +1,29 @@
     7.4 +# SliTaz package receipt.
     7.5 +
     7.6 +PACKAGE="python-xlwt"
     7.7 +SOURCE="xlwt"
     7.8 +VERSION="0.7.2"
     7.9 +CATEGORY="development"
    7.10 +SHORT_DESC="Python module for reading/writing Microsoft Excel spreadsheet files"
    7.11 +MAINTAINER="pascal.bellard@slitaz.org"
    7.12 +TARBALL="${SOURCE}_$VERSION.orig.tar.gz"
    7.13 +WEB_SITE="http://www.janrain.com/openid-enabled/"
    7.14 +WGET_URL="http://ftp.debian.org/debian/pool/main/${SOURCE:0:1}/$SOURCE/$TARBALL"
    7.15 +
    7.16 +DEPENDS="python python-antlr"
    7.17 +BUILD_DEPENDS="python-dev python"
    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 install --root=$DESTDIR
    7.25 +}
    7.26 +
    7.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    7.28 +genpkg_rules()
    7.29 +{
    7.30 +	mkdir -p $fs
    7.31 +	cp -a $_pkg/usr $fs
    7.32 +}
     8.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.2 +++ b/python-zsi/receipt	Tue Feb 21 09:18:42 2012 +0100
     8.3 @@ -0,0 +1,29 @@
     8.4 +# SliTaz package receipt.
     8.5 +
     8.6 +PACKAGE="python-zsi"
     8.7 +SOURCE="ZSI"
     8.8 +VERSION="2.1-a1"
     8.9 +CATEGORY="development"
    8.10 +SHORT_DESC="The Zolera Soap Infrastructure for Python."
    8.11 +MAINTAINER="pascal.bellard@slitaz.org"
    8.12 +TARBALL="$SOURCE-$VERSION.tar.gz"
    8.13 +WEB_SITE="http://pywebsvcs.sourceforge.net/zsi.html"
    8.14 +WGET_URL="$SF_MIRROR/project/pywebsvcs/$SOURCE/$SOURCE-${VERSION/-/_}/$TARBALL"
    8.15 +
    8.16 +DEPENDS="python python-pyxml"
    8.17 +BUILD_DEPENDS="python-dev python"
    8.18 +
    8.19 +# Rules to configure and make the package.
    8.20 +compile_rules()
    8.21 +{
    8.22 +	cd $src
    8.23 +	python setup.py build &&
    8.24 +	python setup.py install --root=$DESTDIR
    8.25 +}
    8.26 +
    8.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    8.28 +genpkg_rules()
    8.29 +{
    8.30 +	mkdir -p $fs
    8.31 +	cp -a $_pkg/usr $fs
    8.32 +}