Permalink
Browse files
py-pymongo: update to version 3.6.1
- Loading branch information
Showing
with
3 additions
and
3 deletions.
-
+3
−3
python/py-pymongo/Portfile
|
|
@@ -4,7 +4,7 @@ PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
|
|
|
name py-pymongo |
|
|
version 3.6.0 |
|
|
version 3.6.1 |
|
|
revision 0 |
|
|
categories-append databases |
|
|
platforms darwin |
|
|
@@ -24,8 +24,8 @@ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} |
|
|
|
|
|
distname ${python.rootname}-${version} |
|
|
|
|
|
checksums rmd160 cb9a3a6a00662f0f12ff7a0e362d1fed114d940b \ |
|
|
sha256 c6de26d1e171cdc449745b82f1addbc873d105b8e7335097da991c0fc664a4a8 |
|
|
checksums rmd160 8438e67bd6f1180eb21fc8f7f4fb2536a29c4bd5 \ |
|
|
sha256 f7ebcb846962ee40374db2d9014a89bea9c983ae63c1877957c3a0a756974796 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
conflicts py${python.version}-bson |
|
|
|