Bug 131296 - [NEW PORT]databases/py-simplecouchdb:Simple Librairy to Allow Python Applicationto Use CouchDB
Summary: [NEW PORT]databases/py-simplecouchdb:Simple Librairy to Allow Python Applicat...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-02 14:30 UTC by wenheping
Modified: 2009-02-09 17:00 UTC (History)
0 users

See Also:


Attachments
file.shar (5.61 KB, text/plain)
2009-02-02 14:30 UTC, wenheping
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description wenheping 2009-02-02 14:30:07 UTC
py-simplecouchdb is a simple librairy to allow your python
applicationto use CouchDB.

With simplecouchdb, you can manage documents like you do
directly with CouchDB, schema-free. So document instance
(see :ref:schema-ref) are completly dynamic, you could
add/delete properties in your documents, retrieve them
without any schema, etc.

WWW:    http://code.google.com/p/py-simplecouchdb/

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-02-02 14:30:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2009-02-08 15:29:12 UTC
State Changed
From-To: open->feedback

Ask for maintainer fix.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2009-02-09 16:54:21 UTC
State Changed
From-To: feedback->closed

New port added, with minor changes. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-02-09 16:54:45 UTC
miwi        2009-02-09 16:54:34 UTC

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
  Added files:
    databases/py-simplecouchdb Makefile distinfo pkg-descr 
                               pkg-plist 
  Log:
  py-simplecouchdb is a simple librairy to allow your python
  applicationto use CouchDB.
  
  With simplecouchdb, you can manage documents like you do
  directly with CouchDB, schema-free. So document instance
  (see :ref:schema-ref) are completly dynamic, you could
  add/delete properties in your documents, retrieve them
  without any schema, etc.
  
  WWW:    http://code.google.com/p/py-simplecouchdb/
  
  PR:             ports/131296
  Submitted by:   Wen Heping <wenheping at gmail.com>
  
  Revision  Changes    Path
  1.735     +1 -0      ports/databases/Makefile
  1.1       +25 -0     ports/databases/py-simplecouchdb/Makefile (new)
  1.1       +3 -0      ports/databases/py-simplecouchdb/distinfo (new)
  1.1       +10 -0     ports/databases/py-simplecouchdb/pkg-descr (new)
  1.1       +47 -0     ports/databases/py-simplecouchdb/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"