aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorkoobs <koobs@FreeBSD.org>2015-03-03 11:23:03 +0800
committerkoobs <koobs@FreeBSD.org>2015-03-03 11:23:03 +0800
commitb0f6bb95b7462523c68078c5370ae1e3419b3cab (patch)
tree2eb0d7eecbe82044b5c628f82e7222b2105e476e /net-im
parent66afd4f2ace47759a3b3e62b348ca450a752b541 (diff)
downloadfreebsd-ports-gnome-b0f6bb95b7462523c68078c5370ae1e3419b3cab.tar.gz
freebsd-ports-gnome-b0f6bb95b7462523c68078c5370ae1e3419b3cab.tar.zst
freebsd-ports-gnome-b0f6bb95b7462523c68078c5370ae1e3419b3cab.zip
[NEW] net-im/py-slackclient: Python client for Slack.com
A basic client for Slack.com, which can optionally connect to the Slack Real Time Messaging (RTM) API. WWW: https://github.com/slackhq/python-slackclient
Diffstat (limited to 'net-im')
-rw-r--r--net-im/Makefile1
-rw-r--r--net-im/py-slackclient/Makefile20
-rw-r--r--net-im/py-slackclient/distinfo2
-rw-r--r--net-im/py-slackclient/pkg-descr4
4 files changed, 27 insertions, 0 deletions
diff --git a/net-im/Makefile b/net-im/Makefile
index 7c972e6c7de5..28e624b728b9 100644
--- a/net-im/Makefile
+++ b/net-im/Makefile
@@ -128,6 +128,7 @@
SUBDIR += py-punjab
SUBDIR += py-pyxmpp
SUBDIR += py-skype4py
+ SUBDIR += py-slackclient
SUBDIR += py-sleekxmpp
SUBDIR += py-twistedWords
SUBDIR += py-xmpppy
diff --git a/net-im/py-slackclient/Makefile b/net-im/py-slackclient/Makefile
new file mode 100644
index 000000000000..d5a208fb1dfe
--- /dev/null
+++ b/net-im/py-slackclient/Makefile
@@ -0,0 +1,20 @@
+# Created by: Kubilay Kocak <koobs@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= slackclient
+PORTVERSION= 0.14
+CATEGORIES= net-im python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= koobs@FreeBSD.org
+COMMENT= Python client for Slack.com
+
+LICENSE= MIT
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}websocket-client>0:${PORTSDIR}/www/py-websocket-client
+
+USES= python:-2.7
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>
diff --git a/net-im/py-slackclient/distinfo b/net-im/py-slackclient/distinfo
new file mode 100644
index 000000000000..cf6166469d67
--- /dev/null
+++ b/net-im/py-slackclient/distinfo
@@ -0,0 +1,2 @@
+SHA256 (slackclient-0.14.tar.gz) = 94559f05b4b7a2df44c83f7931cd2529c29747860573f9cb2e4e538ce44258d1
+SIZE (slackclient-0.14.tar.gz) = 2808
diff --git a/net-im/py-slackclient/pkg-descr b/net-im/py-slackclient/pkg-descr
new file mode 100644
index 000000000000..5adb6f139b6c
--- /dev/null
+++ b/net-im/py-slackclient/pkg-descr
@@ -0,0 +1,4 @@
+A basic client for Slack.com, which can optionally connect to the Slack
+Real Time Messaging (RTM) API.
+
+WWW: https://github.com/slackhq/python-slackclient