# HG changeset patch # User Hans-G?nter Theisgen # Date 1586177362 -3600 # Node ID be6fe659dd648021c4fb435f14b0a8f53bb643d1 # Parent 122579ad0bb4621511b697e8d26b15059cc2cbfe updated python-openid (2.2.4 -> 2.2.5) diff -r 122579ad0bb4 -r be6fe659dd64 python-openid/receipt --- a/python-openid/receipt Mon Apr 06 13:40:59 2020 +0100 +++ b/python-openid/receipt Mon Apr 06 13:49:22 2020 +0100 @@ -1,17 +1,18 @@ # SliTaz package receipt. PACKAGE="python-openid" -VERSION="2.2.4" +VERSION="2.2.5" # last version for Python 2 CATEGORY="development" SHORT_DESC="OpenID libraries for Python." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="Apache" -TARBALL="${PACKAGE}_$VERSION.orig.tar.gz" -WEB_SITE="https://web.archive.org/web/20190226022416/http://www.janrain.com/openid-enabled/" -WGET_URL="http://ftp.debian.org/debian/pool/main/${PACKAGE:0:1}/$PACKAGE/$TARBALL" +WEB_SITE="https://pypi.org/project/python-openid/" + +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="https://files.pythonhosted.org/packages/source/${PACKAGE:0:1}/$PACKAGE/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python-dev python" +BUILD_DEPENDS="python python-dev" # Rules to configure and make the package. compile_rules() @@ -24,5 +25,5 @@ genpkg_rules() { mkdir -p $fs - cp -a $install/usr $fs + cp -a $install/usr $fs }