wok diff python-paho-mqtt/receipt @ rev 25466

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 01 09:32:27 2022 +0000 (20 months ago)
parents ac8ca9758df1
children 0262035dc1e7
line diff
     1.1 --- a/python-paho-mqtt/receipt	Sat Jan 15 15:21:40 2022 +0000
     1.2 +++ b/python-paho-mqtt/receipt	Sat Oct 01 09:32:27 2022 +0000
     1.3 @@ -1,15 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-paho-mqtt"
     1.7 -VERSION="1.5.0"
     1.8 +VERSION="1.6.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Eclipse Paho MQTT Python client library."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="epl-v10 edl-v10"
    1.13  WEB_SITE="https://pypi.org/project/paho-mqtt/"
    1.14  
    1.15 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WGET_URL="https://github.com/eclipse/paho.mqtt.python/archive/v$VERSION.tar.gz"
    1.17 +SOURCE="paho-mqtt"
    1.18 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.19 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.20  
    1.21  DEPENDS="python"
    1.22  BUILD_DEPENDS="python python-setuptools"