[88502] trunk/dports/python

jmr at macports.org jmr at macports.org
Tue Jan 3 08:12:11 PST 2012


Revision: 88502
          http://trac.macports.org/changeset/88502
Author:   jmr at macports.org
Date:     2012-01-03 08:12:09 -0800 (Tue, 03 Jan 2012)
Log Message:
-----------
New port: py-geoalchemy (#28242)

Added Paths:
-----------
    trunk/dports/python/py-geoalchemy/
    trunk/dports/python/py-geoalchemy/Portfile

Added: trunk/dports/python/py-geoalchemy/Portfile
===================================================================
--- trunk/dports/python/py-geoalchemy/Portfile	                        (rev 0)
+++ trunk/dports/python/py-geoalchemy/Portfile	2012-01-03 16:12:09 UTC (rev 88502)
@@ -0,0 +1,36 @@
+# -*- 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-geoalchemy
+version                 0.4.1
+categories-append       databases
+license                 MIT
+platforms               darwin
+supported_archs         noarch
+maintainers             icoost.com:jls openmaintainer
+description             Python SQL ORM Geospatial
+long_description        \
+    GeoAlchemy is an extension of SQLAlchemy. It provides \
+    support for Geospatial data types at the ORM layer using SQLAlchemy. It \
+    aims to support spatial operations and relations specified by the Open \
+    Geospatial Consortium (OGC). The project started under Google Summer of \
+    Code Program under the mentorship of Mark Ramm-Christensen.
+
+homepage                http://www.geoalchemy.org/
+master_sites            http://pypi.python.org/packages/source/G/GeoAlchemy/
+distname                GeoAlchemy-${version}
+checksums               md5     c52e8b0ea0859216199149314b544539 \
+                        sha1    a0ff93861bab69810e82f6b1241845a2264b35af \
+                        rmd160  f1312ba2b4c901b8fa5ef41980cb1fe73d5da24d
+
+python.versions         25 26 27
+python.default_version  27
+
+if {$subport != $name} {
+    depends_lib         port:py${python.version}-distribute \
+                        port:py${python.version}-sqlalchemy \
+                        port:py${python.version}-psycopg2
+}


Property changes on: trunk/dports/python/py-geoalchemy/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/20120103/1fbc6d3b/attachment.html>


More information about the macports-changes mailing list