wok-current rev 15906
Add python-elaphe python-barcode
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 15 11:50:25 2014 +0000 (2014-02-15) |
parents | 9a9bb3af7cce |
children | 16b7f166adfc |
files | python-barcode/receipt python-elaphe/receipt python-jcconv/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-barcode/receipt Sat Feb 15 11:50:25 2014 +0000 1.3 @@ -0,0 +1,28 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="python-barcode" 1.7 +VERSION="0.7" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Create standard barcodes." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +LICENSE="MIT" 1.12 +SOURCE="pyBarcode" 1.13 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.14 +WEB_SITE="http://pypi.python.org/pypi/$SOURCE/$VERSION" 1.15 +WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 1.16 + 1.17 +DEPENDS="python" 1.18 +BUILD_DEPENDS="python" 1.19 + 1.20 +# Rules to configure and make the package. 1.21 +compile_rules() 1.22 +{ 1.23 + python setup.py install --root=$DESTDIR 1.24 +} 1.25 + 1.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.27 +genpkg_rules() 1.28 +{ 1.29 + cp -a $install/usr $fs 1.30 +} 1.31 +
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/python-elaphe/receipt Sat Feb 15 11:50:25 2014 +0000 2.3 @@ -0,0 +1,28 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="python-elaphe" 2.7 +VERSION="0.6.0" 2.8 +CATEGORY="development" 2.9 +SHORT_DESC="Generates various barcodes using barcode.ps and PIL/Pillow." 2.10 +MAINTAINER="pascal.bellard@slitaz.org" 2.11 +LICENSE="BSD" 2.12 +SOURCE="elaphe" 2.13 +TARBALL="$SOURCE-$VERSION.tar.gz" 2.14 +WEB_SITE="http://pypi.python.org/pypi/$SOURCE/$VERSION" 2.15 +WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 2.16 + 2.17 +DEPENDS="python" 2.18 +BUILD_DEPENDS="python" 2.19 + 2.20 +# Rules to configure and make the package. 2.21 +compile_rules() 2.22 +{ 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 + cp -a $install/usr $fs 2.30 +} 2.31 +
3.1 --- a/python-jcconv/receipt Sat Feb 15 10:07:27 2014 +0000 3.2 +++ b/python-jcconv/receipt Sat Feb 15 11:50:25 2014 +0000 3.3 @@ -5,10 +5,12 @@ 3.4 CATEGORY="development" 3.5 SHORT_DESC="Python Japanese Characters CONVerter." 3.6 MAINTAINER="pascal.bellard@slitaz.org" 3.7 +LICENSE="MIT" 3.8 SOURCE="jcconv" 3.9 TARBALL="$SOURCE-$VERSION.tar.gz" 3.10 WEB_SITE="http://pypi.python.org/pypi/$SOURCE/$VERSION" 3.11 WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 3.12 + 3.13 DEPENDS="python" 3.14 BUILD_DEPENDS="python" 3.15