wok diff python-pyajam/receipt @ rev 25222

updated python-pyajam ( -> 0.2)
author Hans-G?nter Theisgen
date Wed Jul 13 16:19:37 2022 +0100 (23 months ago)
parents 9aa1f88b45db
children
line diff
     1.1 --- a/python-pyajam/receipt	Tue Apr 05 09:06:43 2022 +0000
     1.2 +++ b/python-pyajam/receipt	Wed Jul 13 16:19:37 2022 +0100
     1.3 @@ -1,16 +1,17 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-pyajam"
     1.7 -GITHASH="e8367de52f52b7381afaad1f7cc9c7e4df1b3acb"
     1.8  VERSION="0.2"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Pythonic interface of Asterisk AJAM protocol"
    1.11 +SHORT_DESC="Pythonic interface of Asterisk AJAM protocol."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14 -#WEB_SITE="https://github.com/litnimax/PyAjam"
    1.15 -WEB_SITE="https://github.com/gbour/PyAjam"
    1.16 -TARBALL="$PACKAGE-$VERSION.zip"
    1.17 -WGET_URL="$WEB_SITE/archive/$GITHASH.zip"
    1.18 +WEB_SITE="https://pypi.org/project/PyAjam/"
    1.19 +REPOLOGY="python:pyajam"
    1.20 +
    1.21 +SOURCE="PyAjam"
    1.22 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.23 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.24  
    1.25  DEPENDS="python"
    1.26  BUILD_DEPENDS="python-setuptools"
    1.27 @@ -31,5 +32,5 @@
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.29  genpkg_rules()
    1.30  {
    1.31 -	cp -a $install/usr $fs/
    1.32 +	cp -a $install/usr	$fs
    1.33  }