diff options
author | nia <nia@pkgsrc.org> | 2018-09-19 16:13:00 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2018-09-19 16:13:00 +0000 |
commit | 09f61e881fa1c02c2345de64ea6ae8da94c16960 (patch) | |
tree | 81f7054af2d24810ddccffe6a34e8a162eae3007 /chat/Makefile | |
parent | c26241727559b58aeddbd75684573f96a8bdaf2a (diff) | |
download | pkgsrc-09f61e881fa1c02c2345de64ea6ae8da94c16960.tar.gz |
chat/py-nbxmpp: Import version 0.6.7
py-nbxmpp is a Python library that provides a way for Python applications
to use Jabber/XMPP networks in a non-blocking way.
This library was originally a fork of xmpppy, but using non-blocking
sockets.
Diffstat (limited to 'chat/Makefile')
-rw-r--r-- | chat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/Makefile b/chat/Makefile index 971dcd83621..ee43498ae68 100644 --- a/chat/Makefile +++ b/chat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.202 2018/08/20 05:21:04 wiz Exp $ +# $NetBSD: Makefile,v 1.203 2018/09/19 16:13:00 nia Exp $ # COMMENT= Communication programs @@ -104,6 +104,7 @@ SUBDIR+= psi SUBDIR+= psybnc SUBDIR+= py-hangups SUBDIR+= py-mastodon +SUBDIR+= py-nbxmpp SUBDIR+= py-xmpppy SUBDIR+= quirc SUBDIR+= riece |