Date: Tue, 14 Nov 2023 17:23:31 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: 4b30624ad6a1 - main - devel/py-hatch-requirements-txt: Use PYPI instead of CHEESESHOP Message-ID: <202311141723.3AEHNVBv084481@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=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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311141723.3AEHNVBv084481>