# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-pymongo version 3.0.3 revision 0 categories-append databases platforms darwin license Apache python.versions 26 27 33 34 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 https://pypi.python.org/packages/source/p/pymongo/ distname pymongo-${version} checksums rmd160 13a03c6ae11513c2a88489cdc71d19d9f4cf897e \ sha256 3c6b2317f8031bc1e200fd1ea35f00a96f4569e3f3f220a5e66ab6227d96ccaf if {${name} ne ${subport}} { 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 } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/pymongo/json livecheck.regex {pymongo-(\d+(?:\.\d+)*)\.[tz]} }