1PORTNAME= openapi-schema-validator 2PORTVERSION= 0.6.2 3CATEGORIES= devel python 4MASTER_SITES= PYPI 5PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 6DISTNAME= openapi_schema_validator-${PORTVERSION} 7 8MAINTAINER= ports@MidnightBSD.org 9COMMENT= OpenAPI schema validation for Python 10WWW= https://github.com/python-openapi/openapi-schema-validator 11 12LICENSE= bsd3 13LICENSE_FILE= ${WRKSRC}/LICENSE 14 15BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} 16RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=4.19.0<5:devel/py-jsonschema@${PY_FLAVOR} \ 17 ${PYTHON_PKGNAMEPREFIX}jsonschema-specifications>=2023.5.2<2024:devel/py-jsonschema-specifications@${PY_FLAVOR} \ 18 ${PYTHON_PKGNAMEPREFIX}rfc3339-validator>=0:devel/py-rfc3339-validator@${PY_FLAVOR} 19 20USES= python 21USE_PYTHON= autoplist concurrent pep517 22 23NO_ARCH= yes 24 25.include <bsd.port.mk> 26