wok diff python-pyst2/receipt @ rev 25229
updated python-pyst2 (0.5.0 -> 0.5.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 16:59:13 2022 +0100 (2022-07-13) |
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 Wed Jul 13 16:59:13 2022 +0100 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 }