openbsd-ports/devel/py-hatchling/Makefile
2023-01-06 11:55:18 +00:00

34 lines
625 B
Makefile

COMMENT= modern, extensible Python build backend used by Hatch
MODPY_EGG_VERSION= 1.12.2
DISTNAME= hatchling-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
CATEGORIES= devel
# https://github.com/pypa/hatch
HOMEPAGE= https://hatch.pypa.io/
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
NO_TEST= Yes
FLAVORS= python3
FLAVOR= python3
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/py-editables${MODPY_FLAVOR} \
devel/py-pathspec${MODPY_FLAVOR} \
devel/py-pluggy${MODPY_FLAVOR} \
sysutils/py-packaging${MODPY_FLAVOR} \
textproc/py-tomli${MODPY_FLAVOR}
MODPY_PYBUILD= Yes
.include <bsd.port.mk>