Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Dec 2023 07:57:28 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2925caee67c9 - main - devel/py-lsprotocol: update 2022.0.0a10 =?utf-8?Q?=E2=86=92?= 2023.0.0
Message-ID:  <202312230757.3BN7vSZo022168@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2925caee67c9973588476a3bf7fc3627752f7e05

commit 2925caee67c9973588476a3bf7fc3627752f7e05
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-12-23 06:58:55 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-12-23 07:57:21 +0000

    devel/py-lsprotocol: update 2022.0.0a10 → 2023.0.0
    
    Reported by:    portscout
---
 devel/py-lsprotocol/Makefile | 13 +++++--------
 devel/py-lsprotocol/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/devel/py-lsprotocol/Makefile b/devel/py-lsprotocol/Makefile
index f55e251d1027..6591526b1416 100644
--- a/devel/py-lsprotocol/Makefile
+++ b/devel/py-lsprotocol/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	lsprotocol
-PORTVERSION=	2022.0.0a10
+PORTVERSION=	2023.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,15 +11,12 @@ WWW=		https://github.com/microsoft/lsprotocol
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-PY_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=22.1.0:devel/py-attrs@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}cattrs>=22.2.0:devel/py-cattrs@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}exceptiongroup>0:devel/py-exceptiongroup@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.4.0:devel/py-typing-extensions@${PY_FLAVOR}
-BUILD_DEPENDS=	${PY_DEPENDS}
-RUN_DEPENDS=	${PY_DEPENDS}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flit-core>0:devel/py-flit-core@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=21.3.0:devel/py-attrs@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}cattrs>0:devel/py-cattrs@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	distutils autoplist concurrent
+USE_PYTHON=	pep517 autoplist concurrent
 
 NO_ARCH=	yes
 
diff --git a/devel/py-lsprotocol/distinfo b/devel/py-lsprotocol/distinfo
index 02b23f4c5a4e..20f67221a202 100644
--- a/devel/py-lsprotocol/distinfo
+++ b/devel/py-lsprotocol/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1679791883
-SHA256 (lsprotocol-2022.0.0a10.tar.gz) = 2cd78770b7a4ec979f3ee3761265effd50ea0f5e858ce21bf2fba972e1783c50
-SIZE (lsprotocol-2022.0.0a10.tar.gz) = 72224
+TIMESTAMP = 1703309661
+SHA256 (lsprotocol-2023.0.0.tar.gz) = c9d92e12a3f4ed9317d3068226592860aab5357d93cf5b2451dc244eee8f35f2
+SIZE (lsprotocol-2023.0.0.tar.gz) = 69399



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312230757.3BN7vSZo022168>