diff options
author | khorben <khorben@pkgsrc.org> | 2021-05-11 08:56:00 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2021-05-11 08:56:00 +0000 |
commit | 0b35e2f123b8ead680ad88826f427021597b4f45 (patch) | |
tree | 5109eb3075819c112e0927c553032323b7a5f009 /net/py-pynng/Makefile | |
parent | b09249b35f634bcedcc0b11eccd108210c74a5a4 (diff) | |
download | pkgsrc-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/Makefile')
-rw-r--r-- | net/py-pynng/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
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" |