ports/devel/py-openapi-codec/Makefile
Kai Knoblich 2eea94a444 devel/py-openapi-codec: 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.
2025-04-13 15:51:05 +02:00

23 lines
559 B
Makefile

PORTNAME= openapi-codec
DISTVERSION= 1.3.2
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kai@FreeBSD.org
COMMENT= OpenAPI codec for Core API
WWW= https://github.com/core-api/python-openapi-codec
LICENSE= BSD2CLAUSE
DEPRECATED= Upstream archived the repository. Please use devel/py-openapi-core instead
EXPIRATION_DATE=2025-06-30
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coreapi>0:devel/py-coreapi@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>