Added: trunk/dports/python/py26-pymodels/Portfile (0 => 67102)
--- 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
___________________________________________________________________