Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/py-ifaddr py-ifaddr: updated to 0.1.7
details: https://anonhg.NetBSD.org/pkgsrc/rev/2301a122de2c
branches: trunk
changeset: 434028:2301a122de2c
user: adam <adam%pkgsrc.org@localhost>
date: Wed Jun 10 10:18:17 2020 +0000
description:
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
diffstat:
net/py-ifaddr/Makefile | 9 +++++++--
net/py-ifaddr/PLIST | 22 +++++++++++-----------
net/py-ifaddr/distinfo | 10 +++++-----
3 files changed, 23 insertions(+), 18 deletions(-)
diffs (75 lines):
diff -r 5db2a65951e7 -r 2301a122de2c net/py-ifaddr/Makefile
--- a/net/py-ifaddr/Makefile Wed Jun 10 09:57:35 2020 +0000
+++ b/net/py-ifaddr/Makefile Wed Jun 10 10:18:17 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2019/12/31 10:02:07 mef Exp $
+# $NetBSD: Makefile,v 1.4 2020/06/10 10:18:17 adam Exp $
-DISTNAME= ifaddr-0.1.6
+DISTNAME= ifaddr-0.1.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/ifaddr/}
@@ -10,6 +10,11 @@
COMMENT= Enumerates all IP addresses on all network adapters of the system
LICENSE= mit
+.include "../../lang/python/pyversion.mk"
+.if ${_PYTHON_VERSION} == 27
+DEPENDS+= ${PYPKGPREFIX}-ipaddress-[0-9]*:../../net/py-ipaddress
+.endif
+
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
diff -r 5db2a65951e7 -r 2301a122de2c net/py-ifaddr/PLIST
--- a/net/py-ifaddr/PLIST Wed Jun 10 09:57:35 2020 +0000
+++ b/net/py-ifaddr/PLIST Wed Jun 10 10:18:17 2020 +0000
@@ -1,21 +1,21 @@
-@comment $NetBSD: PLIST,v 1.2 2019/12/31 09:56:46 mef Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/06/10 10:18:17 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/ifaddr/__init__.py
+${PYSITELIB}/ifaddr/__init__.pyc
${PYSITELIB}/ifaddr/__init__.pyo
-${PYSITELIB}/ifaddr/__init__.pyc
+${PYSITELIB}/ifaddr/_posix.py
+${PYSITELIB}/ifaddr/_posix.pyc
${PYSITELIB}/ifaddr/_posix.pyo
-${PYSITELIB}/ifaddr/_posix.pyc
+${PYSITELIB}/ifaddr/_shared.py
+${PYSITELIB}/ifaddr/_shared.pyc
${PYSITELIB}/ifaddr/_shared.pyo
-${PYSITELIB}/ifaddr/_shared.pyc
+${PYSITELIB}/ifaddr/_win32.py
+${PYSITELIB}/ifaddr/_win32.pyc
${PYSITELIB}/ifaddr/_win32.pyo
-${PYSITELIB}/ifaddr/_win32.pyc
-${PYSITELIB}/ifaddr/test_ifaddr.pyo
+${PYSITELIB}/ifaddr/test_ifaddr.py
${PYSITELIB}/ifaddr/test_ifaddr.pyc
-${PYSITELIB}/ifaddr/_posix.py
-${PYSITELIB}/ifaddr/_shared.py
-${PYSITELIB}/ifaddr/_win32.py
-${PYSITELIB}/ifaddr/test_ifaddr.py
+${PYSITELIB}/ifaddr/test_ifaddr.pyo
diff -r 5db2a65951e7 -r 2301a122de2c net/py-ifaddr/distinfo
--- a/net/py-ifaddr/distinfo Wed Jun 10 09:57:35 2020 +0000
+++ b/net/py-ifaddr/distinfo Wed Jun 10 10:18:17 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/12/29 02:24:18 ryoon Exp $
+$NetBSD: distinfo,v 1.2 2020/06/10 10:18:17 adam Exp $
-SHA1 (ifaddr-0.1.6.tar.gz) = 9e3577dc7c123ef602545c52ebd9fc64943afb44
-RMD160 (ifaddr-0.1.6.tar.gz) = a8821b461fa66445d6b18c40b8595b12b7ee7297
-SHA512 (ifaddr-0.1.6.tar.gz) = 911f81c32e808b9e61f7e98b8c67dc9b40cb64de864843cd7239f08538c9ff7cd45c8f16428b2ce200ea5f213a539c7ed8479432e02feb5e82e917f838ee0cb6
-Size (ifaddr-0.1.6.tar.gz) = 6526 bytes
+SHA1 (ifaddr-0.1.7.tar.gz) = a74dd735a96427020774df550b997d1ad034743d
+RMD160 (ifaddr-0.1.7.tar.gz) = b524efab1ae747efdba26a5a98bd8b84fa4e055d
+SHA512 (ifaddr-0.1.7.tar.gz) = 9a428dd6bb022c8f483b77df9e9301f96e9ba64207eda8b3956a7ca5993bfe97f222c451149851135d379db1a819c75d0834566f3b6501456b2f237b0645e300
+Size (ifaddr-0.1.7.tar.gz) = 9281 bytes
Home |
Main Index |
Thread Index |
Old Index