pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel Rename subvertpy to py-subvertpy.
details: https://anonhg.NetBSD.org/pkgsrc/rev/314b3f6d1751
branches: trunk
changeset: 554765:314b3f6d1751
user: epg <epg%pkgsrc.org@localhost>
date: Fri Feb 20 02:59:50 2009 +0000
description:
Rename subvertpy to py-subvertpy.
diffstat:
devel/Makefile | 4 +-
devel/py-subvertpy/DESCR | 2 +
devel/py-subvertpy/Makefile | 20 +++++++++++++++
devel/py-subvertpy/PLIST | 58 +++++++++++++++++++++++++++++++++++++++++++++
devel/py-subvertpy/distinfo | 5 +++
devel/subvertpy/DESCR | 2 -
devel/subvertpy/Makefile | 20 ---------------
devel/subvertpy/PLIST | 58 ---------------------------------------------
devel/subvertpy/distinfo | 5 ---
9 files changed, 87 insertions(+), 87 deletions(-)
diffs (227 lines):
diff -r dc98fec568e4 -r 314b3f6d1751 devel/Makefile
--- a/devel/Makefile Fri Feb 20 01:16:27 2009 +0000
+++ b/devel/Makefile Fri Feb 20 02:59:50 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1117 2009/02/19 06:49:33 epg Exp $
+# $NetBSD: Makefile,v 1.1118 2009/02/20 02:59:50 epg Exp $
#
COMMENT= Development utilities
@@ -907,6 +907,7 @@
SUBDIR+= py-readline
SUBDIR+= py-setuptools
SUBDIR+= py-subversion
+SUBDIR+= py-subvertpy
SUBDIR+= py-unit
SUBDIR+= py-unitgui
SUBDIR+= py-urwid
@@ -1020,7 +1021,6 @@
SUBDIR+= stooop
SUBDIR+= subversion
SUBDIR+= subversion-base
-SUBDIR+= subvertpy
SUBDIR+= sunifdef
SUBDIR+= svk
SUBDIR+= swig
diff -r dc98fec568e4 -r 314b3f6d1751 devel/py-subvertpy/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-subvertpy/DESCR Fri Feb 20 02:59:50 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 dc98fec568e4 -r 314b3f6d1751 devel/py-subvertpy/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-subvertpy/Makefile Fri Feb 20 02:59:50 2009 +0000
@@ -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@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 dc98fec568e4 -r 314b3f6d1751 devel/py-subvertpy/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-subvertpy/PLIST Fri Feb 20 02:59:50 2009 +0000
@@ -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 -r dc98fec568e4 -r 314b3f6d1751 devel/py-subvertpy/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-subvertpy/distinfo Fri Feb 20 02:59:50 2009 +0000
@@ -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
diff -r dc98fec568e4 -r 314b3f6d1751 devel/subvertpy/DESCR
--- a/devel/subvertpy/DESCR Fri Feb 20 01:16:27 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-Alternative Python bindings for Subversion, split out from bzr-svn. The
-goal is to have complete, portable and "Pythonic" Python bindings.
diff -r dc98fec568e4 -r 314b3f6d1751 devel/subvertpy/Makefile
--- a/devel/subvertpy/Makefile Fri Feb 20 01:16:27 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-# $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 dc98fec568e4 -r 314b3f6d1751 devel/subvertpy/PLIST
--- a/devel/subvertpy/PLIST Fri Feb 20 01:16:27 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,58 +0,0 @@
-@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 dc98fec568e4 -r 314b3f6d1751 devel/subvertpy/distinfo
--- a/devel/subvertpy/distinfo Fri Feb 20 01:16:27 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$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