mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
25 lines
446 B
Makefile
25 lines
446 B
Makefile
COMMENT = OpenAPI schema validator
|
|
|
|
MODPY_DISTV = 0.6.2
|
|
DISTNAME = openapi_schema_validator-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME:S/_/-/}
|
|
REVISION = 1
|
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = https://pypi.org/project/openapi-schema-validator/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
RUN_DEPENDS = devel/py-jsonschema \
|
|
devel/py-rfc3339-validator
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = poetry-core
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|