# -*- 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: Portfile 67232 2010-05-03 06:41:25Z stromnov@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-pymodels
version             0.18.3
maintainers         stromnov openmaintainer

description         Python models for schema-less databases.

long_description    \
        PyModels is a lightweight framework for mapping Python classes \
        to schema-less databases. It is not an ORM as it doesn't map \
        existing schemata to Python objects but instead defines them \
        on a higher layer built upon a schema-less storage (key/value \
        or document-oriented).

platforms           darwin

homepage            http://pypi.python.org/pypi/pymodels/
master_sites        http://pypi.python.org/packages/source/p/pymodels/
distname            pymodels-${version}

checksums           md5     13e10f5a4ec05b1590981905db5629e6 \
                    sha1    eb21a8665bb5bc661d7d79e14850c62e29fcf814 \
                    rmd160  f152f09c80aa60cff3750aa3b7a0a20e9875fe30

depends_build       port:py26-distribute

livecheck.type      regex
livecheck.url       ${master_sites}
livecheck.regex     "pymodels-(\\d+(?:\\.\\d+)*)${extract.suffix}"
