summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/Makefile1
-rw-r--r--databases/py-geoalchemy/Makefile22
-rw-r--r--databases/py-geoalchemy/distinfo2
-rw-r--r--databases/py-geoalchemy/pkg-descr5
4 files changed, 30 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 3348c8f5c31f..a7140d5d5ca8 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -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
diff --git a/databases/py-geoalchemy/Makefile b/databases/py-geoalchemy/Makefile
new file mode 100644
index 000000000000..1b124b5f8afe
--- /dev/null
+++ b/databases/py-geoalchemy/Makefile
@@ -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>
diff --git a/databases/py-geoalchemy/distinfo b/databases/py-geoalchemy/distinfo
new file mode 100644
index 000000000000..8e9e85ed23f6
--- /dev/null
+++ b/databases/py-geoalchemy/distinfo
@@ -0,0 +1,2 @@
+SHA256 (GeoAlchemy-0.7.2.tar.gz) = 78ce2f57a7982051030ccc9a59eb589bf6e0b3fad93875add4c1f7ef65f91863
+SIZE (GeoAlchemy-0.7.2.tar.gz) = 57317
diff --git a/databases/py-geoalchemy/pkg-descr b/databases/py-geoalchemy/pkg-descr
new file mode 100644
index 000000000000..b4fae515a828
--- /dev/null
+++ b/databases/py-geoalchemy/pkg-descr
@@ -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