git: 9fe65c808923 - main - devel/py-astroid: Update to 2.5.7

Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jun 10 14:48:47 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9fe65c8089239059fe94f68478725f8a4b4168ab

commit 9fe65c8089239059fe94f68478725f8a4b4168ab
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-10 14:29:45 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-10 14:46:13 +0000

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

diff --git a/devel/py-astroid/Makefile b/devel/py-astroid/Makefile
index 610ce56e3615..479698694bf5 100644
--- a/devel/py-astroid/Makefile
+++ b/devel/py-astroid/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	astroid
-PORTVERSION=	2.5.6
+PORTVERSION=	2.5.7
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,6 +10,7 @@ COMMENT=	Abstract syntax tree for Python with inference support
 LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lazy-object-proxy>=1.4.0:devel/py-lazy-object-proxy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wrapt>=1.11<1.13:devel/py-wrapt@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
@@ -22,7 +23,8 @@ 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}
+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}
 .endif
 
 do-test:
diff --git a/devel/py-astroid/distinfo b/devel/py-astroid/distinfo
index 6a3f1ece2144..6754d8eccac7 100644
--- a/devel/py-astroid/distinfo
+++ b/devel/py-astroid/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1619725343
-SHA256 (astroid-2.5.6.tar.gz) = 8a398dfce302c13f14bab13e2b14fe385d32b73f4e4853b9bdfb64598baa1975
-SIZE (astroid-2.5.6.tar.gz) = 181541
+TIMESTAMP = 1622213938
+SHA256 (astroid-2.5.7.tar.gz) = d66a600e1602736a0f24f725a511b0e50d12eb18f54b31ec276d2c26a0a62c6a
+SIZE (astroid-2.5.7.tar.gz) = 183983


More information about the dev-commits-ports-main mailing list