wok rev 20295
Add python-humanize, python-pyajam, python-paho-mqtt
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Apr 25 16:08:37 2018 +0200 (2018-04-25) |
parents | 48da20277f5a |
children | 1a169aa4ab60 |
files | python-humanize/receipt python-paho-mqtt/receipt python-pyajam/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-humanize/receipt Wed Apr 25 16:08:37 2018 +0200 1.3 @@ -0,0 +1,26 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="python-humanize" 1.7 +VERSION="0.5.1" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="python humanize functions" 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +LICENSE="MIT" 1.12 +WEB_SITE="https://pypi.org/project/humanize/" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 +WGET_URL="https://github.com/jmoiron/humanize/archive/$VERSION.tar.gz" 1.15 + 1.16 +DEPENDS="python" 1.17 +BUILD_DEPENDS="setuptools" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + python setup.py install --prefix=/usr --root=$DESTDIR 1.23 +} 1.24 + 1.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.26 +genpkg_rules() 1.27 +{ 1.28 + cp -a $install/usr $fs/ 1.29 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/python-paho-mqtt/receipt Wed Apr 25 16:08:37 2018 +0200 2.3 @@ -0,0 +1,26 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="python-paho-mqtt" 2.7 +VERSION="1.3.1" 2.8 +CATEGORY="development" 2.9 +SHORT_DESC="Eclipse Paho MQTT Python client library" 2.10 +MAINTAINER="pascal.bellard@slitaz.org" 2.11 +LICENSE="epl-v10 edl-v10" 2.12 +WEB_SITE="https://pypi.org/project/paho-mqtt/" 2.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 2.14 +WGET_URL="https://github.com/eclipse/paho.mqtt.python/archive/v$VERSION.tar.gz" 2.15 + 2.16 +DEPENDS="python" 2.17 +BUILD_DEPENDS="setuptools" 2.18 + 2.19 +# Rules to configure and make the package. 2.20 +compile_rules() 2.21 +{ 2.22 + python setup.py install --prefix=/usr --root=$DESTDIR 2.23 +} 2.24 + 2.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.26 +genpkg_rules() 2.27 +{ 2.28 + cp -a $install/usr $fs/ 2.29 +}
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/python-pyajam/receipt Wed Apr 25 16:08:37 2018 +0200 3.3 @@ -0,0 +1,27 @@ 3.4 +# SliTaz package receipt. 3.5 + 3.6 +PACKAGE="python-pyajam" 3.7 +GITHASH="7df98e46bd1c2be024299b572e4ccfeab1b916be" 3.8 +VERSION="${GITHASH:0:7}" 3.9 +CATEGORY="development" 3.10 +SHORT_DESC="Pythonic interface of Asterisk AJAM protocol" 3.11 +MAINTAINER="pascal.bellard@slitaz.org" 3.12 +LICENSE="GPL3" 3.13 +WEB_SITE="https://github.com/litnimax/PyAjam" 3.14 +TARBALL="$PACKAGE-$VERSION.zip" 3.15 +WGET_URL="$WEB_SITE/archive/$GITHASH.zip" 3.16 + 3.17 +DEPENDS="python" 3.18 +BUILD_DEPENDS="setuptools" 3.19 + 3.20 +# Rules to configure and make the package. 3.21 +compile_rules() 3.22 +{ 3.23 + python setup.py install --prefix=/usr --root=$DESTDIR 3.24 +} 3.25 + 3.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 3.27 +genpkg_rules() 3.28 +{ 3.29 + cp -a $install/usr $fs/ 3.30 +}