aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2016-08-05 12:52:01 +0800
committerkevlo <kevlo@FreeBSD.org>2016-08-05 12:52:01 +0800
commit523541d00fe2f0725c688ece44a70cf091b113b5 (patch)
tree2a9d404d1d9caf55ef669fd24e11e2569202f6e2
parent062a3236c54d033c9ad0b929addceff16882739e (diff)
downloadfreebsd-ports-graphics-523541d00fe2f0725c688ece44a70cf091b113b5.tar.gz
freebsd-ports-graphics-523541d00fe2f0725c688ece44a70cf091b113b5.tar.zst
freebsd-ports-graphics-523541d00fe2f0725c688ece44a70cf091b113b5.zip
Import py-telepot 8.3
Telepot is a Python framework for Telegram Bot API.
-rw-r--r--net-im/Makefile1
-rw-r--r--net-im/py-telepot/Makefile20
-rw-r--r--net-im/py-telepot/distinfo3
-rw-r--r--net-im/py-telepot/pkg-descr3
4 files changed, 27 insertions, 0 deletions
diff --git a/net-im/Makefile b/net-im/Makefile
index 13c4001fa9b..934d6e02bb4 100644
--- a/net-im/Makefile
+++ b/net-im/Makefile
@@ -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
diff --git a/net-im/py-telepot/Makefile b/net-im/py-telepot/Makefile
new file mode 100644
index 00000000000..ac491863e0d
--- /dev/null
+++ b/net-im/py-telepot/Makefile
@@ -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>
diff --git a/net-im/py-telepot/distinfo b/net-im/py-telepot/distinfo
new file mode 100644
index 00000000000..51bb8e17ce4
--- /dev/null
+++ b/net-im/py-telepot/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1470366151
+SHA256 (telepot-8.3.zip) = 64bd0accc61ef759d14fddb6858a3ae86709cfae8da9229aae862851ff1ae06e
+SIZE (telepot-8.3.zip) = 68297
diff --git a/net-im/py-telepot/pkg-descr b/net-im/py-telepot/pkg-descr
new file mode 100644
index 00000000000..a2998e1738a
--- /dev/null
+++ b/net-im/py-telepot/pkg-descr
@@ -0,0 +1,3 @@
+Telepot is a Python client which is the REST wrapper for Telegram API.
+
+WWW: https://github.com/nickoala/telepot/