aboutsummaryrefslogtreecommitdiff
path: root/net-im/py-telepot
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2016-08-05 04:52:01 +0000
committerKevin Lo <kevlo@FreeBSD.org>2016-08-05 04:52:01 +0000
commit348a89efb4268089c502cfdfa5c91f169d3c4249 (patch)
tree2a9d404d1d9caf55ef669fd24e11e2569202f6e2 /net-im/py-telepot
parentb95421020da70c3d4ae85d4b9a337ec7fab7385b (diff)
downloadports-348a89efb4268089c502cfdfa5c91f169d3c4249.tar.gz
ports-348a89efb4268089c502cfdfa5c91f169d3c4249.zip
Import py-telepot 8.3
Telepot is a Python framework for Telegram Bot API.
Notes
Notes: svn path=/head/; revision=419667
Diffstat (limited to 'net-im/py-telepot')
-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
3 files changed, 26 insertions, 0 deletions
diff --git a/net-im/py-telepot/Makefile b/net-im/py-telepot/Makefile
new file mode 100644
index 000000000000..ac491863e0d1
--- /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 000000000000..51bb8e17ce4d
--- /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 000000000000..a2998e1738ab
--- /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/