pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/subvertpy Import subvertpy-0.6.1 .



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7df2a843ee54
branches:  trunk
changeset: 554729:7df2a843ee54
user:      epg <epg%pkgsrc.org@localhost>
date:      Thu Feb 19 06:47:51 2009 +0000

description:
Import subvertpy-0.6.1 .

Alternative Python bindings for Subversion, split out from bzr-svn. The
goal is to have complete, portable and "Pythonic" Python bindings.

diffstat:

 devel/subvertpy/DESCR    |   2 +
 devel/subvertpy/Makefile |  20 ++++++++++++++++
 devel/subvertpy/PLIST    |  58 ++++++++++++++++++++++++++++++++++++++++++++++++
 devel/subvertpy/distinfo |   5 ++++
 4 files changed, 85 insertions(+), 0 deletions(-)

diffs (101 lines):

diff -r 8ca0eb8a82d2 -r 7df2a843ee54 devel/subvertpy/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/subvertpy/DESCR     Thu Feb 19 06:47:51 2009 +0000
@@ -0,0 +1,2 @@
+Alternative Python bindings for Subversion, split out from bzr-svn. The
+goal is to have complete, portable and "Pythonic" Python bindings.
diff -r 8ca0eb8a82d2 -r 7df2a843ee54 devel/subvertpy/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/subvertpy/Makefile  Thu Feb 19 06:47:51 2009 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/02/19 06:47:51 epg Exp $
+
+DISTNAME=      subvertpy-0.6.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel scm
+MASTER_SITES=  http://launchpad.net/subvertpy/trunk/0.6.1/+download/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://launchpad.net/subvertpy
+COMMENT=       Alternative Python bindings for Subversion
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+MAKE_ENV+=     SVN_PREFIX=${BUILDLINK_PREFIX.subversion-base}
+PYDISTUTILSPKG=        yes
+
+.include "../../devel/subversion-base/buildlink3.mk"
+.include "../../lang/python/extension.mk"
+#.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8ca0eb8a82d2 -r 7df2a843ee54 devel/subvertpy/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/subvertpy/PLIST     Thu Feb 19 06:47:51 2009 +0000
@@ -0,0 +1,58 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/19 06:47:51 epg Exp $
+${PYSITELIB}/subvertpy/__init__.py
+${PYSITELIB}/subvertpy/__init__.pyc
+${PYSITELIB}/subvertpy/__init__.pyo
+${PYSITELIB}/subvertpy/_ra.so
+${PYSITELIB}/subvertpy/client.so
+${PYSITELIB}/subvertpy/delta.py
+${PYSITELIB}/subvertpy/delta.pyc
+${PYSITELIB}/subvertpy/delta.pyo
+${PYSITELIB}/subvertpy/marshall.py
+${PYSITELIB}/subvertpy/marshall.pyc
+${PYSITELIB}/subvertpy/marshall.pyo
+${PYSITELIB}/subvertpy/properties.py
+${PYSITELIB}/subvertpy/properties.pyc
+${PYSITELIB}/subvertpy/properties.pyo
+${PYSITELIB}/subvertpy/ra.py
+${PYSITELIB}/subvertpy/ra.pyc
+${PYSITELIB}/subvertpy/ra.pyo
+${PYSITELIB}/subvertpy/ra_svn.py
+${PYSITELIB}/subvertpy/ra_svn.pyc
+${PYSITELIB}/subvertpy/ra_svn.pyo
+${PYSITELIB}/subvertpy/repos.so
+${PYSITELIB}/subvertpy/server.py
+${PYSITELIB}/subvertpy/server.pyc
+${PYSITELIB}/subvertpy/server.pyo
+${PYSITELIB}/subvertpy/tests/__init__.py
+${PYSITELIB}/subvertpy/tests/__init__.pyc
+${PYSITELIB}/subvertpy/tests/__init__.pyo
+${PYSITELIB}/subvertpy/tests/test_client.py
+${PYSITELIB}/subvertpy/tests/test_client.pyc
+${PYSITELIB}/subvertpy/tests/test_client.pyo
+${PYSITELIB}/subvertpy/tests/test_core.py
+${PYSITELIB}/subvertpy/tests/test_core.pyc
+${PYSITELIB}/subvertpy/tests/test_core.pyo
+${PYSITELIB}/subvertpy/tests/test_delta.py
+${PYSITELIB}/subvertpy/tests/test_delta.pyc
+${PYSITELIB}/subvertpy/tests/test_delta.pyo
+${PYSITELIB}/subvertpy/tests/test_marshall.py
+${PYSITELIB}/subvertpy/tests/test_marshall.pyc
+${PYSITELIB}/subvertpy/tests/test_marshall.pyo
+${PYSITELIB}/subvertpy/tests/test_properties.py
+${PYSITELIB}/subvertpy/tests/test_properties.pyc
+${PYSITELIB}/subvertpy/tests/test_properties.pyo
+${PYSITELIB}/subvertpy/tests/test_ra.py
+${PYSITELIB}/subvertpy/tests/test_ra.pyc
+${PYSITELIB}/subvertpy/tests/test_ra.pyo
+${PYSITELIB}/subvertpy/tests/test_repos.py
+${PYSITELIB}/subvertpy/tests/test_repos.pyc
+${PYSITELIB}/subvertpy/tests/test_repos.pyo
+${PYSITELIB}/subvertpy/tests/test_server.py
+${PYSITELIB}/subvertpy/tests/test_server.pyc
+${PYSITELIB}/subvertpy/tests/test_server.pyo
+${PYSITELIB}/subvertpy/tests/test_wc.py
+${PYSITELIB}/subvertpy/tests/test_wc.pyc
+${PYSITELIB}/subvertpy/tests/test_wc.pyo
+${PYSITELIB}/subvertpy/wc.so
+@dirrm ${PYSITELIB}/subvertpy/tests
+@dirrm ${PYSITELIB}/subvertpy
diff -r 8ca0eb8a82d2 -r 7df2a843ee54 devel/subvertpy/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/subvertpy/distinfo  Thu Feb 19 06:47:51 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/02/19 06:47:51 epg Exp $
+
+SHA1 (subvertpy-0.6.1.tar.gz) = 51280d248dabbf3f73f23d6981e779ebf3f1ffe2
+RMD160 (subvertpy-0.6.1.tar.gz) = bb57cd66c0c8e8467d4cc46071e27cfb2fa852f2
+Size (subvertpy-0.6.1.tar.gz) = 64111 bytes



Home | Main Index | Thread Index | Old Index