From owner-svn-ports-head@freebsd.org Sun Apr 7 20:06:37 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5B341569303; Sun, 7 Apr 2019 20:06:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6A7596F9C5; Sun, 7 Apr 2019 20:06:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 25E501904F; Sun, 7 Apr 2019 20:06:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x37K6UsB050236; Sun, 7 Apr 2019 20:06:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x37K6TZt050233; Sun, 7 Apr 2019 20:06:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201904072006.x37K6TZt050233@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Apr 2019 20:06:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498319 - head/net-im/py-telepot X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net-im/py-telepot X-SVN-Commit-Revision: 498319 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6A7596F9C5 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.979,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Apr 2019 20:06:37 -0000 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 .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 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