1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
Source: pycoast
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Section: python
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Priority: optional
Build-Depends: debhelper-compat (= 12),
dh-python,
fonts-dejavu-core,
pybuild-plugin-pyproject,
python3-all,
python3-aggdraw,
python3-numpy,
python3-pil,
python3-pyproj,
python3-pyresample,
python3-pyshp,
python3-pytest,
python3-setuptools,
python3-sphinx,
python3-sphinxcontrib.apidoc,
python3-sphinx-rtd-theme
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/debian-gis-team/pycoast
Vcs-Git: https://salsa.debian.org/debian-gis-team/pycoast.git
Homepage: https://github.com/pytroll/pycoast
Package: python3-pycoast
Architecture: all
Depends: python3-aggdraw,
python3-pil,
python3-pyproj,
python3-pyshp,
${python3:Depends},
${misc:Depends}
Suggests: fonts-dejavu-core,
python-pycoast-doc
Description: Draw coastlines, borders and rivers on images (for Python 3)
Pycoast is a Python package to add coastlines, borders and rivers to
raster images using data from the GSHHG (previously known as GSHHS)
and WDBII datasets.
.
This package is part of the PyTroll toolset.
.
This package contains pycoast for Python 3.
Package: python-pycoast-doc
Architecture: all
Section: doc
Multi-Arch: foreign
Depends: ${sphinxdoc:Depends},
${misc:Depends}
Suggests: www-browser
Breaks: python-pycoast (<< 1.2.2+dfsg-2~)
Replaces: python-pycoast (<< 1.2.2+dfsg-2~)
Description: Draw coastlines, borders and rivers on images (common documentation)
Pycoast is a Python package to add coastlines, borders and rivers to
raster images using data from the GSHHG (previously known as GSHHS)
and WDBII datasets.
.
This package is part of the PyTroll toolset.
.
This is the common documentation package.
|