mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
26 lines
468 B
Makefile
26 lines
468 B
Makefile
COMMENT= SQLAlchemy integration with marshmallow library
|
|
|
|
MODPY_DISTV = 1.4.2
|
|
DISTNAME = marshmallow_sqlalchemy-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME:S/_/-/}
|
|
REVISION = 0
|
|
|
|
CATEGORIES = databases
|
|
|
|
HOMEPAGE = https://marshmallow-sqlalchemy.readthedocs.io/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = flit_core
|
|
|
|
RUN_DEPENDS = databases/py-sqlalchemy<3.0 \
|
|
devel/py-marshmallow
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|