mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- 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
3 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= netifaces
|
PORTNAME= netifaces
|
||||||
PORTVERSION= 0.10.3
|
PORTVERSION= 0.10.4
|
||||||
CATEGORIES= net python
|
CATEGORIES= net python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -13,6 +13,6 @@ COMMENT= Getting network addresses from Python
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
|
|
||||||
USES= python
|
USES= python
|
||||||
USE_PYTHON= distutils autoplist
|
USE_PYTHON= autoplist distutils
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (netifaces-0.10.3.tar.gz) = aea93f6c7d0840eb3bd5c38f1950b3d130148b9894453d67b3445adc9779332d
|
SHA256 (netifaces-0.10.4.tar.gz) = 9656a169cb83da34d732b0eb72b39373d48774aee009a3d1272b7ea2ce109cde
|
||||||
SIZE (netifaces-0.10.3.tar.gz) = 22963
|
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
|
straightforwardly get the network address(es) of the machine
|
||||||
you're running on from a Python program.
|
you're running on from a Python program.
|
||||||
|
|
||||||
WWW: http://alastairs-place.net/netifac
|
WWW: https://pypi.python.org/pypi/netifaces
|
||||||
|
|
Loading…
Add table
Reference in a new issue