Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jul 2008 11:17:21 GMT
From:      Wen heping <wenheping@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/125826: [NEW PORT]devel/py-GitPython:Python Git Library
Message-ID:  <200807211117.m6LBHLZf028555@www.freebsd.org>
Resent-Message-ID: <200807211120.m6LBK3Y6037007@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         125826
>Category:       ports
>Synopsis:       [NEW PORT]devel/py-GitPython:Python Git Library
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 21 11:20:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Wen heping
>Release:        FreeBSD 7.0 release
>Organization:
ChangAn Middle School
>Environment:
FreeBSD tinderbox.wenjing.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008     root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
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 port of the grit library in Ruby
created by Tom Preston-Werner and Chris Wanstrath.

WWW:   http://gitorious.org/projects/git-python/
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	py-GitPython
#	py-GitPython/distinfo
#	py-GitPython/pkg-plist
#	py-GitPython/pkg-descr
#	py-GitPython/files
#	py-GitPython/files/patch-setup.py
#	py-GitPython/Makefile
#
echo c - py-GitPython
mkdir -p py-GitPython > /dev/null 2>&1
echo x - py-GitPython/distinfo
sed 's/^X//' >py-GitPython/distinfo << 'END-of-py-GitPython/distinfo'
XMD5 (GitPython-0.1.4.1.tar.gz) = 8f09f5569db3822a7d0a80413180ec3f
XSHA256 (GitPython-0.1.4.1.tar.gz) = 698fb3f171ce589be284cccbfaf1e67ab43abe9d9617757b1fb5f16236fb3b4b
XSIZE (GitPython-0.1.4.1.tar.gz) = 16631
END-of-py-GitPython/distinfo
echo x - py-GitPython/pkg-plist
sed 's/^X//' >py-GitPython/pkg-plist << 'END-of-py-GitPython/pkg-plist'
X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
END-of-py-GitPython/pkg-plist
echo x - py-GitPython/pkg-descr
sed 's/^X//' >py-GitPython/pkg-descr << 'END-of-py-GitPython/pkg-descr'
XGitPython is a python library used to interact with
XGit repositories. GitPython provides object model
Xaccess to your git repository. Once you have created
Xa repository object, you can traverse it to find
Xparent commit(s), trees, blobs, etc.
X
XGitPython is a port of the grit library in Ruby
Xcreated by Tom Preston-Werner and Chris Wanstrath.
X
XWWW:   http://gitorious.org/projects/git-python/
END-of-py-GitPython/pkg-descr
echo c - py-GitPython/files
mkdir -p py-GitPython/files > /dev/null 2>&1
echo x - py-GitPython/files/patch-setup.py
sed 's/^X//' >py-GitPython/files/patch-setup.py << 'END-of-py-GitPython/files/patch-setup.py'
X--- setup.py.orig	2008-07-21 23:42:54.000000000 +0800
X+++ setup.py	2008-07-21 23:43:00.000000000 +0800
X@@ -1,5 +1,5 @@
X-from ez_setup import use_setuptools
X-use_setuptools()
X+#from ez_setup import use_setuptools
X+#use_setuptools()
X from setuptools import setup, find_packages
X from distutils.command.build_py import build_py as _build_py
X from setuptools.command.sdist import sdist as _sdist
END-of-py-GitPython/files/patch-setup.py
echo x - py-GitPython/Makefile
sed 's/^X//' >py-GitPython/Makefile << 'END-of-py-GitPython/Makefile'
X# New ports collection makefile for:	py-GitPython
X# Date created:		2006-07-18
X# Whom:			Wen Heping <wenheping@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	GitPython
XPORTVERSION=	0.1.4.1
XCATEGORIES=	devel python
XMASTER_SITES=	CHEESESHOP
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
X
XMAINTAINER=	wenheping@gmail.com
XCOMMENT=	Python Git Library
X
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS=easy_install
X
X.include <bsd.port.mk>
END-of-py-GitPython/Makefile
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



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