Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 2021 22:24:59 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: c296b3585b4a - main - devel/py-astroid: Update to 2.8.0
Message-ID:  <202109212224.18LMOx5Y038550@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=c296b3585b4a1f4594cbe7d80b8aa8a260672d7b

commit c296b3585b4a1f4594cbe7d80b8aa8a260672d7b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-09-21 22:13:15 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-09-21 22:23:28 +0000

    devel/py-astroid: Update to 2.8.0
    
    Changes:        https://github.com/PyCQA/astroid/releases
                    https://github.com/PyCQA/astroid/blob/master/ChangeLog
---
 devel/py-astroid/Makefile | 9 ++++++---
 devel/py-astroid/distinfo | 6 +++---
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/devel/py-astroid/Makefile b/devel/py-astroid/Makefile
index b3a4864808df..8537480439bc 100644
--- a/devel/py-astroid/Makefile
+++ b/devel/py-astroid/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	astroid
-PORTVERSION=	2.7.3
+PORTVERSION=	2.8.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -22,8 +22,11 @@ NO_ARCH=	yes
 .include <bsd.port.pre.mk>
 
 .if ${PYTHON_REL} < 30800
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}typed-ast>=1.4.0<1.5:devel/py-typed-ast@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4:devel/py-typing-extensions@${PY_FLAVOR}
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}typed-ast>=1.4.0<1.5:devel/py-typed-ast@${PY_FLAVOR}
+.endif
+
+.if ${PYTHON_REL} < 31000
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.10:devel/py-typing-extensions@${PY_FLAVOR}
 .endif
 
 do-test:
diff --git a/devel/py-astroid/distinfo b/devel/py-astroid/distinfo
index 8d9d067c3b61..f5c59e9360cb 100644
--- a/devel/py-astroid/distinfo
+++ b/devel/py-astroid/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1632037042
-SHA256 (astroid-2.7.3.tar.gz) = 3b680ce0419b8a771aba6190139a3998d14b413852506d99aff8dc2bf65ee67c
-SIZE (astroid-2.7.3.tar.gz) = 195637
+TIMESTAMP = 1632227502
+SHA256 (astroid-2.8.0.tar.gz) = fe81f80c0b35264acb5653302ffbd935d394f1775c5e4487df745bf9c2442708
+SIZE (astroid-2.8.0.tar.gz) = 197845



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