1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/devel/py-gitpython/Makefile
Thomas Zander 1d333d36e4 Resurrect devel/py-gitpython
- Update to upstream version 1.0.1
- Maxim Filimonov <che@bein.link> takes maintainership
- Update WWW: Project is now hosted on github

PR:		199335
Differential Revision:	https://reviews.freebsd.org/D2659
Submitted by:	che@bein.link (maintainer)
Reviewed by:	koobs
2015-06-22 17:20:00 +00:00

27 lines
659 B
Makefile

# $FreeBSD$
PORTNAME= GitPython
PORTVERSION= 1.0.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= che@bein.link
COMMENT= Python Git Library
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gitdb>=0.6.4:${PORTSDIR}/devel/py-gitdb
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:${PORTSDIR}/devel/py-nose \
${PYTHON_PKGNAMEPREFIX}mock>=0:${PORTSDIR}/devel/py-mock \
${PYTHON_PKGNAMEPREFIX}gitdb>=0.6.4:${PORTSDIR}/devel/py-gitdb
USES= python
USE_PYTHON= autoplist distutils
regression-test: build
cd ${WRKSRC} && ${PYTHON_CMD} -m nose
.include <bsd.port.mk>