Date: Sat, 23 Mar 2024 15:01:10 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: 2c4a94137168 - main - devel/py-pyright: Update to 1.1.354 Message-ID: <202403231501.42NF1AUZ002175@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=2c4a94137168ba107c79c181724a5b26be6e834a commit 2c4a94137168ba107c79c181724a5b26be6e834a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-23 14:21:26 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-23 14:49:22 +0000 devel/py-pyright: Update to 1.1.354 - Convert to USE_PYTHON=pep517 Changes: https://github.com/RobertCraigie/pyright-python/releases --- devel/py-pyright/Makefile | 6 ++++-- devel/py-pyright/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/devel/py-pyright/Makefile b/devel/py-pyright/Makefile index d62c2acd1afd..16ca8ea8e7e3 100644 --- a/devel/py-pyright/Makefile +++ b/devel/py-pyright/Makefile @@ -1,5 +1,5 @@ PORTNAME= pyright -PORTVERSION= 1.1.352 +PORTVERSION= 1.1.354 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +11,12 @@ WWW= https://github.com/RobertCraigie/pyright-python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nodeenv>=1.6.0:devel/py-nodeenv@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-pyright/distinfo b/devel/py-pyright/distinfo index d76d42dc386c..e80f1c937eb5 100644 --- a/devel/py-pyright/distinfo +++ b/devel/py-pyright/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709390644 -SHA256 (pyright-1.1.352.tar.gz) = a621c0dfbcf1291b3610641a07380fefaa1d0e182890a1b2a7f13b446e8109a9 -SIZE (pyright-1.1.352.tar.gz) = 17479 +TIMESTAMP = 1710712474 +SHA256 (pyright-1.1.354.tar.gz) = b1070dc774ff2e79eb0523fe87f4ba9a90550de7e4b030a2bc9e031864029a1f +SIZE (pyright-1.1.354.tar.gz) = 17480
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403231501.42NF1AUZ002175>