diff options
| author | Thomas Zander <riggs@FreeBSD.org> | 2015-06-22 17:20:00 +0000 |
|---|---|---|
| committer | Thomas Zander <riggs@FreeBSD.org> | 2015-06-22 17:20:00 +0000 |
| commit | 1d333d36e466452d595378c5c878e480cbd89568 (patch) | |
| tree | 77bf78873288d45d2202f59aa65643b048fb3ac2 /devel/py-gitpython/Makefile | |
| parent | 8a1c988ef3f2baf03241d81b73251122f1e1f37a (diff) | |
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
Diffstat (limited to 'devel/py-gitpython/Makefile')
| -rw-r--r-- | devel/py-gitpython/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/py-gitpython/Makefile b/devel/py-gitpython/Makefile new file mode 100644 index 000000000000..37a16c343f96 --- /dev/null +++ b/devel/py-gitpython/Makefile @@ -0,0 +1,26 @@ +# $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> |
