mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 23:44:01 +02:00
30 lines
563 B
Makefile
30 lines
563 B
Makefile
COMMENT = high-performance web framework for building APIs with Python
|
|
|
|
MODPY_DISTV = 0.116.1
|
|
DISTNAME = fastapi-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
|
|
CATEGORIES = www
|
|
|
|
HOMEPAGE = https://fastapi.tiangolo.com/
|
|
|
|
MAINTAINER = Daniel Dickman <daniel@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = pdm
|
|
|
|
RUN_DEPENDS = devel/py-pydantic \
|
|
devel/py-typing-extensions \
|
|
www/py-starlette
|
|
|
|
TEST_DEPENDS = devel/py-dirty-equals \
|
|
textproc/py-orjson
|
|
# mail/py-email_validator
|
|
|
|
.include <bsd.port.mk>
|