Date: Mon, 12 May 2014 16:36:02 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353871 - in head/databases: . py-geoalchemy Message-ID: <201405121636.s4CGa2Ls033725@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon May 12 16:36:01 2014 New Revision: 353871 URL: http://svnweb.freebsd.org/changeset/ports/353871 QAT: https://qat.redports.org/buildarchive/r353871/ Log: - Add py-geoalchemy 0.7.2 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). WWW: https://pypi.python.org/pypi/GeoAlchemy Added: head/databases/py-geoalchemy/ head/databases/py-geoalchemy/Makefile (contents, props changed) head/databases/py-geoalchemy/distinfo (contents, props changed) head/databases/py-geoalchemy/pkg-descr (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Mon May 12 16:32:34 2014 (r353870) +++ head/databases/Makefile Mon May 12 16:36:01 2014 (r353871) @@ -713,6 +713,7 @@ SUBDIR += py-flask-sqlalchemy SUBDIR += py-forgetsql SUBDIR += py-gdbm + SUBDIR += py-geoalchemy SUBDIR += py-hiredis SUBDIR += py-htsql SUBDIR += py-htsql-mysql Added: head/databases/py-geoalchemy/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-geoalchemy/Makefile Mon May 12 16:36:01 2014 (r353871) @@ -0,0 +1,22 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= geoalchemy +PORTVERSION= 0.7.2 +CATEGORIES= databases geography python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= GeoAlchemy-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Using SQLAlchemy with Spatial Databases + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.6.1:${PORTSDIR}/databases/py-sqlalchemy + +USE_PYTHON= 2 +USE_PYDISTUTILS=yes +PYDISTUTILS_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/databases/py-geoalchemy/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-geoalchemy/distinfo Mon May 12 16:36:01 2014 (r353871) @@ -0,0 +1,2 @@ +SHA256 (GeoAlchemy-0.7.2.tar.gz) = 78ce2f57a7982051030ccc9a59eb589bf6e0b3fad93875add4c1f7ef65f91863 +SIZE (GeoAlchemy-0.7.2.tar.gz) = 57317 Added: head/databases/py-geoalchemy/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-geoalchemy/pkg-descr Mon May 12 16:36:01 2014 (r353871) @@ -0,0 +1,5 @@ +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). + +WWW: https://pypi.python.org/pypi/GeoAlchemy
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405121636.s4CGa2Ls033725>