wok-current rev 25222
updated python-pyajam ( -> 0.2)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 16:19:37 2022 +0100 (2022-07-13) |
parents | 2aac66403459 |
children | 5a04a868feb7 |
files | python-pyajam/description.txt python-pyajam/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-pyajam/description.txt Wed Jul 13 16:19:37 2022 +0100 1.3 @@ -0,0 +1,2 @@ 1.4 +Pyajam allows to interact with an asterisk server using the AJAM interface, 1.5 +in a pythonic way.
2.1 --- a/python-pyajam/receipt Wed Jul 13 16:13:57 2022 +0100 2.2 +++ b/python-pyajam/receipt Wed Jul 13 16:19:37 2022 +0100 2.3 @@ -1,16 +1,17 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="python-pyajam" 2.7 -GITHASH="e8367de52f52b7381afaad1f7cc9c7e4df1b3acb" 2.8 VERSION="0.2" 2.9 CATEGORY="development" 2.10 -SHORT_DESC="Pythonic interface of Asterisk AJAM protocol" 2.11 +SHORT_DESC="Pythonic interface of Asterisk AJAM protocol." 2.12 MAINTAINER="pascal.bellard@slitaz.org" 2.13 LICENSE="GPL3" 2.14 -#WEB_SITE="https://github.com/litnimax/PyAjam" 2.15 -WEB_SITE="https://github.com/gbour/PyAjam" 2.16 -TARBALL="$PACKAGE-$VERSION.zip" 2.17 -WGET_URL="$WEB_SITE/archive/$GITHASH.zip" 2.18 +WEB_SITE="https://pypi.org/project/PyAjam/" 2.19 +REPOLOGY="python:pyajam" 2.20 + 2.21 +SOURCE="PyAjam" 2.22 +TARBALL="$SOURCE-$VERSION.tar.gz" 2.23 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 2.24 2.25 DEPENDS="python" 2.26 BUILD_DEPENDS="python-setuptools" 2.27 @@ -31,5 +32,5 @@ 2.28 # Rules to gen a SliTaz package suitable for Tazpkg. 2.29 genpkg_rules() 2.30 { 2.31 - cp -a $install/usr $fs/ 2.32 + cp -a $install/usr $fs 2.33 }