wok 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 | a6fc8cdc63ce |
children | fe96e9130c3b |
files | python-pyst2/description.txt python-pyst2/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-pyst2/description.txt Wed Jul 13 16:59:13 2022 +0100 1.3 @@ -0,0 +1,10 @@ 1.4 +Pyst2 consists of a set of interfaces and libraries to allow programming 1.5 +of Asterisk from python. 1.6 +The library currently supports AGI, AMI, and the parsing of Asterisk 1.7 +configuration files. 1.8 +The library also includes debugging facilities for AGI. 1.9 + 1.10 +This project has been forked from pyst (http://sf.net/projects/pyst/) 1.11 +because it was impossible for me to contact the project maintainer 1.12 +(after several attempts), and I'd like to bring the project up-to-date, 1.13 +fix bugs, and make it more usable overall.
2.1 --- a/python-pyst2/receipt Wed Jul 13 16:55:12 2022 +0100 2.2 +++ b/python-pyst2/receipt Wed Jul 13 16:59:13 2022 +0100 2.3 @@ -1,14 +1,17 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="python-pyst2" 2.7 -VERSION="0.5.0" 2.8 +VERSION="0.5.1" 2.9 CATEGORY="development" 2.10 -SHORT_DESC="A Python Interface to Asterisk" 2.11 +SHORT_DESC="A Python Interface to Asterisk." 2.12 MAINTAINER="pascal.bellard@slitaz.org" 2.13 LICENSE="LGPL" 2.14 WEB_SITE="https://pypi.org/project/pyst2/" 2.15 -TARBALL="$PACKAGE-$VERSION.tar.gz" 2.16 -WGET_URL="https://github.com/rdegges/pyst2/archive/$VERSION.tar.gz" 2.17 +REPOLOGY="python:pyst2" 2.18 + 2.19 +SOURCE="pyst2" 2.20 +TARBALL="$SOURCE-$VERSION.tar.gz" 2.21 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 2.22 2.23 DEPENDS="python" 2.24 BUILD_DEPENDS="python-setuptools" 2.25 @@ -28,5 +31,5 @@ 2.26 # Rules to gen a SliTaz package suitable for Tazpkg. 2.27 genpkg_rules() 2.28 { 2.29 - cp -a $install/usr $fs/ 2.30 + cp -a $install/usr $fs 2.31 }