[67102] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Wed Apr 28 22:59:20 PDT 2010


Revision: 67102
          http://trac.macports.org/changeset/67102
Author:   stromnov at macports.org
Date:     2010-04-28 22:59:19 -0700 (Wed, 28 Apr 2010)
Log Message:
-----------
py26-pymodels: New port.

Added Paths:
-----------
    trunk/dports/python/py26-pymodels/
    trunk/dports/python/py26-pymodels/Portfile

Added: trunk/dports/python/py26-pymodels/Portfile
===================================================================
--- trunk/dports/python/py26-pymodels/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-pymodels/Portfile	2010-04-29 05:59:19 UTC (rev 67102)
@@ -0,0 +1,34 @@
+# -*- 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           python26 1.0
+
+name                py26-pymodels
+version             0.17.0
+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     175ed9ac28d5717c0e6ab7948e2de66f \
+                    sha1    dbd896157097036f36d548cedd7011ead24c4830 \
+                    rmd160  9544cfb183a41b18300410174cfc6aa589faf223
+
+depends_build       port:py26-distribute
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "pymodels-(\\d+(?:\\.\\d+)*)${extract.suffix}"


Property changes on: trunk/dports/python/py26-pymodels/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100428/19486d3f/attachment.html>


More information about the macports-changes mailing list