mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
28 lines
510 B
Makefile
28 lines
510 B
Makefile
COMMENT= meson PEP 517 Python build backend
|
|
|
|
MODPY_DISTV= 0.18.0
|
|
DIST_TUPLE= github mesonbuild meson-python ${MODPY_DISTV} .
|
|
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= https://meson-python.readthedocs.io/en/latest/
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PYBUILD= other
|
|
|
|
BUILD_DEPENDS= devel/meson \
|
|
devel/py-pyproject-metadata
|
|
|
|
RUN_DEPENDS= devel/meson \
|
|
devel/py-pyproject-metadata
|
|
|
|
TEST_DEPENDS= lang/cython
|
|
|
|
.include <bsd.port.mk>
|