pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-ifaddr net/py-ifaddr: import py38-ifaddr-0.1.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f8c79f0ae8d
branches:  trunk
changeset: 406643:7f8c79f0ae8d
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sun Dec 29 02:24:18 2019 +0000

description:
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:

 net/py-ifaddr/DESCR    |   2 ++
 net/py-ifaddr/Makefile |  16 ++++++++++++++++
 net/py-ifaddr/PLIST    |  20 ++++++++++++++++++++
 net/py-ifaddr/distinfo |   6 ++++++
 4 files changed, 44 insertions(+), 0 deletions(-)

diffs (60 lines):

diff -r 2493d420f532 -r 7f8c79f0ae8d net/py-ifaddr/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-ifaddr/DESCR       Sun Dec 29 02:24:18 2019 +0000
@@ -0,0 +1,2 @@
+ifaddr is a small Python library that allows you to find all the
+IP addresses of the computer.
diff -r 2493d420f532 -r 7f8c79f0ae8d net/py-ifaddr/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-ifaddr/Makefile    Sun Dec 29 02:24:18 2019 +0000
@@ -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@localhost
+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 -r 2493d420f532 -r 7f8c79f0ae8d net/py-ifaddr/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-ifaddr/PLIST       Sun Dec 29 02:24:18 2019 +0000
@@ -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 -r 2493d420f532 -r 7f8c79f0ae8d net/py-ifaddr/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-ifaddr/distinfo    Sun Dec 29 02:24:18 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index