diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2025-04-13 15:43:27 +0200 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2025-04-13 15:43:27 +0200 |
commit | 19213c6109456285f8557c608edb497ff488743a (patch) | |
tree | fce68bedb36935de41e709714f5f6bc2f181a817 | |
parent | audio/shortwave: Add missing desktop-file-utils (diff) |
devel/py-coreapi: 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.
-rw-r--r-- | devel/py-coreapi/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/py-coreapi/Makefile b/devel/py-coreapi/Makefile index e3750904785f..0a599f9010a7 100644 --- a/devel/py-coreapi/Makefile +++ b/devel/py-coreapi/Makefile @@ -11,6 +11,9 @@ 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} \ |