git: 3d3769cb5e86 - main - devel/py-jupyter-lsp: Use PYPI instead of CHEESESHOP
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Nov 2023 17:19:35 UTC
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