git: f9e6dd746dd1 - main - devel/py-coreschema: Deprecate/Set to expire
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 13 Apr 2025 13:57:16 UTC
The branch main has been updated by kai:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f9e6dd746dd18687cafbfdc035cdc47936e56cd8
commit f9e6dd746dd18687cafbfdc035cdc47936e56cd8
Author: Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2025-04-13 13:44:41 +0000
Commit: Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2025-04-13 13:44:41 +0000
devel/py-coreschema: Deprecate/Set to expire
* Upstream has archived its repository. Core API has been superseded by
OpenAPI thus deprecate the port and set an expiration date.
---
devel/py-coreschema/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/devel/py-coreschema/Makefile b/devel/py-coreschema/Makefile
index 528504532a54..90b2ae18232b 100644
--- a/devel/py-coreschema/Makefile
+++ b/devel/py-coreschema/Makefile
@@ -11,6 +11,9 @@ WWW= https://github.com/core-api/python-coreschema
LICENSE= BSD2CLAUSE
+DEPRECATED= Upstream archived the repository. Please use devel/py-openapi-schema-validator instead
+EXPIRATION_DATE=2025-06-30
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR}
USES= python