# -*- 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-mongoalchemy set real_name MongoAlchemy version 0.11 python.versions 27 categories-append www license MIT maintainers nomaintainer description Document-Object Mapper/Toolkit for Mongo Databases long_description \ MongoAlchemy is a layer on top of the Python MongoDB driver which adds \ client-side schema definitions, an easier to work with and programmatic \ query language, and a Document-Object mapper which allows python objects \ to be saved and loaded into the database in a type-safe way. platforms darwin homepage http://www.mongoalchemy.org master_sites pypi:M/${real_name}/ distname ${real_name}-${version} checksums rmd160 29b7cd981ffd804526ef029f3b94dc43d912c14e \ sha256 a7b0191ffd928363aedd5f51ebd97e9fe870bcc14ef982a92cc609d826f3ec89 if {${name} ne ${subport}} { depends_lib port:py${python.version}-pymongo }