Files
ports/devel/py-hatch-vcs/Makefile
T

23 lines
363 B
Makefile
Raw Normal View History

2022-08-18 18:54:45 +00:00
COMMENT= Hatch plugin for versioning with your preferred VCS
2025-05-30 07:18:15 +00:00
MODPY_DISTV= 0.5.0
DISTNAME= hatch_vcs-${MODPY_DISTV}
2022-08-18 18:54:45 +00:00
PKGNAME= py-${DISTNAME}
2026-03-16 22:28:25 +00:00
REVISION= 0
2022-08-18 18:54:45 +00:00
CATEGORIES= devel
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYTEST= Yes
MODPY_PYBUILD= hatchling
2022-08-18 18:54:45 +00:00
RUN_DEPENDS= devel/py-setuptools_scm \
devel/py-hatchling
2022-08-19 23:23:54 +00:00
2022-08-18 18:54:45 +00:00
.include <bsd.port.mk>