summaryrefslogtreecommitdiff
path: root/net/py-ifaddr
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2019-12-29 02:24:18 +0000
committerryoon <ryoon@pkgsrc.org>2019-12-29 02:24:18 +0000
commitdf131b81fbe2254de79942f32f1b06c4ba3c2092 (patch)
tree01fd2987063fba3d274820426700070900058c75 /net/py-ifaddr
parent156acaa5a0d73e99a707b7e5cdbc2b90b29a006b (diff)
downloadpkgsrc-df131b81fbe2254de79942f32f1b06c4ba3c2092.tar.gz
net/py-ifaddr: import py38-ifaddr-0.1.6
ifaddr is a small Python library that allows you to find all the IP addresses of the computer.
Diffstat (limited to 'net/py-ifaddr')
-rw-r--r--net/py-ifaddr/DESCR2
-rw-r--r--net/py-ifaddr/Makefile16
-rw-r--r--net/py-ifaddr/PLIST20
-rw-r--r--net/py-ifaddr/distinfo6
4 files changed, 44 insertions, 0 deletions
diff --git a/net/py-ifaddr/DESCR b/net/py-ifaddr/DESCR
new file mode 100644
index 00000000000..52ee6a77aa3
--- /dev/null
+++ b/net/py-ifaddr/DESCR
@@ -0,0 +1,2 @@
+ifaddr is a small Python library that allows you to find all the
+IP addresses of the computer.
diff --git a/net/py-ifaddr/Makefile b/net/py-ifaddr/Makefile
new file mode 100644
index 00000000000..af996d089db
--- /dev/null
+++ b/net/py-ifaddr/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2019/12/29 02:24:18 ryoon Exp $
+
+DISTNAME= ifaddr-0.1.6
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= net python
+MASTER_SITES= ${MASTER_SITE_PYPI:=i/ifaddr/}
+
+MAINTAINER= ryoon@NetBSD.org
+HOMEPAGE= https://github.com/pydron/ifaddr
+COMMENT= Enumerates all IP addresses on all network adapters of the system
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/py-ifaddr/PLIST b/net/py-ifaddr/PLIST
new file mode 100644
index 00000000000..acf2d180406
--- /dev/null
+++ b/net/py-ifaddr/PLIST
@@ -0,0 +1,20 @@
+@comment $NetBSD: PLIST,v 1.1 2019/12/29 02:24:18 ryoon Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/ifaddr/__init__.py
+${PYSITELIB}/ifaddr/__init__.pyo
+${PYSITELIB}/ifaddr/__init__.pyc
+${PYSITELIB}/ifaddr/_posix.pyo
+${PYSITELIB}/ifaddr/_posix.pyc
+${PYSITELIB}/ifaddr/_shared.pyo
+${PYSITELIB}/ifaddr/_shared.pyc
+${PYSITELIB}/ifaddr/_win32.pyo
+${PYSITELIB}/ifaddr/_win32.pyc
+${PYSITELIB}/ifaddr/test_ifaddr.pyo
+${PYSITELIB}/ifaddr/test_ifaddr.pyc
+${PYSITELIB}/ifaddr/_posix.py
+${PYSITELIB}/ifaddr/_shared.py
+${PYSITELIB}/ifaddr/_win32.py
+${PYSITELIB}/ifaddr/test_ifaddr.py
diff --git a/net/py-ifaddr/distinfo b/net/py-ifaddr/distinfo
new file mode 100644
index 00000000000..b5f2e8a4fe3
--- /dev/null
+++ b/net/py-ifaddr/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/12/29 02:24:18 ryoon 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