aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-gitpython
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-gitpython')
-rw-r--r--devel/py-gitpython/Makefile23
-rw-r--r--devel/py-gitpython/distinfo2
-rw-r--r--devel/py-gitpython/pkg-descr10
3 files changed, 0 insertions, 35 deletions
diff --git a/devel/py-gitpython/Makefile b/devel/py-gitpython/Makefile
deleted file mode 100644
index 44f51a4f2e8b..000000000000
--- a/devel/py-gitpython/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Created by: Wen Heping <wenheping@gmail.com>
-# $FreeBSD$
-
-PORTNAME= GitPython
-PORTVERSION= 0.3.1
-PORTREVISION= 1
-CATEGORIES= devel python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Python Git Library
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2014-03-07
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gitdb>0:${PORTSDIR}/devel/py-gitdb
-
-USE_PYTHON= yes
-USE_PYDISTUTILS=yes
-PYDISTUTILS_AUTOPLIST= yes
-
-.include <bsd.port.mk>
diff --git a/devel/py-gitpython/distinfo b/devel/py-gitpython/distinfo
deleted file mode 100644
index cbe6fad212ca..000000000000
--- a/devel/py-gitpython/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (GitPython-0.3.1.tar.gz) = 24a8b936f084d06268b92fa625fbf81cc2a849f01b4c7edf7e492ce8e3f84d3c
-SIZE (GitPython-0.3.1.tar.gz) = 257331
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/