Date: Mon, 30 Jan 2023 14:31:04 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: ce96861caf33 - main - */py-: Fix MASTER_SITES after CHEESESHOP to PYPI trasition Message-ID: <202301301431.30UEV4O2098714@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=ce96861caf33eaef92179154f34849d368a8e677 commit ce96861caf33eaef92179154f34849d368a8e677 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-01-30 14:30:57 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-01-30 14:30:57 +0000 */py-: Fix MASTER_SITES after CHEESESHOP to PYPI trasition With hat: python --- devel/py-setuptools58/Makefile | 2 +- devel/py-spyder-unittest/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/py-setuptools58/Makefile b/devel/py-setuptools58/Makefile index 6630578290d0..d77bf56bbec7 100644 --- a/devel/py-setuptools58/Makefile +++ b/devel/py-setuptools58/Makefile @@ -1,7 +1,7 @@ PORTNAME= setuptools PORTVERSION= 58.5.3 CATEGORIES= devel python -MASTER_SITES= CHEESESHOP +MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 58 DIST_SUBDIR= python diff --git a/devel/py-spyder-unittest/Makefile b/devel/py-spyder-unittest/Makefile index 674a3965b336..23b813181a3a 100644 --- a/devel/py-spyder-unittest/Makefile +++ b/devel/py-spyder-unittest/Makefile @@ -1,7 +1,7 @@ PORTNAME= spyder-unittest DISTVERSION= 0.5.1 CATEGORIES= devel python -MASTER_SITES= CHEESESHOP +MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301301431.30UEV4O2098714>