[59364] trunk/dports/python

blair at macports.org blair at macports.org
Tue Oct 13 17:46:47 PDT 2009


Revision: 59364
          http://trac.macports.org/changeset/59364
Author:   blair at macports.org
Date:     2009-10-13 17:46:46 -0700 (Tue, 13 Oct 2009)
Log Message:
-----------
New port for the Python CouchDB library version 0.6.

Added Paths:
-----------
    trunk/dports/python/py25-couchdb/
    trunk/dports/python/py25-couchdb/Portfile

Added: trunk/dports/python/py25-couchdb/Portfile
===================================================================
--- trunk/dports/python/py25-couchdb/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-couchdb/Portfile	2009-10-14 00:46:46 UTC (rev 59364)
@@ -0,0 +1,40 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python25 1.0
+
+name                py25-couchdb
+version             0.6
+categories          python www
+platforms           darwin
+maintainers         blair
+homepage            http://code.google.com/p/couchdb-python/
+description         Python library for working with CouchDB
+long_description    Python library for working with CouchDB.  This package \
+                    currently encompasses four primary modules: \
+                    1) couchdb.client: the basic client library, \
+                    2) couchdb.design: management of design documents, \
+                    3) couchdb.schema: a higher-lever API for mapping between \
+                       CouchDB documents and Python objects, \
+                    4) couchdb.view: a CouchDB view server that allows \
+                       writing view functions in Python 
+
+master_sites        http://pypi.python.org/packages/source/C/CouchDB
+distname            CouchDB-${version}
+checksums           md5 446b8377cf2ddda94d5f2df29c4f705f \
+                    sha1 b045613043f58745b9fbeb0f73988c12a8393117 \
+                    rmd160 488f5d22cc5c134a6a08580e77444e48776dcb05
+
+depends_lib-append  port:py25-cjson \
+                    port:py25-httplib2 \
+                    port:py25-setuptools
+
+post-destroot {
+    foreach f {couchdb-dump couchdb-load couchdb-replicate couchpy} {
+        move ${destroot}${prefix}/bin/${f} ${destroot}${prefix}/bin/${f}-2.5
+    }
+}
+
+livecheck.type      regex
+livecheck.url       http://pypi.python.org/pypi/CouchDB
+livecheck.regex     CouchDB (0\.\[0-9\]+(\.\[0-9\]+)?)


Property changes on: trunk/dports/python/py25-couchdb/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091013/4ec037d3/attachment.html>


More information about the macports-changes mailing list