wok-current rev 20292
Add python-ari, python-odoorpc, python-pyst2, python-setproctitle
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Apr 20 15:38:38 2018 +0200 (2018-04-20) |
parents | 33014fa45fa6 |
children | 47760196a868 |
files | python-ari/receipt python-odoorpc/receipt python-pyst2/receipt python-setproctitle/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-ari/receipt Fri Apr 20 15:38:38 2018 +0200 1.3 @@ -0,0 +1,25 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="python-ari" 1.7 +VERSION="0.1.3" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Library for accessing the Asterisk REST Interface" 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +LICENSE="BSD" 1.12 +WEB_SITE="https://github.com/asterisk/ari-py" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 +WGET_URL="https://github.com/asterisk/ari-py/archive/$VERSION.tar.gz" 1.15 + 1.16 +DEPENDS="python" 1.17 + 1.18 +# Rules to configure and make the package. 1.19 +compile_rules() 1.20 +{ 1.21 + python setup.py install --prefix=/usr --root=$DESTDIR 1.22 +} 1.23 + 1.24 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.25 +genpkg_rules() 1.26 +{ 1.27 + cp -a $install/usr $fs/ 1.28 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/python-odoorpc/receipt Fri Apr 20 15:38:38 2018 +0200 2.3 @@ -0,0 +1,25 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="python-odoorpc" 2.7 +VERSION="0.6.1" 2.8 +CATEGORY="development" 2.9 +SHORT_DESC="Provides an easy way to pilot your Odoo servers through RPC" 2.10 +MAINTAINER="pascal.bellard@slitaz.org" 2.11 +LICENSE="GPL3" 2.12 +WEB_SITE="https://pypi.org/project/OdooRPC/" 2.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 2.14 +WGET_URL="https://github.com/OCA/odoorpc/archive/v$VERSION.tar.gz" 2.15 + 2.16 +DEPENDS="python" 2.17 + 2.18 +# Rules to configure and make the package. 2.19 +compile_rules() 2.20 +{ 2.21 + python setup.py install --prefix=/usr --root=$DESTDIR 2.22 +} 2.23 + 2.24 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.25 +genpkg_rules() 2.26 +{ 2.27 + cp -a $install/usr $fs/ 2.28 +}
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/python-pyst2/receipt Fri Apr 20 15:38:38 2018 +0200 3.3 @@ -0,0 +1,25 @@ 3.4 +# SliTaz package receipt. 3.5 + 3.6 +PACKAGE="python-pyst2" 3.7 +VERSION="0.5.0" 3.8 +CATEGORY="development" 3.9 +SHORT_DESC="A Python Interface to Asterisk" 3.10 +MAINTAINER="pascal.bellard@slitaz.org" 3.11 +LICENSE="LGPL" 3.12 +WEB_SITE="https://pypi.org/project/pyst2/" 3.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 3.14 +WGET_URL="https://github.com/rdegges/pyst2/archive/$VERSION.tar.gz" 3.15 + 3.16 +DEPENDS="python" 3.17 + 3.18 +# Rules to configure and make the package. 3.19 +compile_rules() 3.20 +{ 3.21 + python setup.py install --prefix=/usr --root=$DESTDIR 3.22 +} 3.23 + 3.24 +# Rules to gen a SliTaz package suitable for Tazpkg. 3.25 +genpkg_rules() 3.26 +{ 3.27 + cp -a $install/usr $fs/ 3.28 +}
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/python-setproctitle/receipt Fri Apr 20 15:38:38 2018 +0200 4.3 @@ -0,0 +1,27 @@ 4.4 +# SliTaz package receipt. 4.5 + 4.6 +PACKAGE="python-setproctitle" 4.7 +VERSION="1.1.10" 4.8 +CATEGORY="development" 4.9 +SHORT_DESC="A Python module to customize the process title" 4.10 +MAINTAINER="pascal.bellard@slitaz.org" 4.11 +LICENSE="BSD" 4.12 +WEB_SITE="https://pypi.org/project/setproctitle/" 4.13 +SOURCE="setproctitle" 4.14 +TARBALL="$SOURCE-$VERSION.tar.gz" 4.15 +WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 4.16 + 4.17 +DEPENDS="python" 4.18 +BUILD_DEPENDS="python-dev" 4.19 + 4.20 +# Rules to configure and make the package. 4.21 +compile_rules() 4.22 +{ 4.23 + python setup.py install --prefix=/usr --root=$DESTDIR 4.24 +} 4.25 + 4.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 4.27 +genpkg_rules() 4.28 +{ 4.29 + cp -a $install/usr $fs/ 4.30 +}