# HG changeset patch # User Hans-G?nter Theisgen # Date 1657727953 -3600 # Node ID 6039063278b9179c128610305a1a6dda2102693e # Parent a6fc8cdc63ce0e127ca6e2b444200934d231bc14 updated python-pyst2 (0.5.0 -> 0.5.1) diff -r a6fc8cdc63ce -r 6039063278b9 python-pyst2/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-pyst2/description.txt Wed Jul 13 16:59:13 2022 +0100 @@ -0,0 +1,10 @@ +Pyst2 consists of a set of interfaces and libraries to allow programming +of Asterisk from python. +The library currently supports AGI, AMI, and the parsing of Asterisk +configuration files. +The library also includes debugging facilities for AGI. + +This project has been forked from pyst (http://sf.net/projects/pyst/) +because it was impossible for me to contact the project maintainer +(after several attempts), and I'd like to bring the project up-to-date, +fix bugs, and make it more usable overall. diff -r a6fc8cdc63ce -r 6039063278b9 python-pyst2/receipt --- a/python-pyst2/receipt Wed Jul 13 16:55:12 2022 +0100 +++ b/python-pyst2/receipt Wed Jul 13 16:59:13 2022 +0100 @@ -1,14 +1,17 @@ # SliTaz package receipt. PACKAGE="python-pyst2" -VERSION="0.5.0" +VERSION="0.5.1" CATEGORY="development" -SHORT_DESC="A Python Interface to Asterisk" +SHORT_DESC="A Python Interface to Asterisk." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="LGPL" WEB_SITE="https://pypi.org/project/pyst2/" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="https://github.com/rdegges/pyst2/archive/$VERSION.tar.gz" +REPOLOGY="python:pyst2" + +SOURCE="pyst2" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" BUILD_DEPENDS="python-setuptools" @@ -28,5 +31,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs/ + cp -a $install/usr $fs }