Source: python-pyproj
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-compat (= 13),
               dh-python,
               dh-sequence-numpy3,
               dh-sequence-python3,
               cython3,
               libproj-dev (>= 9.0.0),
               proj-bin (>= 9.0.0),
               pybuild-plugin-pyproject,
               python3-all-dev,
               python3-certifi,
               python3-setuptools,
               python3-numpy,
               python3-packaging,
               python3-pandas,
               python3-pytest,
               python3-pytest-cov,
               python3-shapely
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian-gis-team/python-pyproj
Vcs-Git: https://salsa.debian.org/debian-gis-team/python-pyproj.git
Homepage: https://github.com/pyproj4/pyproj
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild

Package: python3-pyproj
Architecture: any
Depends: ${python3:Depends},
         ${shlibs:Depends},
         ${misc:Depends},
         proj-data
Description: Python 3 interface to PROJ library
 PROJ performs cartographic transformations between geographic (lat/lon)
 and map projection (x/y) coordinates. It can also transform directly
 from one map projection coordinate system to another.
 .
 This is a Python 3 binding to PROJ, it can receive coordinates as numpy
 arrays, Python arrays, lists or scalars. This module is optimized for
 numpy arrays.
