# HG changeset patch # User Pascal Bellard # Date 1524665317 -7200 # Node ID aa358e4ebf18101e075de6e65ec1de87122afef8 # Parent 48da20277f5ad11399e689524ef1fdd69684ad62 Add python-humanize, python-pyajam, python-paho-mqtt diff -r 48da20277f5a -r aa358e4ebf18 python-humanize/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-humanize/receipt Wed Apr 25 16:08:37 2018 +0200 @@ -0,0 +1,26 @@ +# SliTaz package receipt. + +PACKAGE="python-humanize" +VERSION="0.5.1" +CATEGORY="development" +SHORT_DESC="python humanize functions" +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" +WEB_SITE="https://pypi.org/project/humanize/" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="https://github.com/jmoiron/humanize/archive/$VERSION.tar.gz" + +DEPENDS="python" +BUILD_DEPENDS="setuptools" + +# 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 48da20277f5a -r aa358e4ebf18 python-paho-mqtt/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-paho-mqtt/receipt Wed Apr 25 16:08:37 2018 +0200 @@ -0,0 +1,26 @@ +# SliTaz package receipt. + +PACKAGE="python-paho-mqtt" +VERSION="1.3.1" +CATEGORY="development" +SHORT_DESC="Eclipse Paho MQTT Python client library" +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="epl-v10 edl-v10" +WEB_SITE="https://pypi.org/project/paho-mqtt/" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="https://github.com/eclipse/paho.mqtt.python/archive/v$VERSION.tar.gz" + +DEPENDS="python" +BUILD_DEPENDS="setuptools" + +# 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 48da20277f5a -r aa358e4ebf18 python-pyajam/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-pyajam/receipt Wed Apr 25 16:08:37 2018 +0200 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="python-pyajam" +GITHASH="7df98e46bd1c2be024299b572e4ccfeab1b916be" +VERSION="${GITHASH:0:7}" +CATEGORY="development" +SHORT_DESC="Pythonic interface of Asterisk AJAM protocol" +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" +WEB_SITE="https://github.com/litnimax/PyAjam" +TARBALL="$PACKAGE-$VERSION.zip" +WGET_URL="$WEB_SITE/archive/$GITHASH.zip" + +DEPENDS="python" +BUILD_DEPENDS="setuptools" + +# 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/ +}