From 1d333d36e466452d595378c5c878e480cbd89568 Mon Sep 17 00:00:00 2001 From: Thomas Zander Date: Mon, 22 Jun 2015 17:20:00 +0000 Subject: Resurrect devel/py-gitpython - Update to upstream version 1.0.1 - Maxim Filimonov 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 --- devel/py-gitpython/Makefile | 26 ++++++++++++++++++++++++++ devel/py-gitpython/distinfo | 2 ++ devel/py-gitpython/pkg-descr | 4 ++++ 3 files changed, 32 insertions(+) create mode 100644 devel/py-gitpython/Makefile create mode 100644 devel/py-gitpython/distinfo create mode 100644 devel/py-gitpython/pkg-descr (limited to 'devel/py-gitpython') 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 diff --git a/devel/py-gitpython/distinfo b/devel/py-gitpython/distinfo new file mode 100644 index 000000000000..5038362fd0bb --- /dev/null +++ b/devel/py-gitpython/distinfo @@ -0,0 +1,2 @@ +SHA256 (GitPython-1.0.1.tar.gz) = 9c88c17bbcae2a445ff64024ef13526224f70e35e38c33416be5ceb56ca7f760 +SIZE (GitPython-1.0.1.tar.gz) = 355108 diff --git a/devel/py-gitpython/pkg-descr b/devel/py-gitpython/pkg-descr new file mode 100644 index 000000000000..2756d962dbe5 --- /dev/null +++ b/devel/py-gitpython/pkg-descr @@ -0,0 +1,4 @@ +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 -- cgit v1.2.3