Index: head/devel/py-astroid/Makefile =================================================================== --- head/devel/py-astroid/Makefile (revision 533285) +++ head/devel/py-astroid/Makefile (revision 533286) @@ -1,32 +1,30 @@ # $FreeBSD$ PORTNAME= astroid -PORTVERSION= 2.3.3 -PORTREVISION= 1 +PORTVERSION= 2.4.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Abstract syntax tree for Python with inference support LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LESSER -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lazy-object-proxy>=1.4<1.5:devel/py-lazy-object-proxy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.12<2:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typed-ast>=1.4.0<1.5:devel/py-typed-ast@${PY_FLAVOR} \ ${PY_TYPING} \ ${PYTHON_PKGNAMEPREFIX}wrapt>=1.11<1.13:devel/py-wrapt@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} USES= python:3.5+ USE_PYTHON= autoplist distutils NO_ARCH= yes do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Index: head/devel/py-astroid/distinfo =================================================================== --- head/devel/py-astroid/distinfo (revision 533285) +++ head/devel/py-astroid/distinfo (revision 533286) @@ -1,3 +1,3 @@ -TIMESTAMP = 1573649196 -SHA256 (astroid-2.3.3.tar.gz) = 71ea07f44df9568a75d0f354c49143a4575d90645e9fead6dfb52c26a85ed13a -SIZE (astroid-2.3.3.tar.gz) = 297350 +TIMESTAMP = 1588092625 +SHA256 (astroid-2.4.0.tar.gz) = 29fa5d46a2404d01c834fcb802a3943685f1fc538eb2a02a161349f5505ac196 +SIZE (astroid-2.4.0.tar.gz) = 310255 Index: head/devel/py-astroid/files/patch-astroid-__pkginfo__.py =================================================================== --- head/devel/py-astroid/files/patch-astroid-__pkginfo__.py (revision 533285) +++ head/devel/py-astroid/files/patch-astroid-__pkginfo__.py (revision 533286) @@ -1,11 +1,11 @@ ---- astroid/__pkginfo__.py.orig 2019-11-06 18:41:21 UTC +--- astroid/__pkginfo__.py.orig 2020-04-27 09:43:18 UTC +++ astroid/__pkginfo__.py -@@ -24,7 +24,7 @@ extras_require = {} +@@ -28,7 +28,7 @@ extras_require = {} install_requires = [ "lazy_object_proxy==1.4.*", "six~=1.12", -- "wrapt==1.11.*", +- "wrapt~=1.11", + "wrapt>=1.11.0,<1.13", 'typed-ast>=1.4.0,<1.5;implementation_name== "cpython" and python_version<"3.8"', ]