openbsd-ports/devel/py-hatch-vcs/Makefile
2022-11-13 15:28:14 +00:00

26 lines
403 B
Makefile

COMMENT= Hatch plugin for versioning with your preferred VCS
MODPY_EGG_VERSION= 0.2.0
REVISION= 2
DISTNAME= hatch_vcs-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
CATEGORIES= devel
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYTEST= Yes
FLAVORS= python3
FLAVOR= python3
MODPY_PYBUILD= hatchling
RUN_DEPENDS= devel/py-setuptools_scm${MODPY_FLAVOR}
.include <bsd.port.mk>