Ticket #28242: Portfile

File Portfile, 1.3 KB (added by jls@…, 13 years ago)
Line 
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
3PortSystem              1.0
4PortGroup               python27 1.0
5
6name                    py27-geoalchemy
7version                 0.4.1
8categories-append       databases
9platforms               darwin
10maintainers             akitada openmaintainer
11description             Python SQL ORM Geospatial
12long_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
19homepage                http://www.geoalchemy.org/
20master_sites            http://pypi.python.org/packages/source/G/GeoAlchemy/
21distname                GeoAlchemy-${version}
22checksums               md5     c52e8b0ea0859216199149314b544539 \
23                        sha1    a0ff93861bab69810e82f6b1241845a2264b35af \
24                        rmd160  f1312ba2b4c901b8fa5ef41980cb1fe73d5da24d
25                       
26depends_lib             port:py27-distribute \
27                        port:py27-sqlalchemy \
28                        port:py27-psycopg2