[SM-Commit] GIT changes to master grimoire by Eric Sandall (24b1d3d867d508f0058a802d671805c684bea8c4)

Eric Sandall scm at sourcemage.org
Fri May 7 04:33:03 EDT 2010


GIT changes to master grimoire by Eric Sandall <sandalle at sourcemage.org>:

 ChangeLog                                         |    4 ++
 python-pypi/couchdb-python/CouchDB-0.7.tar.gz.sig |binary
 python-pypi/couchdb-python/DEPENDS                |    3 ++
 python-pypi/couchdb-python/DETAILS                |   32 ++++++++++++++++++++++
 python-pypi/couchdb-python/HISTORY                |    3 ++
 5 files changed, 42 insertions(+)

New commits:
commit 24b1d3d867d508f0058a802d671805c684bea8c4
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    couchdb-python: couchdb-python: Added a Python library for working with
    CouchDB

diff --git a/ChangeLog b/ChangeLog
index dfe4ae8..ba7bc8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-06 Eric Sandall <sandalle at sourcemage.org>
+	* python-pypi/couchdb-python: Added a Python library for working with
+	  CouchDB
+
 2010-05-06 Vlad Glagolev <stealth at sourcemage.org>
 	* audio-libs/opencore-amr: new spell, OpenCORE libraries for AMR-NB and
 	  AMR-WB [en|de]coding
diff --git a/python-pypi/couchdb-python/CouchDB-0.7.tar.gz.sig b/python-pypi/couchdb-python/CouchDB-0.7.tar.gz.sig
new file mode 100644
index 0000000..c9b0d7d
Binary files /dev/null and b/python-pypi/couchdb-python/CouchDB-0.7.tar.gz.sig differ
diff --git a/python-pypi/couchdb-python/DEPENDS b/python-pypi/couchdb-python/DEPENDS
new file mode 100755
index 0000000..6c4f0ca
--- /dev/null
+++ b/python-pypi/couchdb-python/DEPENDS
@@ -0,0 +1,3 @@
+depends couchdb &&
+depends python &&
+depends setuptools
diff --git a/python-pypi/couchdb-python/DETAILS b/python-pypi/couchdb-python/DETAILS
new file mode 100755
index 0000000..b6f57c6
--- /dev/null
+++ b/python-pypi/couchdb-python/DETAILS
@@ -0,0 +1,32 @@
+           SPELL=couchdb-python
+         VERSION=0.7
+          SOURCE="CouchDB-$VERSION.tar.gz"
+      SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+   SOURCE_URL[0]="http://pypi.python.org/packages/source/C/CouchDB/$SOURCE"
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/CouchDB-$VERSION"
+        WEB_SITE=http://code.google.com/p/couchdb-python/
+      LICENSE[0]=BSD
+         ENTERED=20100505
+           SHORT="Python library for working with CouchDB"
+cat << EOF
+This package currently encompasses four primary modules:
+  couchdb.client: the basic client library
+
+  couchdb.design: management of design documents
+
+  couchdb.mapping: a higher-level API for mapping between CouchDB documents
+  and Python objects
+
+  couchdb.view: a CouchDB view server that allows writing view functions in
+  Python
+
+It also provides a couple of command-line tools:
+  couchdb-dump: Writes a snapshot of a CouchDB database (including documents,
+  attachments, and design documents) to MIME multipart file
+
+  couchdb-load: Reads a MIME multipart file as generated by couchdb-dump and
+  loads all the documents, attachments, and design documents into a CouchDB database.
+
+  couchdb-replicate: Can be used as an update-notification script to trigger
+  replication between databases when data is changed.
+EOF
diff --git a/python-pypi/couchdb-python/HISTORY b/python-pypi/couchdb-python/HISTORY
new file mode 100644
index 0000000..d8a704c
--- /dev/null
+++ b/python-pypi/couchdb-python/HISTORY
@@ -0,0 +1,3 @@
+2010-05-05 Eric Sandall <sandalle at sourcemage.org>
+	* DETAILS, DEPENDS: Created
+



More information about the SM-Commit mailing list