Revision: 91460 https://trac.macports.org/changeset/91460 Author: singingwolfboy@macports.org Date: 2012-04-02 10:25:03 -0700 (Mon, 02 Apr 2012) Log Message: ----------- New port: py-mongoalchemy Added Paths: ----------- trunk/dports/python/py-mongoalchemy/ trunk/dports/python/py-mongoalchemy/Portfile Added: trunk/dports/python/py-mongoalchemy/Portfile =================================================================== --- trunk/dports/python/py-mongoalchemy/Portfile (rev 0) +++ trunk/dports/python/py-mongoalchemy/Portfile 2012-04-02 17:25:03 UTC (rev 91460) @@ -0,0 +1,31 @@ +# -*- 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 25 26 27 +python.default_version 27 +categories-append www +maintainers singingwolfboy openmaintainer +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 http://pypi.python.org/packages/source/M/${real_name}/ +distname ${real_name}-${version} +checksums rmd160 29b7cd981ffd804526ef029f3b94dc43d912c14e \ + sha256 a7b0191ffd928363aedd5f51ebd97e9fe870bcc14ef982a92cc609d826f3ec89 + +if {$name != $subport} { + depends_lib port:py${python.version}-pymongo +} Property changes on: trunk/dports/python/py-mongoalchemy/Portfile ___________________________________________________________________ Added: svn:keywords + Id
participants (1)
-
singingwolfboy@macports.org