mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
32 lines
561 B
Makefile
32 lines
561 B
Makefile
COMMENT = framework for managing git pre-commit hooks
|
|
|
|
MODPY_DISTV = 4.2.0
|
|
DISTNAME = pre_commit-${MODPY_DISTV}
|
|
PKGNAME = pre-commit-${MODPY_DISTV}
|
|
REVISION = 0
|
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = https://pre-commit.com/
|
|
|
|
MAINTAINER = Pavel Korovin <pvk@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
RUN_DEPENDS = devel/git \
|
|
devel/py-cfgv \
|
|
devel/py-identify \
|
|
devel/py-nodeenv \
|
|
devel/py-virtualenv \
|
|
shells/bash \
|
|
textproc/py-yaml
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|