openbsd-ports/devel/py-gitpython/Makefile
jasper b4b56b9e38 import py-gitpython-0.3.2
GitPython provides object model read and write access to your git
repository. Access repository information conveniently, alter the index
directly, handle remotes, or go down to low-level object database access
with big-files support.

ok aja@
2013-01-21 14:30:56 +00:00

27 lines
589 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2013/01/21 14:30:56 jasper Exp $
COMMENT= library used to interact with Git repositories
# There's no real stable release, but this is the most used
# version available.
MODPY_EGG_VERSION= 0.3.2
DISTNAME= GitPython-${MODPY_EGG_VERSION}.RC1
PKGNAME= py-${DISTNAME:S/.RC1//}
CATEGORIES= devel
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PYPI:=G/GitPython/}
MODULES= lang/python
MODPY_SETUPTOOLS= Yes
RUN_DEPENDS= devel/py-gitdb
.include <bsd.port.mk>