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 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
|
Source: pywps
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Angelos Tzotsos <gcpp.kalxas@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-apache2,
dh-python,
dh-sequence-apache2,
dh-sequence-python3,
dh-sequence-sphinxdoc,
libjs-mathjax,
pybuild-plugin-pyproject,
python3-all,
python3-dateutil,
python3-gdal,
python3-humanize,
python3-jinja2,
python3-jsonschema,
python3-lxml,
python3-markupsafe,
python3-netcdf4,
python3-owslib,
python3-pytest,
python3-requests,
python3-setuptools,
python3-sphinx,
python3-sqlalchemy,
python3-werkzeug
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/debian-gis-team/pywps
Vcs-Git: https://salsa.debian.org/debian-gis-team/pywps.git
Homepage: https://pywps.org
Rules-Requires-Root: no
Package: python3-pywps
Architecture: all
Depends: python3-dateutil,
python3-gdal,
python3-humanize,
python3-jinja2,
python3-jsonschema,
python3-lxml,
python3-markupsafe,
python3-owslib,
python3-requests,
python3-sqlalchemy,
python3-werkzeug,
${python3:Depends},
${misc:Depends}
Recommends: python3-mapscript,
python3-netcdf4,
python3-pyproj
Suggests: grass-core,
r-base
Breaks: python-pywps (<< 4.2.1-2~)
Replaces: python-pywps (<< 4.2.1-2~)
Description: Implementation of OGC's Web Processing Service - Python module
PyWPS is implementation of Web Processing Service from Open
Geospatial Consortium Inc.(R) with help of Python Programming
Language and GIS GRASS as working tool in background.
.
This package contains the pywps Python module.
Package: pywps
Architecture: all
Section: metapackages
Depends: python3-pywps (>= ${source:Version}),
pywps-wsgi (>= ${source:Version}),
${misc:Depends}
Suggests: cgi-mapserver,
pywps-doc
Description: Implementation of OGC's Web Processing Service
PyWPS is implementation of Web Processing Service from Open
Geospatial Consortium Inc.(R) with help of Python Programming
Language and GIS GRASS as working tool in background.
.
This metapackage depends on the pywps Python module and WSGI example.
Package: pywps-wsgi
Architecture: all
Section: web
Depends: libapache2-mod-wsgi-py3 | httpd-wsgi,
${misc:Depends}
Recommends: ${misc:Recommends}
Breaks: pywps (<< 4.0.0-2~)
Replaces: pywps (<< 4.0.0-2~)
Description: Implementation of OGC's Web Processing Service - WSGI example
PyWPS is implementation of Web Processing Service from Open
Geospatial Consortium Inc.(R) with help of Python Programming
Language and GIS GRASS as working tool in background.
.
This package contains the wps.py WSGI script and process examples.
Package: pywps-doc
Architecture: all
Section: doc
Depends: libjs-mathjax,
${sphinxdoc:Depends},
${misc:Depends}
Description: Implementation of OGC's Web Processing Service - Documentation
PyWPS is implementation of Web Processing Service from Open
Geospatial Consortium Inc.(R) with help of Python Programming
Language and GIS GRASS as working tool in background.
.
This package contains the pywps documentation.
|