Dulwich is a pure-Python implementation of the Git file formats and protocols.
OK martynas@
This commit is contained in:
parent
91634a5f81
commit
0b557c106e
29
devel/py-dulwich/Makefile
Normal file
29
devel/py-dulwich/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# $OpenBSD: Makefile,v 1.1 2010/09/02 20:55:37 millert Exp $
|
||||
|
||||
COMMENT = pure Python implementation of Git file formats and protocols
|
||||
|
||||
MODPY_EGG_VERSION = 0.6.1
|
||||
DISTNAME = dulwich-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = http://samba.org/~jelmer/dulwich/
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MASTER_SITES = ${HOMEPAGE}
|
||||
|
||||
MODULES = lang/python
|
||||
|
||||
REGRESS_DEPENDS = ::devel/py-nose
|
||||
|
||||
do-regress:
|
||||
cd ${WRKSRC} && nosetests
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/py-dulwich/distinfo
Normal file
5
devel/py-dulwich/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (dulwich-0.6.1.tar.gz) = VwE3dTcfhRKqlWji5Lq4Yg==
|
||||
RMD160 (dulwich-0.6.1.tar.gz) = Syq+85hhax7W9izgYTvDzXfl6Wo=
|
||||
SHA1 (dulwich-0.6.1.tar.gz) = cMiVWFe/2mJZabPujpEFpPpqEY0=
|
||||
SHA256 (dulwich-0.6.1.tar.gz) = RSy9RseYsQ8B3MHaFsOMQFVK5UNAGLmHT0BvrfzcXOk=
|
||||
SIZE (dulwich-0.6.1.tar.gz) = 131372
|
4
devel/py-dulwich/pkg/DESCR
Normal file
4
devel/py-dulwich/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
Dulwich is a pure-Python implementation of the Git file formats and protocols.
|
||||
|
||||
The project is named after the village in which Mr. and Mrs. Git live in the
|
||||
Monty Python sketch.
|
77
devel/py-dulwich/pkg/PLIST
Normal file
77
devel/py-dulwich/pkg/PLIST
Normal file
@ -0,0 +1,77 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1 2010/09/02 20:55:37 millert Exp $
|
||||
bin/dul-daemon
|
||||
bin/dul-web
|
||||
bin/dulwich
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/_objects.so
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/_pack.so
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/client.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/client.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/errors.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/errors.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/fastexport.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/fastexport.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/file.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/file.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/index.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/index.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/log_utils.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/log_utils.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/lru_cache.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/lru_cache.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/misc.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/misc.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/object_store.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/object_store.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/objects.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/objects.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/pack.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/pack.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/patch.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/patch.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/protocol.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/protocol.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/repo.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/repo.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/server.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/server.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/tests/
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/tests/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/tests/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/tests/test_client.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/tests/test_client.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/tests/test_fastexport.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/tests/test_fastexport.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/tests/test_file.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/tests/test_file.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/tests/test_index.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/tests/test_index.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/tests/test_lru_cache.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/tests/test_lru_cache.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/tests/test_object_store.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/tests/test_object_store.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/tests/test_objects.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/tests/test_objects.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/tests/test_pack.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/tests/test_pack.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/tests/test_patch.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/tests/test_patch.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/tests/test_protocol.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/tests/test_protocol.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/tests/test_repository.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/tests/test_repository.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/tests/test_server.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/tests/test_server.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/tests/test_web.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/tests/test_web.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/tests/utils.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/tests/utils.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/web.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/web.pyc
|
Loading…
x
Reference in New Issue
Block a user