svn commit: r390304 - in head: . devel devel/py-gitpython

Thomas Zander riggs at FreeBSD.org
Mon Jun 22 17:20:02 UTC 2015


Author: riggs
Date: Mon Jun 22 17:20:00 2015
New Revision: 390304
URL: https://svnweb.freebsd.org/changeset/ports/390304

Log:
  Resurrect devel/py-gitpython
  - Update to upstream version 1.0.1
  - Maxim Filimonov <che at bein.link> takes maintainership
  - Update WWW: Project is now hosted on github
  
  PR:		199335
  Differential Revision:	https://reviews.freebsd.org/D2659
  Submitted by:	che at bein.link (maintainer)
  Reviewed by:	koobs

Added:
  head/devel/py-gitpython/
     - copied from r347471, head/devel/py-gitpython/
Modified:
  head/MOVED
  head/devel/Makefile
  head/devel/py-gitpython/Makefile
  head/devel/py-gitpython/distinfo
  head/devel/py-gitpython/pkg-descr

Modified: head/MOVED
==============================================================================
--- head/MOVED	Mon Jun 22 17:13:51 2015	(r390303)
+++ head/MOVED	Mon Jun 22 17:20:00 2015	(r390304)
@@ -5593,7 +5593,6 @@ graphics/enfle||2014-03-08|Has expired: 
 audio/oggsplit||2014-03-08|Has expired: No more public distfiles
 devel/picasm||2014-03-08|Has expired: No more public distfiles
 databases/mysql-udf-preg||2014-03-08|Has expired: No more public distfiles
-devel/py-gitpython||2014-03-08|Has expired: No more public distfiles
 net/mars_nwe||2014-03-08|Has expired: No more public distfiles
 audio/fmio||2014-03-08|Has expired: No more public distfiles
 audio/libmtp|multimedia/libmtp|2014-03-09|Moved from audio to multimedia

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Jun 22 17:13:51 2015	(r390303)
+++ head/devel/Makefile	Mon Jun 22 17:20:00 2015	(r390304)
@@ -3896,6 +3896,7 @@
     SUBDIR += py-gflags
     SUBDIR += py-gitdb
     SUBDIR += py-gitosis
+    SUBDIR += py-gitpython
     SUBDIR += py-glob2
     SUBDIR += py-gobject
     SUBDIR += py-gobject3

Modified: head/devel/py-gitpython/Makefile
==============================================================================
--- head/devel/py-gitpython/Makefile	Sat Mar  8 09:49:27 2014	(r347471)
+++ head/devel/py-gitpython/Makefile	Mon Jun 22 17:20:00 2015	(r390304)
@@ -1,23 +1,26 @@
-# Created by: Wen Heping <wenheping at 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 at FreeBSD.org
+MAINTAINER=	che at 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>

Modified: head/devel/py-gitpython/distinfo
==============================================================================
--- head/devel/py-gitpython/distinfo	Sat Mar  8 09:49:27 2014	(r347471)
+++ head/devel/py-gitpython/distinfo	Mon Jun 22 17:20:00 2015	(r390304)
@@ -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

Modified: head/devel/py-gitpython/pkg-descr
==============================================================================
--- head/devel/py-gitpython/pkg-descr	Sat Mar  8 09:49:27 2014	(r347471)
+++ head/devel/py-gitpython/pkg-descr	Mon Jun 22 17:20:00 2015	(r390304)
@@ -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


More information about the svn-ports-all mailing list