Date: Sun, 8 Aug 2021 22:04:30 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 15d846f5fd75 - main - devel/py-aioitertools: Update to 0.8.0 Message-ID: <202108082204.178M4Um9011252@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=15d846f5fd756726a610f785a2f56d7d4122cd52 commit 15d846f5fd756726a610f785a2f56d7d4122cd52 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-08-08 21:36:23 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-08-08 21:43:57 +0000 devel/py-aioitertools: Update to 0.8.0 Changes: https://github.com/omnilib/aioitertools/blob/main/CHANGELOG.md --- devel/py-aioitertools/Makefile | 12 ++++++++---- devel/py-aioitertools/distinfo | 6 +++--- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/devel/py-aioitertools/Makefile b/devel/py-aioitertools/Makefile index 3a1871735c8b..e56bc778b433 100644 --- a/devel/py-aioitertools/Makefile +++ b/devel/py-aioitertools/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= aioitertools -PORTVERSION= 0.7.1 +PORTVERSION= 0.8.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +12,15 @@ COMMENT= Itertools and builtins for AsyncIO and mixed iterables LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7:devel/py-typing-extensions@${PY_FLAVOR} - USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} < 30800 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7:devel/py-typing-extensions@${PY_FLAVOR} +.endif + +.include <bsd.port.post.mk> diff --git a/devel/py-aioitertools/distinfo b/devel/py-aioitertools/distinfo index c1185d98db16..ce3e5bee9fd9 100644 --- a/devel/py-aioitertools/distinfo +++ b/devel/py-aioitertools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1605426399 -SHA256 (aioitertools-0.7.1.tar.gz) = 54a56c7cf3b5290d1cb5e8974353c9f52c677612b5d69a859369a020c53414a3 -SIZE (aioitertools-0.7.1.tar.gz) = 27838 +TIMESTAMP = 1628439026 +SHA256 (aioitertools-0.8.0.tar.gz) = 8b02facfbc9b0f1867739949a223f3d3267ed8663691cc95abd94e2c1d8c2b46 +SIZE (aioitertools-0.8.0.tar.gz) = 30284
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108082204.178M4Um9011252>