- Update to 0.10.4
- While I'm here, fix WWW Changes: https://bitbucket.org/al45tair/netifaces/src/default/CHANGELOG PR: 200875 Submitted by: Gasol Wu <gasol.wu@gmail.com> Approved by: maintainer (timeout, 16 days)
This commit is contained in:
parent
a675982295
commit
0961b38f37
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391113
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= netifaces
|
||||
PORTVERSION= 0.10.3
|
||||
PORTVERSION= 0.10.4
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -13,6 +13,6 @@ COMMENT= Getting network addresses from Python
|
||||
LICENSE= MIT
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (netifaces-0.10.3.tar.gz) = aea93f6c7d0840eb3bd5c38f1950b3d130148b9894453d67b3445adc9779332d
|
||||
SIZE (netifaces-0.10.3.tar.gz) = 22963
|
||||
SHA256 (netifaces-0.10.4.tar.gz) = 9656a169cb83da34d732b0eb72b39373d48774aee009a3d1272b7ea2ce109cde
|
||||
SIZE (netifaces-0.10.4.tar.gz) = 22969
|
||||
|
@ -4,4 +4,4 @@ It's been irritating me for ages that it isn't possible to
|
||||
straightforwardly get the network address(es) of the machine
|
||||
you're running on from a Python program.
|
||||
|
||||
WWW: http://alastairs-place.net/netifac
|
||||
WWW: https://pypi.python.org/pypi/netifaces
|
||||
|
Loading…
Reference in New Issue
Block a user