aboutsummaryrefslogtreecommitdiff
path: root/net-im/py-telepot
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-04-07 20:06:29 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-04-07 20:06:29 +0000
commit9a1e0e221d119415fcf750d4576f040721b3c7dd (patch)
tree8b5b893c81933b64f02133681d72f0b545c2b7f9 /net-im/py-telepot
parent0c6d3e5444a55d5d3a9cdf291f38cfc4cdf47984 (diff)
downloadports-9a1e0e221d119415fcf750d4576f040721b3c7dd.tar.gz
ports-9a1e0e221d119415fcf750d4576f040721b3c7dd.zip
Update to 12.7
- Update pkg-descr - Update WWW - Take maintainership Changes: https://github.com/nickoala/telepot/blob/master/CHANGELOG.md
Notes
Notes: svn path=/head/; revision=498319
Diffstat (limited to 'net-im/py-telepot')
-rw-r--r--net-im/py-telepot/Makefile13
-rw-r--r--net-im/py-telepot/distinfo6
-rw-r--r--net-im/py-telepot/pkg-descr4
3 files changed, 12 insertions, 11 deletions
diff --git a/net-im/py-telepot/Makefile b/net-im/py-telepot/Makefile
index 3bb45ca13381..4100133de79d 100644
--- a/net-im/py-telepot/Makefile
+++ b/net-im/py-telepot/Makefile
@@ -1,26 +1,27 @@
# $FreeBSD$
PORTNAME= telepot
-DISTVERSION= 12.0
+DISTVERSION= 12.7
CATEGORIES= net-im python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python framework for Telegram Bot API
LICENSE= MIT
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>=1.9.1:net/py-urllib3@${PY_FLAVOR}
+
+USES= dos2unix python
+USE_PYTHON= autoplist concurrent distutils
-USES= python zip
-USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} >= 3500
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR}
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.0.0:www/py-aiohttp@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>
diff --git a/net-im/py-telepot/distinfo b/net-im/py-telepot/distinfo
index 282a89f348e5..0f83318fc70a 100644
--- a/net-im/py-telepot/distinfo
+++ b/net-im/py-telepot/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1518414987
-SHA256 (telepot-12.0.zip) = 9c54aebd58ee46d042f3c78870c37fb5b912326b7c2f796840a5bfd5bb60ad49
-SIZE (telepot-12.0.zip) = 82877
+TIMESTAMP = 1554644605
+SHA256 (telepot-12.7.tar.gz) = ba123e49e72d0bd471543350c5a3aacd5a7ac38aaf7f0abccaf786936b3ba8b0
+SIZE (telepot-12.7.tar.gz) = 73143
diff --git a/net-im/py-telepot/pkg-descr b/net-im/py-telepot/pkg-descr
index a2998e1738ab..4481f9267ac6 100644
--- a/net-im/py-telepot/pkg-descr
+++ b/net-im/py-telepot/pkg-descr
@@ -1,3 +1,3 @@
-Telepot is a Python client which is the REST wrapper for Telegram API.
+Telepot helps you build applications for Telegram Bot API.
-WWW: https://github.com/nickoala/telepot/
+WWW: https://github.com/nickoala/telepot