Index: head/net-im/py-telepot/Makefile =================================================================== --- head/net-im/py-telepot/Makefile (revision 498318) +++ head/net-im/py-telepot/Makefile (revision 498319) @@ -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= python zip -USE_PYTHON= distutils autoplist +USES= dos2unix python +USE_PYTHON= autoplist concurrent distutils + NO_ARCH= yes .include .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 Index: head/net-im/py-telepot/distinfo =================================================================== --- head/net-im/py-telepot/distinfo (revision 498318) +++ head/net-im/py-telepot/distinfo (revision 498319) @@ -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 Index: head/net-im/py-telepot/pkg-descr =================================================================== --- head/net-im/py-telepot/pkg-descr (revision 498318) +++ head/net-im/py-telepot/pkg-descr (revision 498319) @@ -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