pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-dulwich Import py-dulwich-0.4.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c3373fb20ea
branches:  trunk
changeset: 567033:2c3373fb20ea
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Nov 04 19:49:24 2009 +0000

description:
Import py-dulwich-0.4.0:

Dulwich is a Python implement of the Git file formats and protocols.
It provides a standalone implementation that doesn't depend on the
presence of Git itself.

diffstat:

 devel/py-dulwich/DESCR    |   3 ++
 devel/py-dulwich/Makefile |  18 ++++++++++++
 devel/py-dulwich/PLIST    |  68 +++++++++++++++++++++++++++++++++++++++++++++++
 devel/py-dulwich/distinfo |   5 +++
 4 files changed, 94 insertions(+), 0 deletions(-)

diffs (110 lines):

diff -r 0c263b2ba45b -r 2c3373fb20ea devel/py-dulwich/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-dulwich/DESCR    Wed Nov 04 19:49:24 2009 +0000
@@ -0,0 +1,3 @@
+Dulwich is a Python implement of the Git file formats and protocols.
+It provides a standalone implementation that doesn't depend on the
+presence of Git itself.
diff -r 0c263b2ba45b -r 2c3373fb20ea devel/py-dulwich/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-dulwich/Makefile Wed Nov 04 19:49:24 2009 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/11/04 19:49:24 joerg Exp $
+#
+
+DISTNAME=              dulwich-0.4.0
+PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=            devel python
+MASTER_SITES=          http://samba.org/~jelmer/dulwich/
+
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=              http://samba.org/~jelmer/dulwich/
+COMMENT=               Python implementation of Git
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+PYDISTUTILSPKG=                yes
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 0c263b2ba45b -r 2c3373fb20ea devel/py-dulwich/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-dulwich/PLIST    Wed Nov 04 19:49:24 2009 +0000
@@ -0,0 +1,68 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/11/04 19:49:24 joerg Exp $
+bin/dul-daemon
+bin/dulwich
+${PYSITELIB}/dulwich/__init__.py
+${PYSITELIB}/dulwich/__init__.pyc
+${PYSITELIB}/dulwich/__init__.pyo
+${PYSITELIB}/dulwich/_objects.so
+${PYSITELIB}/dulwich/_pack.so
+${PYSITELIB}/dulwich/client.py
+${PYSITELIB}/dulwich/client.pyc
+${PYSITELIB}/dulwich/client.pyo
+${PYSITELIB}/dulwich/errors.py
+${PYSITELIB}/dulwich/errors.pyc
+${PYSITELIB}/dulwich/errors.pyo
+${PYSITELIB}/dulwich/index.py
+${PYSITELIB}/dulwich/index.pyc
+${PYSITELIB}/dulwich/index.pyo
+${PYSITELIB}/dulwich/lru_cache.py
+${PYSITELIB}/dulwich/lru_cache.pyc
+${PYSITELIB}/dulwich/lru_cache.pyo
+${PYSITELIB}/dulwich/misc.py
+${PYSITELIB}/dulwich/misc.pyc
+${PYSITELIB}/dulwich/misc.pyo
+${PYSITELIB}/dulwich/object_store.py
+${PYSITELIB}/dulwich/object_store.pyc
+${PYSITELIB}/dulwich/object_store.pyo
+${PYSITELIB}/dulwich/objects.py
+${PYSITELIB}/dulwich/objects.pyc
+${PYSITELIB}/dulwich/objects.pyo
+${PYSITELIB}/dulwich/pack.py
+${PYSITELIB}/dulwich/pack.pyc
+${PYSITELIB}/dulwich/pack.pyo
+${PYSITELIB}/dulwich/protocol.py
+${PYSITELIB}/dulwich/protocol.pyc
+${PYSITELIB}/dulwich/protocol.pyo
+${PYSITELIB}/dulwich/repo.py
+${PYSITELIB}/dulwich/repo.pyc
+${PYSITELIB}/dulwich/repo.pyo
+${PYSITELIB}/dulwich/server.py
+${PYSITELIB}/dulwich/server.pyc
+${PYSITELIB}/dulwich/server.pyo
+${PYSITELIB}/dulwich/tests/__init__.py
+${PYSITELIB}/dulwich/tests/__init__.pyc
+${PYSITELIB}/dulwich/tests/__init__.pyo
+${PYSITELIB}/dulwich/tests/test_client.py
+${PYSITELIB}/dulwich/tests/test_client.pyc
+${PYSITELIB}/dulwich/tests/test_client.pyo
+${PYSITELIB}/dulwich/tests/test_index.py
+${PYSITELIB}/dulwich/tests/test_index.pyc
+${PYSITELIB}/dulwich/tests/test_index.pyo
+${PYSITELIB}/dulwich/tests/test_lru_cache.py
+${PYSITELIB}/dulwich/tests/test_lru_cache.pyc
+${PYSITELIB}/dulwich/tests/test_lru_cache.pyo
+${PYSITELIB}/dulwich/tests/test_object_store.py
+${PYSITELIB}/dulwich/tests/test_object_store.pyc
+${PYSITELIB}/dulwich/tests/test_object_store.pyo
+${PYSITELIB}/dulwich/tests/test_objects.py
+${PYSITELIB}/dulwich/tests/test_objects.pyc
+${PYSITELIB}/dulwich/tests/test_objects.pyo
+${PYSITELIB}/dulwich/tests/test_pack.py
+${PYSITELIB}/dulwich/tests/test_pack.pyc
+${PYSITELIB}/dulwich/tests/test_pack.pyo
+${PYSITELIB}/dulwich/tests/test_protocol.py
+${PYSITELIB}/dulwich/tests/test_protocol.pyc
+${PYSITELIB}/dulwich/tests/test_protocol.pyo
+${PYSITELIB}/dulwich/tests/test_repository.py
+${PYSITELIB}/dulwich/tests/test_repository.pyc
+${PYSITELIB}/dulwich/tests/test_repository.pyo
diff -r 0c263b2ba45b -r 2c3373fb20ea devel/py-dulwich/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-dulwich/distinfo Wed Nov 04 19:49:24 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/11/04 19:49:24 joerg Exp $
+
+SHA1 (dulwich-0.4.0.tar.gz) = c8b2dcd11284a5eb80646c8705fd070ea981acb9
+RMD160 (dulwich-0.4.0.tar.gz) = d8e1bc1fd4d0ae924becbf9c8047a81f419eed1a
+Size (dulwich-0.4.0.tar.gz) = 73140 bytes



Home | Main Index | Thread Index | Old Index