svn commit: r383771 - in head/devel/py-gitdb: . files

Wen Heping wen at FreeBSD.org
Sat Apr 11 01:14:34 UTC 2015


Author: wen
Date: Sat Apr 11 01:14:32 2015
New Revision: 383771
URL: https://svnweb.freebsd.org/changeset/ports/383771

Log:
  - Update to 0.6.4 [1]
  - Reset maintainer to ports@
  
  PR:		199334 [1]
  Submitted by:	che at bein.link [1]

Modified:
  head/devel/py-gitdb/Makefile
  head/devel/py-gitdb/distinfo
  head/devel/py-gitdb/files/patch-setup.py

Modified: head/devel/py-gitdb/Makefile
==============================================================================
--- head/devel/py-gitdb/Makefile	Fri Apr 10 23:37:25 2015	(r383770)
+++ head/devel/py-gitdb/Makefile	Sat Apr 11 01:14:32 2015	(r383771)
@@ -2,19 +2,18 @@
 # $FreeBSD$
 
 PORTNAME=	gitdb
-PORTVERSION=	0.5.4
-PORTREVISION=	1
+PORTVERSION=	0.6.4
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	wen at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Pure Python git object database
 
 LICENSE=	BSD3CLAUSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}async>=0.6.1:${PORTSDIR}/devel/py-async \
-		${PYTHON_PKGNAMEPREFIX}smmap>=0.8.0:${PORTSDIR}/devel/py-smmap
+		${PYTHON_PKGNAMEPREFIX}smmap>=0.8.5:${PORTSDIR}/devel/py-smmap
 
 USES=		python
 USE_PYTHON=	distutils autoplist

Modified: head/devel/py-gitdb/distinfo
==============================================================================
--- head/devel/py-gitdb/distinfo	Fri Apr 10 23:37:25 2015	(r383770)
+++ head/devel/py-gitdb/distinfo	Sat Apr 11 01:14:32 2015	(r383771)
@@ -1,2 +1,2 @@
-SHA256 (gitdb-0.5.4.tar.gz) = de5d2dac0daec4a9cd7bb1ae1cd42d53510dcf597397c608c12a154b69ad3783
-SIZE (gitdb-0.5.4.tar.gz) = 50258
+SHA256 (gitdb-0.6.4.tar.gz) = a3ebbc27be035a2e874ed904df516e35f4a29a778a764385de09de9e0f139658
+SIZE (gitdb-0.6.4.tar.gz) = 400506

Modified: head/devel/py-gitdb/files/patch-setup.py
==============================================================================
--- head/devel/py-gitdb/files/patch-setup.py	Fri Apr 10 23:37:25 2015	(r383770)
+++ head/devel/py-gitdb/files/patch-setup.py	Sat Apr 11 01:14:32 2015	(r383771)
@@ -1,16 +1,17 @@
---- setup.py.orig	2011-07-05 18:59:59.000000000 +0400
-+++ setup.py	2011-07-14 22:37:09.000000000 +0400
-@@ -7,13 +7,6 @@
+--- setup.py.orig	2015-04-11 08:54:57.874207098 +0800
++++ setup.py	2015-04-11 08:55:51.594098942 +0800
+@@ -8,14 +8,6 @@
  
- # wow, this is a mixed bag ... I am pretty upset about all of this ... 
+ # wow, this is a mixed bag ... I am pretty upset about all of this ...
  setuptools_build_py_module = None
 -try:
--	# don't pull it in if we don't have to
--	if 'setuptools' in sys.modules: 
--		import setuptools.command.build_py as setuptools_build_py_module
--		from setuptools.command.build_ext import build_ext
+-    # don't pull it in if we don't have to
+-    if 'setuptools' in sys.modules:
+-        import setuptools.command.build_py as setuptools_build_py_module
+-        from setuptools.command.build_ext import build_ext
 -except ImportError:
--	pass
+-    pass
+-
  
  class build_ext_nofail(build_ext):
- 	"""Doesn't fail when build our optional extensions"""
+ 


More information about the svn-ports-all mailing list