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
|
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-pybuild
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
dh-sequence-numpy3,
dh-sequence-python3,
dh-sequence-sphinxdoc,
fonts-dejavu-core,
pybuild-plugin-pyproject,
python3-all,
python3-aggdraw,
python3-numpy,
python3-pil,
python3-pyproj,
python3-pyresample,
python3-pyshp,
python3-pytest <!nocheck>,
python3-pytest-lazy-fixtures <!nocheck>,
python3-setuptools,
python3-sphinx <!nodoc>,
python3-sphinxcontrib.apidoc <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
python3-versioneer
Standards-Version: 4.6.2
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
Rules-Requires-Root: no
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.
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: ${source:Synopsis}
${source:Extended-Description}
Package: python-pycoast-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${sphinxdoc:Depends},
${misc:Depends}
Suggests: www-browser
Description: ${source:Synopsis} (documentation)
${source:Extended-Description}
.
This is the common documentation package.
|