svn commit: r321600 - in head/devel: . py-pygit2

William Grzybowski wg at FreeBSD.org
Sat Jun 22 22:32:16 UTC 2013


Author: wg
Date: Sat Jun 22 22:32:14 2013
New Revision: 321600
URL: http://svnweb.freebsd.org/changeset/ports/321600

Log:
  Pygit2 is a set of Python bindings to the libgit2 shared library, libgit2
  implements the core of Git. Pygit2 works with Python 2.6, 2.7, 3.1, 3.2 and 3.3.
  
  WWW: http://www.pygit2.org

Added:
  head/devel/py-pygit2/
  head/devel/py-pygit2/Makefile   (contents, props changed)
  head/devel/py-pygit2/distinfo   (contents, props changed)
  head/devel/py-pygit2/pkg-descr   (contents, props changed)
  head/devel/py-pygit2/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Jun 22 22:22:07 2013	(r321599)
+++ head/devel/Makefile	Sat Jun 22 22:32:14 2013	(r321600)
@@ -3634,6 +3634,7 @@
     SUBDIR += py-pyechonest
     SUBDIR += py-pyev
     SUBDIR += py-pygithub
+    SUBDIR += py-pygit2
     SUBDIR += py-pygpx
     SUBDIR += py-pykde4
     SUBDIR += py-pykdeuic4

Added: head/devel/py-pygit2/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pygit2/Makefile	Sat Jun 22 22:32:14 2013	(r321600)
@@ -0,0 +1,18 @@
+# Created by: William Grzybowski <wg at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	pygit2
+PORTVERSION=	0.18.1
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	wg at FreeBSD.org
+COMMENT=	Python bindings for libgit2
+
+LIB_DEPENDS=	git2:${PORTSDIR}/devel/libgit2
+
+USE_PYTHON=	yes
+USE_PYDISTUTILS=yes
+
+.include <bsd.port.mk>

Added: head/devel/py-pygit2/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pygit2/distinfo	Sat Jun 22 22:32:14 2013	(r321600)
@@ -0,0 +1,2 @@
+SHA256 (pygit2-0.18.1.tar.gz) = cddfb237a0582109086d0e666f96430b3c262c5f7ccf326b6c947a0f7052d2fd
+SIZE (pygit2-0.18.1.tar.gz) = 96524

Added: head/devel/py-pygit2/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pygit2/pkg-descr	Sat Jun 22 22:32:14 2013	(r321600)
@@ -0,0 +1,4 @@
+Pygit2 is a set of Python bindings to the libgit2 shared library, libgit2
+implements the core of Git. Pygit2 works with Python 2.6, 2.7, 3.1, 3.2 and 3.3.
+
+WWW: http://www.pygit2.org/

Added: head/devel/py-pygit2/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pygit2/pkg-plist	Sat Jun 22 22:32:14 2013	(r321600)
@@ -0,0 +1,14 @@
+%%PYTHON_SITELIBDIR%%/_pygit2.so
+%%PYTHON_SITELIBDIR%%/pygit2/__init__.py
+%%PYTHON_SITELIBDIR%%/pygit2/__init__.pyc
+%%PYTHON_SITELIBDIR%%/pygit2/__init__.pyo
+%%PYTHON_SITELIBDIR%%/pygit2/repository.py
+%%PYTHON_SITELIBDIR%%/pygit2/repository.pyc
+%%PYTHON_SITELIBDIR%%/pygit2/repository.pyo
+%%PYTHON_SITELIBDIR%%/pygit2/utils.py
+%%PYTHON_SITELIBDIR%%/pygit2/utils.pyc
+%%PYTHON_SITELIBDIR%%/pygit2/utils.pyo
+%%PYTHON_SITELIBDIR%%/pygit2/version.py
+%%PYTHON_SITELIBDIR%%/pygit2/version.pyc
+%%PYTHON_SITELIBDIR%%/pygit2/version.pyo
+ at dirrm %%PYTHON_SITELIBDIR%%/pygit2


More information about the svn-ports-all mailing list