aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-gitpython/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-gitpython/pkg-descr')
-rw-r--r--devel/py-gitpython/pkg-descr10
1 files changed, 0 insertions, 10 deletions
diff --git a/devel/py-gitpython/pkg-descr b/devel/py-gitpython/pkg-descr
deleted file mode 100644
index 5f0c986b1cfb..000000000000
--- a/devel/py-gitpython/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-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/