git: dc930755f68b - main - devel/py-coreapi: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Mon, 30 Jun 2025 17:40:42 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dc930755f68b2ba928874f8e7cbbddea8b2af694

commit dc930755f68b2ba928874f8e7cbbddea8b2af694
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-06-30 17:40:32 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-06-30 17:40:32 +0000

    devel/py-coreapi: Remove expired port
    
    2025-06-30 devel/py-coreapi: Upstream archived the repository. Please use devel/py-openapi-core instead
---
 MOVED                      |  1 +
 devel/Makefile             |  1 -
 devel/py-coreapi/Makefile  | 27 ---------------------------
 devel/py-coreapi/distinfo  |  3 ---
 devel/py-coreapi/pkg-descr |  2 --
 5 files changed, 1 insertion(+), 33 deletions(-)

diff --git a/MOVED b/MOVED
index 8f4266a184d4..38dc559821b4 100644
--- a/MOVED
+++ b/MOVED
@@ -4620,3 +4620,4 @@ misc/e2fsprogs-libuuid||2025-06-30|Use misc/libuuid (from util-linux) instead
 filesystems/e2fsprogs-libblkid||2025-06-30|Use filesystems/libblkid (from util-linux) instead
 graphics/rigsofrods-pagedgeometry|graphics/pagedgeometry|2025-06-30|Switch to the upstream version
 net/net6||2025-06-30|Has expired: Abandoned upstream, repo archived Nov 26, 2020
+devel/py-coreapi|devel/py-openapi-core|2025-06-30|Has expired: Upstream archived the repository. Please use devel/py-openapi-core instead
diff --git a/devel/Makefile b/devel/Makefile
index 0a9ecf1b3ca5..017d4aa10b42 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4702,7 +4702,6 @@
     SUBDIR += py-convertdate
     SUBDIR += py-cookiecutter
     SUBDIR += py-copier
-    SUBDIR += py-coreapi
     SUBDIR += py-coreschema
     SUBDIR += py-country
     SUBDIR += py-cov-core
diff --git a/devel/py-coreapi/Makefile b/devel/py-coreapi/Makefile
deleted file mode 100644
index 0a599f9010a7..000000000000
--- a/devel/py-coreapi/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-PORTNAME=	coreapi
-DISTVERSION=	2.3.3
-PORTREVISION=	1
-CATEGORIES=	devel python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER=	kai@FreeBSD.org
-COMMENT=	Python client library for Core API
-WWW=		https://github.com/core-api/python-client
-
-LICENSE=	BSD2CLAUSE
-
-DEPRECATED=	Upstream archived the repository. Please use devel/py-openapi-core instead
-EXPIRATION_DATE=2025-06-30
-
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}coreschema>0:devel/py-coreschema@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}itypes>0:devel/py-itypes@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}uritemplate>0:net/py-uritemplate@${PY_FLAVOR}
-
-USES=		python
-USE_PYTHON=	distutils autoplist
-NO_ARCH=	yes
-
-.include <bsd.port.mk>
diff --git a/devel/py-coreapi/distinfo b/devel/py-coreapi/distinfo
deleted file mode 100644
index 99a6b2c2a30f..000000000000
--- a/devel/py-coreapi/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1522053773
-SHA256 (coreapi-2.3.3.tar.gz) = 46145fcc1f7017c076a2ef684969b641d18a2991051fddec9458ad3f78ffc1cb
-SIZE (coreapi-2.3.3.tar.gz) = 18788
diff --git a/devel/py-coreapi/pkg-descr b/devel/py-coreapi/pkg-descr
deleted file mode 100644
index b5861c1f7bc8..000000000000
--- a/devel/py-coreapi/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Python client library for the Core API, a format-independent Document Object
-Model for representing Web APIs.