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 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
|
Source: pycoast
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Section: python
Priority: optional
Build-Depends: debhelper (>= 11),
dh-python,
python-all,
python3-all,
python-aggdraw,
python3-aggdraw,
python-numpy,
python3-numpy,
python-pil,
python3-pil,
python-pyshp,
python3-pyshp,
python-pyproj,
python3-pyproj,
python-setuptools,
python3-setuptools,
python-six,
python3-six,
python3-sphinx
Standards-Version: 4.3.0
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: python-pycoast
Architecture: all
Depends: ${shlibs:Depends},
${python:Depends},
${misc:Depends},
python-aggdraw,
python-numpy,
python-pil,
python-pyshp,
python-pyproj,
python-six
Description: Draw coastlines, borders and rivers on images
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 2.
Package: python3-pycoast
Architecture: all
Depends: ${shlibs:Depends},
${python3:Depends},
${misc:Depends},
python3-aggdraw,
python3-numpy,
python3-pil,
python3-pyshp,
python3-pyproj,
python3-six
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.0.0)
Replaces: python-pycoast (<< 1.0.0)
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.
|