Date: Sun, 7 Apr 2019 20:06:29 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498319 - head/net-im/py-telepot Message-ID: <201904072006.x37K6TZt050233@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Apr 7 20:06:29 2019 New Revision: 498319 URL: https://svnweb.freebsd.org/changeset/ports/498319 Log: Update to 12.7 - Update pkg-descr - Update WWW - Take maintainership Changes: https://github.com/nickoala/telepot/blob/master/CHANGELOG.md Modified: head/net-im/py-telepot/Makefile head/net-im/py-telepot/distinfo head/net-im/py-telepot/pkg-descr Modified: head/net-im/py-telepot/Makefile ============================================================================== --- head/net-im/py-telepot/Makefile Sun Apr 7 20:06:23 2019 (r498318) +++ head/net-im/py-telepot/Makefile Sun Apr 7 20:06:29 2019 (r498319) @@ -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 <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> Modified: head/net-im/py-telepot/distinfo ============================================================================== --- head/net-im/py-telepot/distinfo Sun Apr 7 20:06:23 2019 (r498318) +++ head/net-im/py-telepot/distinfo Sun Apr 7 20:06:29 2019 (r498319) @@ -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 Modified: head/net-im/py-telepot/pkg-descr ============================================================================== --- head/net-im/py-telepot/pkg-descr Sun Apr 7 20:06:23 2019 (r498318) +++ head/net-im/py-telepot/pkg-descr Sun Apr 7 20:06:29 2019 (r498319) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904072006.x37K6TZt050233>