wok diff python-pyst2/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-pyst2/receipt	Sat Jan 15 15:21:40 2022 +0000
     1.2 +++ b/python-pyst2/receipt	Sat Oct 01 09:32:27 2022 +0000
     1.3 @@ -1,14 +1,17 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-pyst2"
     1.7 -VERSION="0.5.0"
     1.8 +VERSION="0.5.1"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="A Python Interface to Asterisk"
    1.11 +SHORT_DESC="A Python Interface to Asterisk."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="LGPL"
    1.14  WEB_SITE="https://pypi.org/project/pyst2/"
    1.15 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WGET_URL="https://github.com/rdegges/pyst2/archive/$VERSION.tar.gz"
    1.17 +REPOLOGY="python:pyst2"
    1.18 +
    1.19 +SOURCE="pyst2"
    1.20 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.21 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.22  
    1.23  DEPENDS="python"
    1.24  BUILD_DEPENDS="python-setuptools"
    1.25 @@ -28,5 +31,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  }