Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 May 2017 15:21:03 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r442069 - head/devel/py-gitdb2
Message-ID:  <201705301521.v4UFL3Gn076750@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue May 30 15:21:03 2017
New Revision: 442069
URL: https://svnweb.freebsd.org/changeset/ports/442069

Log:
  Update to 2.0.1
  
  - Allow concurrent installation (USE_PYTHON=concurrent)
  
  Changes:	https://github.com/gitpython-developers/gitdb/commits/2.0.1

Modified:
  head/devel/py-gitdb2/Makefile
  head/devel/py-gitdb2/distinfo

Modified: head/devel/py-gitdb2/Makefile
==============================================================================
--- head/devel/py-gitdb2/Makefile	Tue May 30 15:20:57 2017	(r442068)
+++ head/devel/py-gitdb2/Makefile	Tue May 30 15:21:03 2017	(r442069)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gitdb2
-PORTVERSION=	2.0.0
+PORTVERSION=	2.0.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}smmap2>=2.0.0:devel/py-smmap2
 
 NO_ARCH=	yes
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 USES=		python
 
 .include <bsd.port.mk>

Modified: head/devel/py-gitdb2/distinfo
==============================================================================
--- head/devel/py-gitdb2/distinfo	Tue May 30 15:20:57 2017	(r442068)
+++ head/devel/py-gitdb2/distinfo	Tue May 30 15:21:03 2017	(r442069)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1495051521
-SHA256 (gitdb2-2.0.0.tar.gz) = b9f3209b401b8b4da5f94966c9c17650e66b7474ee5cd2dde5d983d1fba3ab66
-SIZE (gitdb2-2.0.0.tar.gz) = 392536
+TIMESTAMP = 1496153863
+SHA256 (gitdb2-2.0.1.tar.gz) = 20a6df3371e918ac651066fbc019b18d623fa4935272e11355a1746692fc9d16
+SIZE (gitdb2-2.0.1.tar.gz) = 393190



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705301521.v4UFL3Gn076750>