pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-ifaddr
Module Name: pkgsrc
Committed By: ryoon
Date: Sun Dec 29 02:24:18 UTC 2019
Added Files:
pkgsrc/net/py-ifaddr: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/net/py-ifaddr/DESCR \
pkgsrc/net/py-ifaddr/Makefile pkgsrc/net/py-ifaddr/PLIST \
pkgsrc/net/py-ifaddr/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/net/py-ifaddr/DESCR
diff -u /dev/null pkgsrc/net/py-ifaddr/DESCR:1.1
--- /dev/null Sun Dec 29 02:24:18 2019
+++ pkgsrc/net/py-ifaddr/DESCR Sun Dec 29 02:24:18 2019
@@ -0,0 +1,2 @@
+ifaddr is a small Python library that allows you to find all the
+IP addresses of the computer.
Index: pkgsrc/net/py-ifaddr/Makefile
diff -u /dev/null pkgsrc/net/py-ifaddr/Makefile:1.1
--- /dev/null Sun Dec 29 02:24:18 2019
+++ pkgsrc/net/py-ifaddr/Makefile Sun Dec 29 02:24:18 2019
@@ -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"
Index: pkgsrc/net/py-ifaddr/PLIST
diff -u /dev/null pkgsrc/net/py-ifaddr/PLIST:1.1
--- /dev/null Sun Dec 29 02:24:18 2019
+++ pkgsrc/net/py-ifaddr/PLIST Sun Dec 29 02:24:18 2019
@@ -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
Index: pkgsrc/net/py-ifaddr/distinfo
diff -u /dev/null pkgsrc/net/py-ifaddr/distinfo:1.1
--- /dev/null Sun Dec 29 02:24:18 2019
+++ pkgsrc/net/py-ifaddr/distinfo Sun Dec 29 02:24:18 2019
@@ -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