# HG changeset patch # User Pascal Bellard # Date 1437219582 -7200 # Node ID 4eebed15248665f551d47d4a634b24678710144d # Parent 791b0fd5856f5d8bb0d91af396d75b784371be5e Add python-zfec python-foolscap & python-pyasn1 diff -r 791b0fd5856f -r 4eebed152486 python-foolscap/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-foolscap/receipt Sat Jul 18 13:39:42 2015 +0200 @@ -0,0 +1,26 @@ +# SliTaz package receipt. + +PACKAGE="python-foolscap" +VERSION="0.8.0" +CATEGORY="development" +SHORT_DESC="Foolscap contains an RPC protocol for Twisted.." +MAINTAINER="pascal.bellard@slitaz.org" +WEB_SITE="https://pypi.python.org/pypi/foolscap" +SOURCE="foolscap" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://pypi.python.org/packages/source/f/foolscap/$TARBALL" + +DEPENDS="python" +BUILD_DEPENDS="wget python-dev" + +# Rules to configure and make the package. +compile_rules() +{ + python setup.py install --prefix=/usr --root=$DESTDIR +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/usr $fs/ +} diff -r 791b0fd5856f -r 4eebed152486 python-pyasn1/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-pyasn1/receipt Sat Jul 18 13:39:42 2015 +0200 @@ -0,0 +1,26 @@ +# SliTaz package receipt. + +PACKAGE="python-pyasn1" +VERSION="0.1.8" +CATEGORY="development" +SHORT_DESC="ASN.1 types and codecs." +MAINTAINER="pascal.bellard@slitaz.org" +WEB_SITE="https://pypi.python.org/pypi/pyasn1" +SOURCE="pyasn1" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://pypi.python.org/packages/source/p/pyasn1/$TARBALL" + +DEPENDS="python" +BUILD_DEPENDS="wget python-dev" + +# Rules to configure and make the package. +compile_rules() +{ + python setup.py install --prefix=/usr --root=$DESTDIR +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/usr $fs/ +} diff -r 791b0fd5856f -r 4eebed152486 python-zfec/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-zfec/receipt Sat Jul 18 13:39:42 2015 +0200 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="python-zfec" +VERSION="1.4.24" +CATEGORY="development" +SHORT_DESC="A fast erasure codec." +MAINTAINER="pascal.bellard@slitaz.org" +WEB_SITE="https://pypi.python.org/pypi/zfec" +SOURCE="zfec" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://pypi.python.org/packages/source/z/zfec/$TARBALL" + +DEPENDS="python" +BUILD_DEPENDS="wget python-dev" + +# Rules to configure and make the package. +compile_rules() +{ + python setup.py install --prefix=/usr --root=$DESTDIR +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $install/usr/bin $fs/usr/ + cp -a $install/usr/lib $fs/usr/ +} diff -r 791b0fd5856f -r 4eebed152486 tahoe-lafs/receipt --- a/tahoe-lafs/receipt Sat Jul 18 12:16:40 2015 +0200 +++ b/tahoe-lafs/receipt Sat Jul 18 13:39:42 2015 +0200 @@ -12,7 +12,8 @@ TAGS="filesystem backup" DEPENDS="python setuptools python-simplejson zopeinterface twisted pyopenssl \ -pycrypto zfec foolscap pyasn1 python-mock python-pycryptopp" +pycrypto python-zfec python-foolscap python-pyasn1 python-mock \ +python-pycryptopp" BUILD_DEPENDS="wget python-dev gmp-dev openssl-dev" # Rules to configure and make the package.