diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-07-25 15:43:01 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-07-25 15:43:01 +0800 |
commit | a210f61d51392e9e927542b4ec09145c88435657 (patch) | |
tree | 4ffcd038dabbf620b322a755ff6d11a4d002809c /databases/Makefile | |
parent | 64c0c7d60f65f29faa1c6ad6c92088a53117ed24 (diff) | |
download | freebsd-ports-gnome-a210f61d51392e9e927542b4ec09145c88435657.tar.gz freebsd-ports-gnome-a210f61d51392e9e927542b4ec09145c88435657.tar.zst freebsd-ports-gnome-a210f61d51392e9e927542b4ec09145c88435657.zip |
- Add py-geoalchemy2 0.2.4
GeoAlchemy 2 provides extensions to SQLAlchemy for working with spatial
databases. GeoAlchemy 2 focuses on PostGIS. PostGIS 1.5 and PostGIS 2 are
supported. GeoAlchemy 2 aims to be simpler than its predecessor, GeoAlchemy.
Simpler to use, and simpler to maintain.
Git repository: https://github.com/geoalchemy/geoalchemy2
WWW: https://pypi.python.org/pypi/GeoAlchemy2
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 8ac2d4ed8266..be5f012416ec 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -728,6 +728,7 @@ SUBDIR += py-forgetsql SUBDIR += py-gdbm SUBDIR += py-geoalchemy + SUBDIR += py-geoalchemy2 SUBDIR += py-hiredis SUBDIR += py-htsql SUBDIR += py-htsql-mysql |