summaryrefslogtreecommitdiff
path: root/devel/py-subvertpy
diff options
context:
space:
mode:
authorepg <epg@pkgsrc.org>2009-02-20 02:59:50 +0000
committerepg <epg@pkgsrc.org>2009-02-20 02:59:50 +0000
commit544aa40c1988d2948687a586bf22b80fd9ecb6d4 (patch)
tree8851d9bd4ca272544901cefa81bc36763c65f62a /devel/py-subvertpy
parent072b5755aba775b8baea50f90037a2ea839dacd3 (diff)
downloadpkgsrc-544aa40c1988d2948687a586bf22b80fd9ecb6d4.tar.gz
Rename subvertpy to py-subvertpy.
Diffstat (limited to 'devel/py-subvertpy')
-rw-r--r--devel/py-subvertpy/DESCR2
-rw-r--r--devel/py-subvertpy/Makefile20
-rw-r--r--devel/py-subvertpy/PLIST58
-rw-r--r--devel/py-subvertpy/distinfo5
4 files changed, 85 insertions, 0 deletions
diff --git a/devel/py-subvertpy/DESCR b/devel/py-subvertpy/DESCR
new file mode 100644
index 00000000000..dcd6fc9a639
--- /dev/null
+++ b/devel/py-subvertpy/DESCR
@@ -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 --git a/devel/py-subvertpy/Makefile b/devel/py-subvertpy/Makefile
new file mode 100644
index 00000000000..ca8dcc581de
--- /dev/null
+++ b/devel/py-subvertpy/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2009/02/20 02:59:50 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
+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 --git a/devel/py-subvertpy/PLIST b/devel/py-subvertpy/PLIST
new file mode 100644
index 00000000000..28957e9e019
--- /dev/null
+++ b/devel/py-subvertpy/PLIST
@@ -0,0 +1,58 @@
+@comment $NetBSD: PLIST,v 1.1 2009/02/20 02:59:50 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 --git a/devel/py-subvertpy/distinfo b/devel/py-subvertpy/distinfo
new file mode 100644
index 00000000000..f1819c5ad75
--- /dev/null
+++ b/devel/py-subvertpy/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2009/02/20 02:59:50 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