Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 May 2020 19:17:31 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536522 - head/net-im/py-python-telegram-bot
Message-ID:  <202005251917.04PJHVWY086849@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Mon May 25 19:17:31 2020
New Revision: 536522
URL: https://svnweb.freebsd.org/changeset/ports/536522

Log:
  Update net-im/py-python-telegram-bot to version 12.7 and apply portfmt.

Modified:
  head/net-im/py-python-telegram-bot/Makefile
  head/net-im/py-python-telegram-bot/distinfo

Modified: head/net-im/py-python-telegram-bot/Makefile
==============================================================================
--- head/net-im/py-python-telegram-bot/Makefile	Mon May 25 18:36:39 2020	(r536521)
+++ head/net-im/py-python-telegram-bot/Makefile	Mon May 25 19:17:31 2020	(r536522)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	python-telegram-bot
-PORTVERSION=	12.3.0
+PORTVERSION=	12.7
 CATEGORIES=	net-im devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,11 +13,14 @@ COMMENT=	Not just a Python wrapper around the Telegram
 LICENSE=	LGPL3
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR}
 
 NO_ARCH=	yes
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist distutils
+PYDISTUTILS_BUILDARGS=	--with-upstream-urllib3
 
 .include <bsd.port.pre.mk>
 

Modified: head/net-im/py-python-telegram-bot/distinfo
==============================================================================
--- head/net-im/py-python-telegram-bot/distinfo	Mon May 25 18:36:39 2020	(r536521)
+++ head/net-im/py-python-telegram-bot/distinfo	Mon May 25 19:17:31 2020	(r536522)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1578908776
-SHA256 (python-telegram-bot-12.3.0.tar.gz) = 41608512a3025a04ff7472efcaae344ad7533a77ae207685bb10fc2fc8282f7b
-SIZE (python-telegram-bot-12.3.0.tar.gz) = 231724
+TIMESTAMP = 1590432967
+SHA256 (python-telegram-bot-12.7.tar.gz) = 218b0583afb8baeefe6f2f1ddd8f1bb1ae30f0af3ce9160a372abd2cdf258eef
+SIZE (python-telegram-bot-12.7.tar.gz) = 253616



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005251917.04PJHVWY086849>