# HG changeset patch # User Pascal Bellard # Date 1392465025 0 # Node ID 6cc3016c701802cfe24f4e844116aef35ffeb2ed # Parent 9a9bb3af7ccece8aba526e2b5c7f28184a10fd58 Add python-elaphe python-barcode diff -r 9a9bb3af7cce -r 6cc3016c7018 python-barcode/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-barcode/receipt Sat Feb 15 11:50:25 2014 +0000 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="python-barcode" +VERSION="0.7" +CATEGORY="development" +SHORT_DESC="Create standard barcodes." +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" +SOURCE="pyBarcode" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://pypi.python.org/pypi/$SOURCE/$VERSION" +WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" + +DEPENDS="python" +BUILD_DEPENDS="python" + +# Rules to configure and make the package. +compile_rules() +{ + python setup.py install --root=$DESTDIR +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/usr $fs +} + diff -r 9a9bb3af7cce -r 6cc3016c7018 python-elaphe/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-elaphe/receipt Sat Feb 15 11:50:25 2014 +0000 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="python-elaphe" +VERSION="0.6.0" +CATEGORY="development" +SHORT_DESC="Generates various barcodes using barcode.ps and PIL/Pillow." +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" +SOURCE="elaphe" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://pypi.python.org/pypi/$SOURCE/$VERSION" +WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" + +DEPENDS="python" +BUILD_DEPENDS="python" + +# Rules to configure and make the package. +compile_rules() +{ + python setup.py install --root=$DESTDIR +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/usr $fs +} + diff -r 9a9bb3af7cce -r 6cc3016c7018 python-jcconv/receipt --- a/python-jcconv/receipt Sat Feb 15 10:07:27 2014 +0000 +++ b/python-jcconv/receipt Sat Feb 15 11:50:25 2014 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="Python Japanese Characters CONVerter." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" SOURCE="jcconv" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://pypi.python.org/pypi/$SOURCE/$VERSION" WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" + DEPENDS="python" BUILD_DEPENDS="python"