Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Aug 2016 04:52:01 +0000 (UTC)
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419667 - in head/net-im: . py-telepot
Message-ID:  <201608050452.u754q1o3084163@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevlo
Date: Fri Aug  5 04:52:01 2016
New Revision: 419667
URL: https://svnweb.freebsd.org/changeset/ports/419667

Log:
  Import py-telepot 8.3
  
  Telepot is a Python framework for Telegram Bot API.

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

Modified: head/net-im/Makefile
==============================================================================
--- head/net-im/Makefile	Fri Aug  5 02:30:18 2016	(r419666)
+++ head/net-im/Makefile	Fri Aug  5 04:52:01 2016	(r419667)
@@ -136,6 +136,7 @@
     SUBDIR += py-skype4py
     SUBDIR += py-slackclient
     SUBDIR += py-sleekxmpp
+    SUBDIR += py-telepot
     SUBDIR += py-twistedWords
     SUBDIR += py-xmpppy
     SUBDIR += py-xmpppy-irc

Added: head/net-im/py-telepot/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/py-telepot/Makefile	Fri Aug  5 04:52:01 2016	(r419667)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	telepot
+PORTVERSION=	8.3
+CATEGORIES=	net-im python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	kevlo@FreeBSD.org
+COMMENT=	Python framework for Telegram Bot API
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3
+
+NO_ARCH=	yes
+USES=		python zip
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>

Added: head/net-im/py-telepot/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/py-telepot/distinfo	Fri Aug  5 04:52:01 2016	(r419667)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1470366151
+SHA256 (telepot-8.3.zip) = 64bd0accc61ef759d14fddb6858a3ae86709cfae8da9229aae862851ff1ae06e
+SIZE (telepot-8.3.zip) = 68297

Added: head/net-im/py-telepot/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/py-telepot/pkg-descr	Fri Aug  5 04:52:01 2016	(r419667)
@@ -0,0 +1,3 @@
+Telepot is a Python client which is the REST wrapper for Telegram API.
+
+WWW: https://github.com/nickoala/telepot/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608050452.u754q1o3084163>