[104294] trunk/dports/python/py-pymongo/Portfile

stromnov at macports.org stromnov at macports.org
Sat Mar 23 05:05:34 PDT 2013


Revision: 104294
          https://trac.macports.org/changeset/104294
Author:   stromnov at macports.org
Date:     2013-03-23 05:05:34 -0700 (Sat, 23 Mar 2013)
Log Message:
-----------
py-pymongo: update to version 2.5

Modified Paths:
--------------
    trunk/dports/python/py-pymongo/Portfile

Modified: trunk/dports/python/py-pymongo/Portfile
===================================================================
--- trunk/dports/python/py-pymongo/Portfile	2013-03-23 10:40:34 UTC (rev 104293)
+++ trunk/dports/python/py-pymongo/Portfile	2013-03-23 12:05:34 UTC (rev 104294)
@@ -5,11 +5,11 @@
 PortGroup           python 1.0
 
 name                py-pymongo
-version             2.4.2
+version             2.5
 revision            0
 categories-append   databases
+platforms           darwin
 license             Apache
-platforms           darwin
 
 python.versions     25 26 27 32 33
 
@@ -25,8 +25,8 @@
 
 distname            pymongo-${version}
 
-checksums           rmd160  27c8c164290882cb38304172f9607eb3c0857cf9 \
-                    sha256  6862c85844f1766c261a39022ec7a6b631988cb5528a31f8d20e78181398aa5f
+checksums           rmd160  2a9ae93976b0b457ddd0a967a933304b7917f1d9 \
+                    sha256  79aff1c77ec6be6158a4d1a11002400ee0eb8f74dc6f4f67527f59bfac78c222
 
 if {$subport != $name} {
     depends_build-append    port:py${python.version}-distribute
@@ -35,8 +35,10 @@
         xinstall -m 644 -W ${worksrcpath} README.rst \
             ${destroot}${python.prefix}/share/doc/${subport}
     }
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     "pymongo-(\\d+(?:\\.\\d+)*)${extract.suffix}"
 }
-
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     "pymongo-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130323/ddb29873/attachment.html>


More information about the macports-changes mailing list