git: 4b30624ad6a1 - main - devel/py-hatch-requirements-txt: Use PYPI instead of CHEESESHOP
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Nov 2023 17:23:31 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4b30624ad6a13b770f09d68c70d0850820dd5325 commit 4b30624ad6a13b770f09d68c70d0850820dd5325 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-11-14 16:46:09 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-11-14 17:16:47 +0000 devel/py-hatch-requirements-txt: Use PYPI instead of CHEESESHOP Approved by: portmgr (blanket) With hat: python --- devel/py-hatch-requirements-txt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-hatch-requirements-txt/Makefile b/devel/py-hatch-requirements-txt/Makefile index 5ff23fb69ed4..34f1bd4febe7 100644 --- a/devel/py-hatch-requirements-txt/Makefile +++ b/devel/py-hatch-requirements-txt/Makefile @@ -2,7 +2,7 @@ PORTNAME= hatch-requirements-txt DISTVERSION= 0.4.0 PORTREVISION= 1 CATEGORIES= devel python -MASTER_SITES= CHEESESHOP +MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= hatch_requirements_txt-${DISTVERSION}