git: ce96861caf33 - main - */py-: Fix MASTER_SITES after CHEESESHOP to PYPI trasition
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Jan 2023 14:31:04 UTC
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}