Source: geoalchemy2
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Edward Betts <edward@4angle.com>
Section: python
Priority: optional
Build-Depends: debhelper (>= 11),
               dh-python,
               postgis,
               postgresql-11-postgis-2.5 | postgresql-postgis,
               postgresql-11-postgis-2.5-scripts | postgresql-postgis-scripts,
               python3-all,
               python3-psycopg2,
               python3-pytest,
               python3-setuptools,
               python3-shapely,
               python3-sqlalchemy
Standards-Version: 4.3.0
Homepage: http://geoalchemy.org/
Vcs-Browser: https://salsa.debian.org/python-team/modules/geoalchemy2
Vcs-Git: https://salsa.debian.org/python-team/modules/geoalchemy2.git

Package: python3-geoalchemy2
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: postgis
Description: SQLAlchemy extension for spatial databases using PostGIS
 GeoAlchemy 2 provides extensions to SQLAlchemy for working with spatial
 databases.
 .
 The only SQL dialect supported by GeoAlchemy 2 is PostgreSQL/PostGIS.
