svn commit: r380336 - in head/net-im: . py-slackclient

Kubilay Kocak koobs at FreeBSD.org
Tue Mar 3 03:23:06 UTC 2015


Author: koobs
Date: Tue Mar  3 03:23:03 2015
New Revision: 380336
URL: https://svnweb.freebsd.org/changeset/ports/380336
QAT: https://qat.redports.org/buildarchive/r380336/

Log:
  [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

Added:
  head/net-im/py-slackclient/
  head/net-im/py-slackclient/Makefile   (contents, props changed)
  head/net-im/py-slackclient/distinfo   (contents, props changed)
  head/net-im/py-slackclient/pkg-descr   (contents, props changed)
Modified:
  head/net-im/Makefile

Modified: head/net-im/Makefile
==============================================================================
--- head/net-im/Makefile	Tue Mar  3 02:57:03 2015	(r380335)
+++ head/net-im/Makefile	Tue Mar  3 03:23:03 2015	(r380336)
@@ -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

Added: head/net-im/py-slackclient/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/py-slackclient/Makefile	Tue Mar  3 03:23:03 2015	(r380336)
@@ -0,0 +1,20 @@
+# Created by: Kubilay Kocak <koobs at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	slackclient
+PORTVERSION=	0.14
+CATEGORIES=	net-im python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	koobs at 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>

Added: head/net-im/py-slackclient/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/py-slackclient/distinfo	Tue Mar  3 03:23:03 2015	(r380336)
@@ -0,0 +1,2 @@
+SHA256 (slackclient-0.14.tar.gz) = 94559f05b4b7a2df44c83f7931cd2529c29747860573f9cb2e4e538ce44258d1
+SIZE (slackclient-0.14.tar.gz) = 2808

Added: head/net-im/py-slackclient/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/py-slackclient/pkg-descr	Tue Mar  3 03:23:03 2015	(r380336)
@@ -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


More information about the svn-ports-head mailing list