Index: Makefile =================================================================== --- Makefile (revision 383674) +++ Makefile (working copy) @@ -3849,6 +3849,7 @@ SUBDIR += py-gflags SUBDIR += py-gitdb SUBDIR += py-gitosis + SUBDIR += py-gitpython SUBDIR += py-glob2 SUBDIR += py-gobject SUBDIR += py-gobject3 Index: py-gitpython/Makefile =================================================================== --- py-gitpython/Makefile (revision 0) +++ py-gitpython/Makefile (working copy) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= GitPython +PORTVERSION= 0.3.6 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= che@bein.link +COMMENT= Python Git Library + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gitdb>=0.6.4:${PORTSDIR}/devel/py-gitdb + +USES= python +USE_PYTHON= autoplist distutils + +.include Property changes on: py-gitpython/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: py-gitpython/distinfo =================================================================== --- py-gitpython/distinfo (revision 0) +++ py-gitpython/distinfo (working copy) @@ -0,0 +1,2 @@ +SHA256 (GitPython-0.3.6.tar.gz) = f3f42ca085eedbd3a9956b5e639de58bbe77a119f6b3d5c3af27669a2322c4a9 +SIZE (GitPython-0.3.6.tar.gz) = 353639 Property changes on: py-gitpython/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: py-gitpython/pkg-descr =================================================================== --- py-gitpython/pkg-descr (revision 0) +++ py-gitpython/pkg-descr (working copy) @@ -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 Property changes on: py-gitpython/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property