wok-current diff python-paho-mqtt/receipt @ rev 23669
updated sslscan (1.11.11 -> 1.11.13)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 26 07:25:44 2020 +0100 (2020-04-26) |
parents | 814362194a8d |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/python-paho-mqtt/receipt Sun May 19 19:45:04 2019 +0200 1.2 +++ b/python-paho-mqtt/receipt Sun Apr 26 07:25:44 2020 +0100 1.3 @@ -1,17 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-paho-mqtt" 1.7 -VERSION="1.3.1" 1.8 +VERSION="1.5.0" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Eclipse Paho MQTT Python client library" 1.11 +SHORT_DESC="Eclipse Paho MQTT Python client library." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="epl-v10 edl-v10" 1.14 WEB_SITE="https://pypi.org/project/paho-mqtt/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 WGET_URL="https://github.com/eclipse/paho.mqtt.python/archive/v$VERSION.tar.gz" 1.18 1.19 DEPENDS="python" 1.20 -BUILD_DEPENDS="python-setuptools" 1.21 +BUILD_DEPENDS="python python-setuptools" 1.22 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 @@ -22,5 +23,5 @@ 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 + cp -a $install/usr $fs 1.31 }