# HG changeset patch # User Hans-G?nter Theisgen # Date 1657725577 -3600 # Node ID 00a75945593ac60322e203b5aee042ff481617f1 # Parent 2aac66403459d1930cd7240fbed3bccf2193ec1a updated python-pyajam ( -> 0.2) diff -r 2aac66403459 -r 00a75945593a python-pyajam/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-pyajam/description.txt Wed Jul 13 16:19:37 2022 +0100 @@ -0,0 +1,2 @@ +Pyajam allows to interact with an asterisk server using the AJAM interface, +in a pythonic way. diff -r 2aac66403459 -r 00a75945593a python-pyajam/receipt --- a/python-pyajam/receipt Wed Jul 13 16:13:57 2022 +0100 +++ b/python-pyajam/receipt Wed Jul 13 16:19:37 2022 +0100 @@ -1,16 +1,17 @@ # SliTaz package receipt. PACKAGE="python-pyajam" -GITHASH="e8367de52f52b7381afaad1f7cc9c7e4df1b3acb" VERSION="0.2" CATEGORY="development" -SHORT_DESC="Pythonic interface of Asterisk AJAM protocol" +SHORT_DESC="Pythonic interface of Asterisk AJAM protocol." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL3" -#WEB_SITE="https://github.com/litnimax/PyAjam" -WEB_SITE="https://github.com/gbour/PyAjam" -TARBALL="$PACKAGE-$VERSION.zip" -WGET_URL="$WEB_SITE/archive/$GITHASH.zip" +WEB_SITE="https://pypi.org/project/PyAjam/" +REPOLOGY="python:pyajam" + +SOURCE="PyAjam" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" BUILD_DEPENDS="python-setuptools" @@ -31,5 +32,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs/ + cp -a $install/usr $fs }