diff options
author | nia <nia@pkgsrc.org> | 2018-07-25 16:27:23 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2018-07-25 16:27:23 +0000 |
commit | e86a872a05983ef906395ef482e0296111aae096 (patch) | |
tree | 2ae37dc1f2c460f83e725efbb197f81a5c18c5b5 /chat/Makefile | |
parent | 369813adce171e6c8b88cd4bb4ed3300248478cd (diff) | |
download | pkgsrc-e86a872a05983ef906395ef482e0296111aae096.tar.gz |
chat/py-Mastodon.py: Import version 1.2.2.
Mastodon.py is a Python wrapper for the Mastodon social networking API.
It is feature complete for the public API as of Mastodon version 2.1.0.
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 56c9c5460dc..50416eb16f7 100644 --- a/chat/Makefile +++ b/chat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.197 2017/11/26 10:48:04 wiz Exp $ +# $NetBSD: Makefile,v 1.198 2018/07/25 16:27:23 nia Exp $ # COMMENT= Communication programs @@ -105,6 +105,7 @@ SUBDIR+= prosody SUBDIR+= psi SUBDIR+= psybnc SUBDIR+= py-hangups +SUBDIR+= py-Mastodon.py SUBDIR+= py-xmpppy SUBDIR+= quirc SUBDIR+= riece |