mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
39 lines
831 B
Makefile
39 lines
831 B
Makefile
COMMENT = data validation using Python type hints
|
|
|
|
MODPY_DISTV = 2.41.5
|
|
DISTNAME = pydantic_core-${MODPY_DISTV}
|
|
PKGNAME = py-pydantic-core-${MODPY_DISTV}
|
|
REVISION = 1
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Renaud Allard <renaud@allard.it>
|
|
|
|
# MIT License
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = maturin
|
|
|
|
WANTLIB += ${MODCARGO_WANTLIB}
|
|
MAKE_ENV += ${MODCARGO_ENV}
|
|
|
|
BUILD_DEPENDS = devel/py-typing-extensions
|
|
RUN_DEPENDS = devel/py-typing-extensions
|
|
TEST_DEPENDS = devel/py-coverage \
|
|
devel/py-dateutil \
|
|
devel/py-dirty-equals \
|
|
devel/py-hypothesis \
|
|
devel/py-inline-snapshot \
|
|
devel/py-test-mock \
|
|
devel/py-test-timeout \
|
|
devel/py-test-run-parallel \
|
|
devel/py-test-benchmark \
|
|
math/py-pandas
|
|
PORTHOME = ${WRKDIR}
|
|
|
|
.include "crates.inc"
|
|
.include <bsd.port.mk>
|