mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
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/ PR: ports/125826 Submitted by: Wen Heping <wenheping at gmail.com>
This commit is contained in:
parent
453f8ad228
commit
0095cd488f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217517
@ -2086,6 +2086,7 @@
|
||||
SUBDIR += py-generate
|
||||
SUBDIR += py-geojson
|
||||
SUBDIR += py-geotypes
|
||||
SUBDIR += py-gitpython
|
||||
SUBDIR += py-gobject
|
||||
SUBDIR += py-grouch
|
||||
SUBDIR += py-icalendar
|
||||
|
22
devel/py-gitpython/Makefile
Normal file
22
devel/py-gitpython/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: py-GitPython
|
||||
# Date created: 2006-07-18
|
||||
# Whom: Wen Heping <wenheping@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= GitPython
|
||||
PORTVERSION= 0.1.4.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
COMMENT= Python Git Library
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS=easy_install
|
||||
|
||||
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-gitpython/distinfo
Normal file
3
devel/py-gitpython/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (GitPython-0.1.4.1.tar.gz) = 8f09f5569db3822a7d0a80413180ec3f
|
||||
SHA256 (GitPython-0.1.4.1.tar.gz) = 698fb3f171ce589be284cccbfaf1e67ab43abe9d9617757b1fb5f16236fb3b4b
|
||||
SIZE (GitPython-0.1.4.1.tar.gz) = 16631
|
10
devel/py-gitpython/files/patch-setup.py
Normal file
10
devel/py-gitpython/files/patch-setup.py
Normal file
@ -0,0 +1,10 @@
|
||||
--- setup.py.orig 2008-07-21 23:42:54.000000000 +0800
|
||||
+++ setup.py 2008-07-21 23:43:00.000000000 +0800
|
||||
@@ -1,5 +1,5 @@
|
||||
-from ez_setup import use_setuptools
|
||||
-use_setuptools()
|
||||
+#from ez_setup import use_setuptools
|
||||
+#use_setuptools()
|
||||
from setuptools import setup, find_packages
|
||||
from distutils.command.build_py import build_py as _build_py
|
||||
from setuptools.command.sdist import sdist as _sdist
|
10
devel/py-gitpython/pkg-descr
Normal file
10
devel/py-gitpython/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
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/
|
Loading…
Reference in New Issue
Block a user