wok rev 23521

updated python-paho-mqtt (1.3.1 -> 1.5.0)
author Hans-G?nter Theisgen
date Mon Apr 06 13:53:11 2020 +0100 (2020-04-06)
parents be6fe659dd64
children 92f6d61e264b
files python-paho-mqtt/receipt
line diff
     1.1 --- a/python-paho-mqtt/receipt	Mon Apr 06 13:49:22 2020 +0100
     1.2 +++ b/python-paho-mqtt/receipt	Mon Apr 06 13:53:11 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  }