# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup python 1.0 name py-pymongo version 3.6.1 revision 0 categories-append databases platforms darwin license Apache python.versions 26 27 33 34 35 36 maintainers stromnov openmaintainer description Python access to mongodb long_description \ The PyMongo distribution contains tools for interacting with \ the Mongo database from Python. homepage http://www.mongodb.org/ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 8438e67bd6f1180eb21fc8f7f4fb2536a29c4bd5 \ sha256 f7ebcb846962ee40374db2d9014a89bea9c983ae63c1877957c3a0a756974796 if {${name} ne ${subport}} { conflicts py${python.version}-bson depends_build-append port:py${python.version}-setuptools post-destroot { xinstall -m 755 -d ${destroot}${python.prefix}/share/doc/${subport} xinstall -m 644 -W ${worksrcpath} README.rst \ ${destroot}${python.prefix}/share/doc/${subport} } livecheck.type none }