import py-git-0.12.0
py-git2 is a set of Python 2.5+ bindings to the libgit2 linkable C Git library. ok sthen@
This commit is contained in:
parent
917be4d61b
commit
7875f5f5bf
21
devel/libgit2/py-git2/Makefile
Normal file
21
devel/libgit2/py-git2/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/06/30 12:07:32 jasper Exp $
|
||||
|
||||
COMMENT= libgit2 bindings in Python
|
||||
|
||||
V= 0.12.0
|
||||
DISTNAME= libgit2-pygit2-v${V}-0-gf8e61de
|
||||
PKGNAME= py-git2-$V
|
||||
|
||||
EXTRACT_SUFX= .zip
|
||||
|
||||
MODULES= lang/python
|
||||
|
||||
WANTLIB += crypto git2 ${MODPY_WANTLIB} z
|
||||
|
||||
LIB_DEPENDS= devel/libgit2/libgit2
|
||||
|
||||
WRKDIST= ${WRKDIR}/libgit2-pygit2-f8e61de/
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/libgit2/py-git2/distinfo
Normal file
5
devel/libgit2/py-git2/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (libgit2-pygit2-v0.12.0-0-gf8e61de.zip) = sGgsCj7bMnHo5tWGe512MA==
|
||||
RMD160 (libgit2-pygit2-v0.12.0-0-gf8e61de.zip) = Z8Eupcs5HzBNp5JxG3eYwwsjE+c=
|
||||
SHA1 (libgit2-pygit2-v0.12.0-0-gf8e61de.zip) = PrN4QcusfrOj1dyqLl46Dv1x0pI=
|
||||
SHA256 (libgit2-pygit2-v0.12.0-0-gf8e61de.zip) = JYJPbHrRP/wjwn6zvglissv/RfwxkCPg9MOawWFyF30=
|
||||
SIZE (libgit2-pygit2-v0.12.0-0-gf8e61de.zip) = 52741
|
2
devel/libgit2/py-git2/pkg/DESCR
Normal file
2
devel/libgit2/py-git2/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
py-git2 is a set of Python 2.5+ bindings to the libgit2 linkable C Git
|
||||
library.
|
3
devel/libgit2/py-git2/pkg/PLIST
Normal file
3
devel/libgit2/py-git2/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/06/30 12:07:32 jasper Exp $
|
||||
lib/python${MODPY_VERSION}/site-packages/pygit2-0.1-py${MODPY_VERSION}.egg-info
|
||||
lib/python${MODPY_VERSION}/site-packages/pygit2.so
|
Loading…
Reference in New Issue
Block a user