aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-gitpython/pkg-descr
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2015-06-22 17:20:00 +0000
committerThomas Zander <riggs@FreeBSD.org>2015-06-22 17:20:00 +0000
commit1d333d36e466452d595378c5c878e480cbd89568 (patch)
tree77bf78873288d45d2202f59aa65643b048fb3ac2 /devel/py-gitpython/pkg-descr
parent8a1c988ef3f2baf03241d81b73251122f1e1f37a (diff)
Resurrect devel/py-gitpython
- Update to upstream version 1.0.1 - Maxim Filimonov <che@bein.link> takes maintainership - Update WWW: Project is now hosted on github PR: 199335 Differential Revision: https://reviews.freebsd.org/D2659 Submitted by: che@bein.link (maintainer) Reviewed by: koobs
Diffstat (limited to 'devel/py-gitpython/pkg-descr')
-rw-r--r--devel/py-gitpython/pkg-descr4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/py-gitpython/pkg-descr b/devel/py-gitpython/pkg-descr
new file mode 100644
index 000000000000..2756d962dbe5
--- /dev/null
+++ b/devel/py-gitpython/pkg-descr
@@ -0,0 +1,4 @@
+GitPython is a python library used to interact with git repositories,
+high-level like git-porcelain, or low-level like git-plumbing.
+
+WWW: https://github.com/gitpython-developers/GitPython