wok-current rev 25207
updated python-netifaces (0.10.9 -> 0.11.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 14:48:34 2022 +0100 (2022-07-13) |
parents | f11c5374a9c6 |
children | 5a69b27e347a |
files | python-netifaces/description.txt python-netifaces/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-netifaces/description.txt Wed Jul 13 14:48:34 2022 +0100 1.3 @@ -0,0 +1,10 @@ 1.4 +It's been annoying me for some time that there's no easy way to get the address(es) 1.5 +of the machine's network interfaces from Python. 1.6 +There is a good reason for this difficulty, which is that it is virtually impossible 1.7 +to do so in a portable manner. 1.8 +However, it seems to me that there should be a package you can easy_install that 1.9 +will take care of working out the details of doing so on the machine you're using, 1.10 +then you can get on with writing Python code without concerning yourself with the 1.11 +nitty gritty of system-dependent low-level networking APIs. 1.12 + 1.13 +This package attempts to solve that problem.
2.1 --- a/python-netifaces/receipt Wed Jul 13 14:43:56 2022 +0100 2.2 +++ b/python-netifaces/receipt Wed Jul 13 14:48:34 2022 +0100 2.3 @@ -1,16 +1,17 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="python-netifaces" 2.7 -VERSION="0.10.9" 2.8 +VERSION="0.11.0" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Portable access to network interfaces from Python." 2.11 MAINTAINER="monghitri@aruba.it" 2.12 LICENSE="MIT" 2.13 +WEB_SITE="https://pypi.org/project/$SOURCE/" 2.14 +REPOLOGY="python:netifaces" 2.15 + 2.16 SOURCE="netifaces" 2.17 -WEB_SITE="https://pypi.org/project/$SOURCE/" 2.18 - 2.19 TARBALL="$SOURCE-$VERSION.tar.gz" 2.20 -WGET_URL="https://files.pythonhosted.org/packages/source/n/$SOURCE/$TARBALL" 2.21 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 2.22 2.23 DEPENDS="python" 2.24 BUILD_DEPENDS="python python-dev python-setuptools"