summaryrefslogtreecommitdiff
path: root/devel/py-openapi-codec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-openapi-codec/Makefile')
-rw-r--r--devel/py-openapi-codec/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/devel/py-openapi-codec/Makefile b/devel/py-openapi-codec/Makefile
deleted file mode 100644
index 2046cb76eb1c..000000000000
--- a/devel/py-openapi-codec/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-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>