Revision: 91452 https://trac.macports.org/changeset/91452 Author: stromnov@macports.org Date: 2012-04-02 06:41:16 -0700 (Mon, 02 Apr 2012) Log Message: ----------- py-geoalchemy: fix whitespaces Modified Paths: -------------- trunk/dports/python/py-geoalchemy/Portfile Modified: trunk/dports/python/py-geoalchemy/Portfile =================================================================== --- trunk/dports/python/py-geoalchemy/Portfile 2012-04-02 08:01:06 UTC (rev 91451) +++ trunk/dports/python/py-geoalchemy/Portfile 2012-04-02 13:41:16 UTC (rev 91452) @@ -1,36 +1,42 @@ # -*- 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 +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 \ +name py-geoalchemy +version 0.4.1 +revision 0 +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 +homepage http://www.geoalchemy.org/ +master_sites http://pypi.python.org/packages/source/G/GeoAlchemy/ -python.versions 25 26 27 +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 + depends_lib port:py${python.version}-distribute \ + port:py${python.version}-sqlalchemy \ + port:py${python.version}-psycopg2 }
participants (1)
-
stromnov@macports.org