blob: 2046cb76eb1c5e27cc4bf525477bcb51079ec8f3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
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>
|