# -*- 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-bson version 0.5.8 revision 0 categories-append devel databases platforms darwin supported_archs noarch license BSD maintainers nomaintainer description BSON codec for Python that independent on MongoDB long_description \ Independent BSON codec for Python that does not depend on MongoDB. homepage https://github.com/py-bson/bson distname ${python.rootname}-${version} master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}/ checksums rmd160 52a7e37313eadce8dc0207530b1e919f14c84071 \ sha256 13fb1e5486a611374a06177663c2ab878f0c192c8fc8765a63dfef86859006c9 \ size 10054 python.versions 27 34 35 36 37 if {${name} ne ${subport}} { conflicts py${python.version}-pymongo depends_build-append port:py${python.version}-setuptools depends_lib-append port:py${python.version}-dateutil \ port:py${python.version}-six livecheck.type none }