git: ceb46c9090b2 - main - misc/py-polars: Use PYPI instead of CHEESESHOP
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Dec 2023 16:17:22 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ceb46c9090b2e5266b81211639024f9dffe0b54f commit ceb46c9090b2e5266b81211639024f9dffe0b54f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-12-25 16:04:13 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-12-25 16:11:03 +0000 misc/py-polars: Use PYPI instead of CHEESESHOP Approved by: portmgr (blanket) With hat: python --- misc/py-polars/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/py-polars/Makefile b/misc/py-polars/Makefile index dea9cf78c8eb..f8434ac36e51 100644 --- a/misc/py-polars/Makefile +++ b/misc/py-polars/Makefile @@ -2,7 +2,7 @@ PORTNAME= polars DISTVERSIONPREFIX= py- DISTVERSION= 0.19.12 CATEGORIES= misc -#MASTER_SITES= CHEESESHOP +#MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org