mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
23 lines
363 B
Makefile
23 lines
363 B
Makefile
COMMENT= Hatch plugin for versioning with your preferred VCS
|
|
|
|
MODPY_DISTV= 0.5.0
|
|
DISTNAME= hatch_vcs-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
REVISION= 0
|
|
|
|
CATEGORIES= devel
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PI= Yes
|
|
MODPY_PYTEST= Yes
|
|
|
|
MODPY_PYBUILD= hatchling
|
|
|
|
RUN_DEPENDS= devel/py-setuptools_scm \
|
|
devel/py-hatchling
|
|
|
|
.include <bsd.port.mk>
|