[53317] trunk/dports/python

blb at macports.org blb at macports.org
Thu Jul 2 23:17:46 PDT 2009


Revision: 53317
          http://trac.macports.org/changeset/53317
Author:   blb at macports.org
Date:     2009-07-02 23:17:44 -0700 (Thu, 02 Jul 2009)
Log Message:
-----------
New ports - python/py2[56]-pymongo, Python access to mongodb

Added Paths:
-----------
    trunk/dports/python/py25-pymongo/
    trunk/dports/python/py25-pymongo/Portfile
    trunk/dports/python/py26-pymongo/
    trunk/dports/python/py26-pymongo/Portfile

Added: trunk/dports/python/py25-pymongo/Portfile
===================================================================
--- trunk/dports/python/py25-pymongo/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-pymongo/Portfile	2009-07-03 06:17:44 UTC (rev 53317)
@@ -0,0 +1,29 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python25 1.0
+name                py25-pymongo
+version             0.11.3
+categories-append   databases
+maintainers         blb openmaintainer
+description         Python access to mongodb
+long_description \
+   The PyMongo distribution contains tools for interacting with the Mongo \
+   database from Python.
+
+platforms           darwin
+
+homepage            http://www.mongodb.org/
+master_sites        http://pypi.python.org/packages/source/p/pymongo/
+distname            pymongo-${version}
+
+checksums           md5     f441fea05c6bc5fd431e2681f08e49db \
+                    sha1    a83f4a0ef94730a696f8e0e6283318d067e70647 \
+                    rmd160  fa67d072724fd25b2bf6d5d4f1aabbb0c397fb4d
+
+post-destroot {
+   xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+   xinstall -m 644 -W ${worksrcpath} README.rst \
+      ${destroot}${prefix}/share/doc/${name}
+}
+


Property changes on: trunk/dports/python/py25-pymongo/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py26-pymongo/Portfile
===================================================================
--- trunk/dports/python/py26-pymongo/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-pymongo/Portfile	2009-07-03 06:17:44 UTC (rev 53317)
@@ -0,0 +1,29 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python26 1.0
+name                py26-pymongo
+version             0.11.3
+categories-append   databases
+maintainers         blb openmaintainer
+description         Python access to mongodb
+long_description \
+   The PyMongo distribution contains tools for interacting with the Mongo \
+   database from Python.
+
+platforms           darwin
+
+homepage            http://www.mongodb.org/
+master_sites        http://pypi.python.org/packages/source/p/pymongo/
+distname            pymongo-${version}
+
+checksums           md5     f441fea05c6bc5fd431e2681f08e49db \
+                    sha1    a83f4a0ef94730a696f8e0e6283318d067e70647 \
+                    rmd160  fa67d072724fd25b2bf6d5d4f1aabbb0c397fb4d
+
+post-destroot {
+   xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+   xinstall -m 644 -W ${worksrcpath} README.rst \
+      ${destroot}${prefix}/share/doc/${name}
+}
+


Property changes on: trunk/dports/python/py26-pymongo/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/20090702/0d96f657/attachment.html>


More information about the macports-changes mailing list