git: 71a9e05b1dcd - main - devel/py-pyright: Update to 1.1.304

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 27 Apr 2023 15:53:06 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=71a9e05b1dcd79d12aca63ab7b0e70bff0b9978d

commit 71a9e05b1dcd79d12aca63ab7b0e70bff0b9978d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-27 15:46:14 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-27 15:46:14 +0000

    devel/py-pyright: Update to 1.1.304
    
    Changes:        https://github.com/RobertCraigie/pyright-python/releases
---
 devel/py-pyright/Makefile                     | 4 ++--
 devel/py-pyright/distinfo                     | 6 +++---
 devel/py-pyright/files/patch-requirements.txt | 6 ------
 3 files changed, 5 insertions(+), 11 deletions(-)

diff --git a/devel/py-pyright/Makefile b/devel/py-pyright/Makefile
index f1c390a3547d..212dbe82ce1c 100644
--- a/devel/py-pyright/Makefile
+++ b/devel/py-pyright/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pyright
-PORTVERSION=	1.1.303
+PORTVERSION=	1.1.304
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +11,7 @@ WWW=		https://github.com/RobertCraigie/pyright-python
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nodeenv>=1.5.0:devel/py-nodeenv@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nodeenv>=1.6.0:devel/py-nodeenv@${PY_FLAVOR}
 
 USES=		python:3.7+
 USE_PYTHON=	autoplist concurrent distutils
diff --git a/devel/py-pyright/distinfo b/devel/py-pyright/distinfo
index 8f926ca0eb58..9dd06735915e 100644
--- a/devel/py-pyright/distinfo
+++ b/devel/py-pyright/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1681843884
-SHA256 (pyright-1.1.303.tar.gz) = 7daa516424555681e8974b21a95c108c5def791bf5381522b1410026d4da62c1
-SIZE (pyright-1.1.303.tar.gz) = 16692
+TIMESTAMP = 1682354518
+SHA256 (pyright-1.1.304.tar.gz) = 87adec38081904c939e3657ab23d5fc40b7ccc22709be0af1859fc785ae4ea61
+SIZE (pyright-1.1.304.tar.gz) = 16668
diff --git a/devel/py-pyright/files/patch-requirements.txt b/devel/py-pyright/files/patch-requirements.txt
deleted file mode 100644
index b833699289cb..000000000000
--- a/devel/py-pyright/files/patch-requirements.txt
+++ /dev/null
@@ -1,6 +0,0 @@
---- requirements.txt.orig	2022-06-08 08:49:31 UTC
-+++ requirements.txt
-@@ -1,2 +1,2 @@
--nodeenv>=1.6.0
-+nodeenv>=1.5.0
- typing-extensions>=3.7; python_version < '3.8'