mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
23 lines
337 B
Makefile
23 lines
337 B
Makefile
COMMENT= library used to interact with Git repositories
|
|
|
|
MODPY_DISTV= 3.1.43
|
|
DISTNAME= GitPython-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
REVISION= 3
|
|
|
|
CATEGORIES= devel
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools
|
|
NO_TEST= Yes
|
|
|
|
RUN_DEPENDS= devel/git \
|
|
devel/py-gitdb
|
|
|
|
.include <bsd.port.mk>
|