# HG changeset patch # User Hans-G?nter Theisgen # Date 1586166836 -3600 # Node ID 6f6f1f1ee3545c7ddca315c555555d4a66d9b80f # Parent b2368fbc39f8d8a496aa810c4e7d1bd2e9913bd4 updated python-netifaces (0.8 -> 0.10.9) diff -r b2368fbc39f8 -r 6f6f1f1ee354 python-netifaces/receipt --- a/python-netifaces/receipt Mon Apr 06 10:48:46 2020 +0100 +++ b/python-netifaces/receipt Mon Apr 06 10:53:56 2020 +0100 @@ -1,18 +1,19 @@ # SliTaz package receipt. PACKAGE="python-netifaces" -VERSION="0.8" +VERSION="0.10.9" CATEGORY="development" SHORT_DESC="Portable access to network interfaces from Python." MAINTAINER="monghitri@aruba.it" LICENSE="MIT" +WEB_SITE="https://pypi.org/project/$SOURCE/" + SOURCE="netifaces" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://pypi.org/project/$SOURCE/" -WGET_URL="http://alastairs-place.net/projects/$SOURCE/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/n/$SOURCE/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python-dev python-setuptools" +BUILD_DEPENDS="python python-dev python-setuptools" # Rules to configure and make the package. compile_rules() @@ -23,5 +24,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs }