1 | # -*- 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 |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python27 1.0 |
---|
5 | |
---|
6 | name py27-geoalchemy |
---|
7 | version 0.4.1 |
---|
8 | categories-append databases |
---|
9 | platforms darwin |
---|
10 | maintainers akitada openmaintainer |
---|
11 | description Python SQL ORM Geospatial |
---|
12 | long_description \ |
---|
13 | GeoAlchemy is an extension of SQLAlchemy. It provides \ |
---|
14 | support for Geospatial data types at the ORM layer using SQLAlchemy. It \ |
---|
15 | aims to support spatial operations and relations specified by the Open \ |
---|
16 | Geospatial Consortium (OGC). The project started under Google Summer of \ |
---|
17 | Code Program under the mentorship of Mark Ramm-Christensen. |
---|
18 | |
---|
19 | homepage http://www.geoalchemy.org/ |
---|
20 | master_sites http://pypi.python.org/packages/source/G/GeoAlchemy/ |
---|
21 | distname GeoAlchemy-${version} |
---|
22 | checksums md5 c52e8b0ea0859216199149314b544539 \ |
---|
23 | sha1 a0ff93861bab69810e82f6b1241845a2264b35af \ |
---|
24 | rmd160 f1312ba2b4c901b8fa5ef41980cb1fe73d5da24d |
---|
25 | |
---|
26 | depends_lib port:py27-distribute \ |
---|
27 | port:py27-sqlalchemy \ |
---|
28 | port:py27-psycopg2 |
---|