Source: pyspatialite
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>,
           Bas Couwenberg <sebastic@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               libspatialite-dev (>= 4.3.0),
               libgeos-dev,
               libproj-dev,
               python-all-dev (>= 2.6.6-3~)
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/debian-gis-team/pyspatialite
Vcs-Git: https://salsa.debian.org/debian-gis-team/pyspatialite.git
Homepage: https://github.com/lokkju/pyspatialite/

Package: python-pyspatialite
Architecture: any
Depends: ${python:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Provides: ${python:Provides}
Description: Python interface to Spatialite
 pyspatialite is an interface to the SQLite 3.x embedded relational database
 engine with spatialite extensions.
 .
 It is almost fully compliant with the Python database API version 2.0 and also
 exposes the unique features of SQLite and spatialite.
 .
 This package contains the pyspatialite module for Python 2.
