File: control

package info (click to toggle)
pywps 4.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,016 kB
  • sloc: python: 8,846; xml: 723; makefile: 106
file content (94 lines) | stat: -rw-r--r-- 3,259 bytes parent folder | download
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
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-fiona,
               python3-humanize,
               python3-jinja2,
               python3-jsonschema,
               python3-lxml,
               python3-markupsafe,
               python3-netcdf4,
               python3-owslib,
               python3-pytest <!nocheck>,
               python3-requests,
               python3-setuptools,
               python3-sphinx <!nodoc>,
               python3-sqlalchemy,
               python3-werkzeug
Standards-Version: 4.7.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
Testsuite: autopkgtest-pkg-pybuild

Package: python3-pywps
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends}
Recommends: python3-netcdf4
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
Multi-Arch: foreign
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.