Date: Fri, 30 Jun 2023 07:20:11 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: d984df82c80b - main - devel/py-pyright: Update to 1.1.313 Message-ID: <202306300720.35U7KBIt071650@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=d984df82c80b33d11b588bb8f5fdea7cf650806d commit d984df82c80b33d11b588bb8f5fdea7cf650806d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-30 07:03:53 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-30 07:03:53 +0000 devel/py-pyright: Update to 1.1.313 - Remove outdated PYTHON_REL check after lang/python37 removal Changes: https://github.com/RobertCraigie/pyright-python/releases --- devel/py-pyright/Makefile | 10 ++-------- devel/py-pyright/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/devel/py-pyright/Makefile b/devel/py-pyright/Makefile index 12ea58791beb..460ef6b8fce2 100644 --- a/devel/py-pyright/Makefile +++ b/devel/py-pyright/Makefile @@ -1,5 +1,5 @@ PORTNAME= pyright -PORTVERSION= 1.1.311 +PORTVERSION= 1.1.313 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,10 +18,4 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -.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> +.include <bsd.port.mk> diff --git a/devel/py-pyright/distinfo b/devel/py-pyright/distinfo index 1cd9517ef41b..01a8a55b9d05 100644 --- a/devel/py-pyright/distinfo +++ b/devel/py-pyright/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685792292 -SHA256 (pyright-1.1.311.tar.gz) = 554b555d3f770e8da2e76d6bb94e2ac63b3edc7dcd5fb8de202f9dd53e36689a -SIZE (pyright-1.1.311.tar.gz) = 16659 +TIMESTAMP = 1686496762 +SHA256 (pyright-1.1.313.tar.gz) = 95fa963337e2cfd4900601197d0f866d8c51732dea6c0bb12f962f92a79c77e3 +SIZE (pyright-1.1.313.tar.gz) = 16689
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306300720.35U7KBIt071650>