summaryrefslogtreecommitdiff
path: root/net/py-pynng
diff options
context:
space:
mode:
authorkhorben <khorben@pkgsrc.org>2021-05-11 08:56:00 +0000
committerkhorben <khorben@pkgsrc.org>2021-05-11 08:56:00 +0000
commit0b35e2f123b8ead680ad88826f427021597b4f45 (patch)
tree5109eb3075819c112e0927c553032323b7a5f009 /net/py-pynng
parentb09249b35f634bcedcc0b11eccd108210c74a5a4 (diff)
downloadpkgsrc-0b35e2f123b8ead680ad88826f427021597b4f45.tar.gz
py-pynng: import version 0.7.1
pynng provides a nice interface on top of the full power of nng. nng, and therefore pynng, make it easy to communicate between processes on a single computer or computers across a network. This library is compatible with Python 3.5 or newer. nng is the rewriting of Nanomsg, which is the spiritual successor to ZeroMQ.
Diffstat (limited to 'net/py-pynng')
-rw-r--r--net/py-pynng/DESCR5
-rw-r--r--net/py-pynng/Makefile16
-rw-r--r--net/py-pynng/PLIST31
-rw-r--r--net/py-pynng/distinfo6
4 files changed, 58 insertions, 0 deletions
diff --git a/net/py-pynng/DESCR b/net/py-pynng/DESCR
new file mode 100644
index 00000000000..d0f0398c026
--- /dev/null
+++ b/net/py-pynng/DESCR
@@ -0,0 +1,5 @@
+pynng provides a nice interface on top of the full power of nng. nng, and
+therefore pynng, make it easy to communicate between processes on a single
+computer or computers across a network. This library is compatible with Python
+3.5 or newer. nng is the rewriting of Nanomsg, which is the spiritual successor
+to ZeroMQ.
diff --git a/net/py-pynng/Makefile b/net/py-pynng/Makefile
new file mode 100644
index 00000000000..84caa342d72
--- /dev/null
+++ b/net/py-pynng/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2021/05/11 08:56:00 khorben Exp $
+
+DISTNAME= pynng-0.7.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= net python
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/pynng/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://github.com/codypiersall/pynng
+COMMENT= Ergonomic bindings for nanomsg next generation (nng) in Python
+LICENSE= mit
+
+PYTHON_VERSIONS_ACCEPTED= 39 38 37 36
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/py-pynng/PLIST b/net/py-pynng/PLIST
new file mode 100644
index 00000000000..5fb23c54bd8
--- /dev/null
+++ b/net/py-pynng/PLIST
@@ -0,0 +1,31 @@
+@comment $NetBSD: PLIST,v 1.1 2021/05/11 08:56:00 khorben Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pynng/__init__.py
+${PYSITELIB}/pynng/__init__.pyc
+${PYSITELIB}/pynng/__init__.pyo
+${PYSITELIB}/pynng/_aio.py
+${PYSITELIB}/pynng/_aio.pyc
+${PYSITELIB}/pynng/_aio.pyo
+${PYSITELIB}/pynng/_nng.abi3.so
+${PYSITELIB}/pynng/_version.py
+${PYSITELIB}/pynng/_version.pyc
+${PYSITELIB}/pynng/_version.pyo
+${PYSITELIB}/pynng/exceptions.py
+${PYSITELIB}/pynng/exceptions.pyc
+${PYSITELIB}/pynng/exceptions.pyo
+${PYSITELIB}/pynng/nng.py
+${PYSITELIB}/pynng/nng.pyc
+${PYSITELIB}/pynng/nng.pyo
+${PYSITELIB}/pynng/options.py
+${PYSITELIB}/pynng/options.pyc
+${PYSITELIB}/pynng/options.pyo
+${PYSITELIB}/pynng/sockaddr.py
+${PYSITELIB}/pynng/sockaddr.pyc
+${PYSITELIB}/pynng/sockaddr.pyo
+${PYSITELIB}/pynng/tls.py
+${PYSITELIB}/pynng/tls.pyc
+${PYSITELIB}/pynng/tls.pyo
diff --git a/net/py-pynng/distinfo b/net/py-pynng/distinfo
new file mode 100644
index 00000000000..475db45af71
--- /dev/null
+++ b/net/py-pynng/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/05/11 08:56:00 khorben Exp $
+
+SHA1 (pynng-0.7.1.tar.gz) = 306806f168cc064f830e064b2b748550cb726bf9
+RMD160 (pynng-0.7.1.tar.gz) = 79f7e542b2cf2db0c9b93ce67fe3d979a58f55a6
+SHA512 (pynng-0.7.1.tar.gz) = 72fc89902474dee6b2ae31cf8e572cd15deead170d8eacba73716b0df0ae3a24611fc1be9d098910cbe4a47dfff1e4a5f98cf8aeca946c469d80a2ae24c35b5f
+Size (pynng-0.7.1.tar.gz) = 3815296 bytes