pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-pynng py-pynng: import version 0.7.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b1655bf4bebe
branches:  trunk
changeset: 452464:b1655bf4bebe
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Tue May 11 08:56:00 2021 +0000

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

 net/py-pynng/DESCR    |   5 +++++
 net/py-pynng/Makefile |  16 ++++++++++++++++
 net/py-pynng/PLIST    |  31 +++++++++++++++++++++++++++++++
 net/py-pynng/distinfo |   6 ++++++
 4 files changed, 58 insertions(+), 0 deletions(-)

diffs (74 lines):

diff -r 8ae0ae79dd84 -r b1655bf4bebe net/py-pynng/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-pynng/DESCR        Tue May 11 08:56:00 2021 +0000
@@ -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 -r 8ae0ae79dd84 -r b1655bf4bebe net/py-pynng/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-pynng/Makefile     Tue May 11 08:56:00 2021 +0000
@@ -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@localhost
+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 -r 8ae0ae79dd84 -r b1655bf4bebe net/py-pynng/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-pynng/PLIST        Tue May 11 08:56:00 2021 +0000
@@ -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 -r 8ae0ae79dd84 -r b1655bf4bebe net/py-pynng/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-pynng/distinfo     Tue May 11 08:56:00 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index