# -*- 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.9.0 revision 0 categories-append databases platforms darwin license Apache python.versions 27 35 36 37 maintainers {stromnov @stromnov} openmaintainer description Python access to mongodb long_description \ The PyMongo distribution contains tools for interacting with \ the Mongo database from Python. homepage https://www.mongodb.org/ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 496fc7495cd9c9f8eed72919e2bc1d6dee7a8bde \ sha256 4249c6ba45587b959292a727532826c5032d59171f923f7f823788f413c2a5a3 \ size 701117 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 }