# HG changeset patch # User Hans-G?nter Theisgen # Date 1657720114 -3600 # Node ID 0c663fa81568e72356d6004298cc4c19d67f0abe # Parent f11c5374a9c63828b84da4aeb7f35bd5d56b3336 updated python-netifaces (0.10.9 -> 0.11.0) diff -r f11c5374a9c6 -r 0c663fa81568 python-netifaces/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-netifaces/description.txt Wed Jul 13 14:48:34 2022 +0100 @@ -0,0 +1,10 @@ +It's been annoying me for some time that there's no easy way to get the address(es) +of the machine's network interfaces from Python. +There is a good reason for this difficulty, which is that it is virtually impossible +to do so in a portable manner. +However, it seems to me that there should be a package you can easy_install that +will take care of working out the details of doing so on the machine you're using, +then you can get on with writing Python code without concerning yourself with the +nitty gritty of system-dependent low-level networking APIs. + +This package attempts to solve that problem. diff -r f11c5374a9c6 -r 0c663fa81568 python-netifaces/receipt --- a/python-netifaces/receipt Wed Jul 13 14:43:56 2022 +0100 +++ b/python-netifaces/receipt Wed Jul 13 14:48:34 2022 +0100 @@ -1,16 +1,17 @@ # SliTaz package receipt. PACKAGE="python-netifaces" -VERSION="0.10.9" +VERSION="0.11.0" CATEGORY="development" SHORT_DESC="Portable access to network interfaces from Python." MAINTAINER="monghitri@aruba.it" LICENSE="MIT" +WEB_SITE="https://pypi.org/project/$SOURCE/" +REPOLOGY="python:netifaces" + SOURCE="netifaces" -WEB_SITE="https://pypi.org/project/$SOURCE/" - TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="https://files.pythonhosted.org/packages/source/n/$SOURCE/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" BUILD_DEPENDS="python python-dev python-setuptools"