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

stromnov at macports.org stromnov at macports.org
Sat Dec 12 05:05:30 PST 2015


Revision: 142280
          https://trac.macports.org/changeset/142280
Author:   stromnov at macports.org
Date:     2015-11-08 23:26:51 -0800 (Sun, 08 Nov 2015)
Log Message:
-----------
py-pymongo: update to version 3.1

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

Modified: trunk/dports/python/py-pymongo/Portfile
===================================================================
--- trunk/dports/python/py-pymongo/Portfile	2015-11-09 07:21:24 UTC (rev 142279)
+++ trunk/dports/python/py-pymongo/Portfile	2015-11-09 07:26:51 UTC (rev 142280)
@@ -5,13 +5,13 @@
 PortGroup           python 1.0
 
 name                py-pymongo
-version             3.0.3
+version             3.1
 revision            0
 categories-append   databases
 platforms           darwin
 license             Apache
 
-python.versions     26 27 33 34
+python.versions     26 27 33 34 35
 
 maintainers         stromnov openmaintainer
 
@@ -21,12 +21,12 @@
         the Mongo database from Python.
 
 homepage            http://www.mongodb.org/
-master_sites        https://pypi.python.org/packages/source/p/pymongo/
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
 
-distname            pymongo-${version}
+distname            ${python.rootname}-${version}
 
-checksums           rmd160  13a03c6ae11513c2a88489cdc71d19d9f4cf897e \
-                    sha256  3c6b2317f8031bc1e200fd1ea35f00a96f4569e3f3f220a5e66ab6227d96ccaf
+checksums           rmd160  1acf6474322fb8c6f90f840a209261fbdc0bfb25 \
+                    sha256  fe7033007100f825a67640e77abdafee28713f255da88fcfc8d6abad0bb34285
 
 if {${name} ne ${subport}} {
     conflicts               py${python.version}-bson
@@ -40,7 +40,5 @@
 
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/pymongo/json
-    livecheck.regex     {pymongo-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/443f4370/attachment.html>


More information about the macports-changes mailing list