wok rev 23520

updated python-openid (2.2.4 -> 2.2.5)
author Hans-G?nter Theisgen
date Mon Apr 06 13:49:22 2020 +0100 (2020-04-06)
parents 122579ad0bb4
children 2b4abb958dd8
files python-openid/receipt
line diff
     1.1 --- a/python-openid/receipt	Mon Apr 06 13:40:59 2020 +0100
     1.2 +++ b/python-openid/receipt	Mon Apr 06 13:49:22 2020 +0100
     1.3 @@ -1,17 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-openid"
     1.7 -VERSION="2.2.4"
     1.8 +VERSION="2.2.5"		# last version for Python 2
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="OpenID libraries for Python."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="Apache"
    1.13 -TARBALL="${PACKAGE}_$VERSION.orig.tar.gz"
    1.14 -WEB_SITE="https://web.archive.org/web/20190226022416/http://www.janrain.com/openid-enabled/"
    1.15 -WGET_URL="http://ftp.debian.org/debian/pool/main/${PACKAGE:0:1}/$PACKAGE/$TARBALL"
    1.16 +WEB_SITE="https://pypi.org/project/python-openid/"
    1.17 +
    1.18 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.19 +WGET_URL="https://files.pythonhosted.org/packages/source/${PACKAGE:0:1}/$PACKAGE/$TARBALL"
    1.20  
    1.21  DEPENDS="python"
    1.22 -BUILD_DEPENDS="python-dev python"
    1.23 +BUILD_DEPENDS="python python-dev"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27 @@ -24,5 +25,5 @@
    1.28  genpkg_rules()
    1.29  {
    1.30  	mkdir -p $fs
    1.31 -	cp -a $install/usr $fs
    1.32 +	cp -a $install/usr	$fs
    1.33  }