Page MenuHomeFreeBSD

D2659.diff
No OneTemporary

D2659.diff

Index: devel/py-gitpython/Makefile
===================================================================
--- devel/py-gitpython/Makefile
+++ devel/py-gitpython/Makefile
@@ -1,23 +1,26 @@
-# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= GitPython
-PORTVERSION= 0.3.1
-PORTREVISION= 1
+PORTVERSION= 1.0.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= che@bein.link
COMMENT= Python Git Library
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2014-03-07
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gitdb>0:${PORTSDIR}/devel/py-gitdb
+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
-USE_PYTHON= yes
-USE_PYDISTUTILS=yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= autoplist distutils
+
+regression-test: build
+ cd ${WRKSRC} && ${PYTHON_CMD} -m nose
.include <bsd.port.mk>
Index: devel/py-gitpython/distinfo
===================================================================
--- devel/py-gitpython/distinfo
+++ devel/py-gitpython/distinfo
@@ -1,2 +1,2 @@
-SHA256 (GitPython-0.3.1.tar.gz) = 24a8b936f084d06268b92fa625fbf81cc2a849f01b4c7edf7e492ce8e3f84d3c
-SIZE (GitPython-0.3.1.tar.gz) = 257331
+SHA256 (GitPython-1.0.1.tar.gz) = 9c88c17bbcae2a445ff64024ef13526224f70e35e38c33416be5ceb56ca7f760
+SIZE (GitPython-1.0.1.tar.gz) = 355108
Index: devel/py-gitpython/pkg-descr
===================================================================
--- devel/py-gitpython/pkg-descr
+++ devel/py-gitpython/pkg-descr
@@ -1,10 +1,4 @@
-GitPython is a python library used to interact with
-Git repositories. GitPython provides object model
-access to your git repository. Once you have created
-a repository object, you can traverse it to find
-parent commit(s), trees, blobs, etc.
+GitPython is a python library used to interact with git repositories,
+high-level like git-porcelain, or low-level like git-plumbing.
-GitPython is a port of the grit library in Ruby
-created by Tom Preston-Werner and Chris Wanstrath.
-
-WWW: http://gitorious.org/projects/git-python/
+WWW: https://github.com/gitpython-developers/GitPython

File Metadata

Mime Type
text/plain
Expires
Fri, Feb 28, 2:38 PM (20 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16886697
Default Alt Text
D2659.diff (2 KB)

Event Timeline