summaryrefslogtreecommitdiff
path: root/devel/py-coreapi
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-coreapi')
-rw-r--r--devel/py-coreapi/Makefile27
-rw-r--r--devel/py-coreapi/distinfo3
-rw-r--r--devel/py-coreapi/pkg-descr2
3 files changed, 0 insertions, 32 deletions
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.