Wed Jun 10 10:18:17 2020 UTC ()
py-ifaddr: updated to 0.1.7

0.1.7
Fixed Python 3 compatibility in the examples
Exposed network interface indexes in Adapter.index
Added the license file to distributions on PyPI
Fixed Illumos/Solaris compatibility
Set up universal wheels, ifaddr will have both source and wheel distributions on PyPI from now on


(adam)
diff -r1.3 -r1.4 pkgsrc/net/py-ifaddr/Makefile
diff -r1.2 -r1.3 pkgsrc/net/py-ifaddr/PLIST
diff -r1.1 -r1.2 pkgsrc/net/py-ifaddr/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/net/py-ifaddr/Makefile (expand / switch to unified diff)

--- pkgsrc/net/py-ifaddr/Makefile 2019/12/31 10:02:07 1.3
+++ pkgsrc/net/py-ifaddr/Makefile 2020/06/10 10:18:17 1.4
@@ -1,16 +1,21 @@ @@ -1,16 +1,21 @@
1# $NetBSD: Makefile,v 1.3 2019/12/31 10:02:07 mef Exp $ 1# $NetBSD: Makefile,v 1.4 2020/06/10 10:18:17 adam Exp $
2 2
3DISTNAME= ifaddr-0.1.6 3DISTNAME= ifaddr-0.1.7
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= net python 5CATEGORIES= net python
6MASTER_SITES= ${MASTER_SITE_PYPI:=i/ifaddr/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=i/ifaddr/}
7 7
8MAINTAINER= ryoon@NetBSD.org 8MAINTAINER= ryoon@NetBSD.org
9HOMEPAGE= https://github.com/pydron/ifaddr 9HOMEPAGE= https://github.com/pydron/ifaddr
10COMMENT= Enumerates all IP addresses on all network adapters of the system 10COMMENT= Enumerates all IP addresses on all network adapters of the system
11LICENSE= mit 11LICENSE= mit
12 12
 13.include "../../lang/python/pyversion.mk"
 14.if ${_PYTHON_VERSION} == 27
 15DEPENDS+= ${PYPKGPREFIX}-ipaddress-[0-9]*:../../net/py-ipaddress
 16.endif
 17
13USE_LANGUAGES= # none 18USE_LANGUAGES= # none
14 19
15.include "../../lang/python/egg.mk" 20.include "../../lang/python/egg.mk"
16.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/net/py-ifaddr/PLIST (expand / switch to unified diff)

--- pkgsrc/net/py-ifaddr/PLIST 2019/12/31 09:56:46 1.2
+++ pkgsrc/net/py-ifaddr/PLIST 2020/06/10 10:18:17 1.3
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1@comment $NetBSD: PLIST,v 1.2 2019/12/31 09:56:46 mef Exp $ 1@comment $NetBSD: PLIST,v 1.3 2020/06/10 10:18:17 adam Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}/requires.txt 5${PYSITELIB}/${EGG_INFODIR}/requires.txt
6${PYSITELIB}/${EGG_INFODIR}/top_level.txt 6${PYSITELIB}/${EGG_INFODIR}/top_level.txt
7${PYSITELIB}/ifaddr/__init__.py 7${PYSITELIB}/ifaddr/__init__.py
8${PYSITELIB}/ifaddr/__init__.pyo 
9${PYSITELIB}/ifaddr/__init__.pyc 8${PYSITELIB}/ifaddr/__init__.pyc
10${PYSITELIB}/ifaddr/_posix.pyo 9${PYSITELIB}/ifaddr/__init__.pyo
11${PYSITELIB}/ifaddr/_posix.pyc 
12${PYSITELIB}/ifaddr/_shared.pyo 
13${PYSITELIB}/ifaddr/_shared.pyc 
14${PYSITELIB}/ifaddr/_win32.pyo 
15${PYSITELIB}/ifaddr/_win32.pyc 
16${PYSITELIB}/ifaddr/test_ifaddr.pyo 
17${PYSITELIB}/ifaddr/test_ifaddr.pyc 
18${PYSITELIB}/ifaddr/_posix.py 10${PYSITELIB}/ifaddr/_posix.py
 11${PYSITELIB}/ifaddr/_posix.pyc
 12${PYSITELIB}/ifaddr/_posix.pyo
19${PYSITELIB}/ifaddr/_shared.py 13${PYSITELIB}/ifaddr/_shared.py
 14${PYSITELIB}/ifaddr/_shared.pyc
 15${PYSITELIB}/ifaddr/_shared.pyo
20${PYSITELIB}/ifaddr/_win32.py 16${PYSITELIB}/ifaddr/_win32.py
 17${PYSITELIB}/ifaddr/_win32.pyc
 18${PYSITELIB}/ifaddr/_win32.pyo
21${PYSITELIB}/ifaddr/test_ifaddr.py 19${PYSITELIB}/ifaddr/test_ifaddr.py
 20${PYSITELIB}/ifaddr/test_ifaddr.pyc
 21${PYSITELIB}/ifaddr/test_ifaddr.pyo

cvs diff -r1.1 -r1.2 pkgsrc/net/py-ifaddr/distinfo (expand / switch to unified diff)

--- pkgsrc/net/py-ifaddr/distinfo 2019/12/29 02:24:18 1.1
+++ pkgsrc/net/py-ifaddr/distinfo 2020/06/10 10:18:17 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2019/12/29 02:24:18 ryoon Exp $ 1$NetBSD: distinfo,v 1.2 2020/06/10 10:18:17 adam Exp $
2 2
3SHA1 (ifaddr-0.1.6.tar.gz) = 9e3577dc7c123ef602545c52ebd9fc64943afb44 3SHA1 (ifaddr-0.1.7.tar.gz) = a74dd735a96427020774df550b997d1ad034743d
4RMD160 (ifaddr-0.1.6.tar.gz) = a8821b461fa66445d6b18c40b8595b12b7ee7297 4RMD160 (ifaddr-0.1.7.tar.gz) = b524efab1ae747efdba26a5a98bd8b84fa4e055d
5SHA512 (ifaddr-0.1.6.tar.gz) = 911f81c32e808b9e61f7e98b8c67dc9b40cb64de864843cd7239f08538c9ff7cd45c8f16428b2ce200ea5f213a539c7ed8479432e02feb5e82e917f838ee0cb6 5SHA512 (ifaddr-0.1.7.tar.gz) = 9a428dd6bb022c8f483b77df9e9301f96e9ba64207eda8b3956a7ca5993bfe97f222c451149851135d379db1a819c75d0834566f3b6501456b2f237b0645e300
6Size (ifaddr-0.1.6.tar.gz) = 6526 bytes 6Size (ifaddr-0.1.7.tar.gz) = 9281 bytes