Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 2023 17:19:35 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: 3d3769cb5e86 - main - devel/py-jupyter-lsp: Use PYPI instead of CHEESESHOP
Message-ID:  <202311141719.3AEHJZ5K061053@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=3d3769cb5e86b74304e0dabd8f3d9864ace9d4bd

commit 3d3769cb5e86b74304e0dabd8f3d9864ace9d4bd
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-11-14 16:40:29 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-11-14 17:15:53 +0000

    devel/py-jupyter-lsp: Use PYPI instead of CHEESESHOP
---
 devel/py-jupyter-lsp/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/py-jupyter-lsp/Makefile b/devel/py-jupyter-lsp/Makefile
index 5178df24a73f..f6e6c3fe09c3 100644
--- a/devel/py-jupyter-lsp/Makefile
+++ b/devel/py-jupyter-lsp/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	jupyter-lsp
 PORTVERSION=	2.2.0
 CATEGORIES=	devel python
-MASTER_SITES=	CHEESESHOP
+MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org



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