# HG changeset patch # User Pascal Bellard # Date 1524231518 -7200 # Node ID dfc6cdc5624e055c0193b23c8b6c94a6c9a028e5 # Parent 33014fa45fa6b8938dc26862d57e79bc60556000 Add python-ari, python-odoorpc, python-pyst2, python-setproctitle diff -r 33014fa45fa6 -r dfc6cdc5624e python-ari/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-ari/receipt Fri Apr 20 15:38:38 2018 +0200 @@ -0,0 +1,25 @@ +# SliTaz package receipt. + +PACKAGE="python-ari" +VERSION="0.1.3" +CATEGORY="development" +SHORT_DESC="Library for accessing the Asterisk REST Interface" +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" +WEB_SITE="https://github.com/asterisk/ari-py" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="https://github.com/asterisk/ari-py/archive/$VERSION.tar.gz" + +DEPENDS="python" + +# 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 33014fa45fa6 -r dfc6cdc5624e python-odoorpc/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-odoorpc/receipt Fri Apr 20 15:38:38 2018 +0200 @@ -0,0 +1,25 @@ +# SliTaz package receipt. + +PACKAGE="python-odoorpc" +VERSION="0.6.1" +CATEGORY="development" +SHORT_DESC="Provides an easy way to pilot your Odoo servers through RPC" +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" +WEB_SITE="https://pypi.org/project/OdooRPC/" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="https://github.com/OCA/odoorpc/archive/v$VERSION.tar.gz" + +DEPENDS="python" + +# 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 33014fa45fa6 -r dfc6cdc5624e python-pyst2/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-pyst2/receipt Fri Apr 20 15:38:38 2018 +0200 @@ -0,0 +1,25 @@ +# SliTaz package receipt. + +PACKAGE="python-pyst2" +VERSION="0.5.0" +CATEGORY="development" +SHORT_DESC="A Python Interface to Asterisk" +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="LGPL" +WEB_SITE="https://pypi.org/project/pyst2/" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="https://github.com/rdegges/pyst2/archive/$VERSION.tar.gz" + +DEPENDS="python" + +# 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 33014fa45fa6 -r dfc6cdc5624e python-setproctitle/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-setproctitle/receipt Fri Apr 20 15:38:38 2018 +0200 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="python-setproctitle" +VERSION="1.1.10" +CATEGORY="development" +SHORT_DESC="A Python module to customize the process title" +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" +WEB_SITE="https://pypi.org/project/setproctitle/" +SOURCE="setproctitle" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" + +DEPENDS="python" +BUILD_DEPENDS="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/ +}