SUBDIR += py-gflags
SUBDIR += py-gitdb
SUBDIR += py-gitosis
SUBDIR += py-gitpython
SUBDIR += py-glob2
SUBDIR += py-gobject
SUBDIR += py-gobject3
# $FreeBSD$
PORTNAME= GitPython
PORTVERSION= 0.3.6
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= che@bein.link
COMMENT= Python Git Library
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gitdb>=0.6.4:${PORTSDIR}/devel/py-gitdb
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
SHA256 (GitPython-0.3.6.tar.gz) = f3f42ca085eedbd3a9956b5e639de58bbe77a119f6b3d5c3af27669a2322c4a9
SIZE (GitPython-0.3.6.tar.gz) = 353639
GitPython is a python library used to interact with git repositories,
high-level like git-porcelain, or low-level like git-plumbing.
WWW: https://github.com/gitpython-developers/GitPython