wok-6.x diff python-openid/receipt @ rev 24049
Up openvpn (2.5.2), openssh (8.6p1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 10 20:32:02 2021 +0000 (2021-05-10) |
parents | acc0cf34b379 |
children | 1df6fa555414 |
line diff
1.1 --- a/python-openid/receipt Wed Sep 18 19:26:59 2019 +0200 1.2 +++ b/python-openid/receipt Mon May 10 20:32:02 2021 +0000 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 }