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
This commit is contained in:
parent
6c4c28d448
commit
d102006fd6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321600
5 changed files with 39 additions and 0 deletions
|
@ -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
|
||||
|
|
18
devel/py-pygit2/Makefile
Normal file
18
devel/py-pygit2/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Created by: William Grzybowski <wg@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pygit2
|
||||
PORTVERSION= 0.18.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= wg@FreeBSD.org
|
||||
COMMENT= Python bindings for libgit2
|
||||
|
||||
LIB_DEPENDS= git2:${PORTSDIR}/devel/libgit2
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS=yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/py-pygit2/distinfo
Normal file
2
devel/py-pygit2/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (pygit2-0.18.1.tar.gz) = cddfb237a0582109086d0e666f96430b3c262c5f7ccf326b6c947a0f7052d2fd
|
||||
SIZE (pygit2-0.18.1.tar.gz) = 96524
|
4
devel/py-pygit2/pkg-descr
Normal file
4
devel/py-pygit2/pkg-descr
Normal file
|
@ -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/
|
14
devel/py-pygit2/pkg-plist
Normal file
14
devel/py-pygit2/pkg-plist
Normal file
|
@ -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
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/pygit2
|
Loading…
Reference in a new issue