# -*- 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 2.3 revision 0 categories-append databases license Apache platforms darwin 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 http://pypi.python.org/packages/source/p/pymongo/ distname pymongo-${version} checksums rmd160 79c2486012331e0f7606bd58aece0cf03cbe78f0 \ sha256 8e43fdd7ea8e2aa965791af1b6e24186248023c6fde70092d9631b1d9150b1dc python.versions 25 26 27 python.default_version 27 if {$subport != $name} { depends_build-append port:py${python.version}-distribute 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.url [lindex ${master_sites} 0] livecheck.regex {pymongo-([.\d]+)\.tar\.gz}