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 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217
|
Source: pycsw
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Angelos Tzotsos <gcpp.kalxas@gmail.com>,
Johan Van de Wauw <johan@gisky.be>
Section: non-free/python
Priority: optional
Build-Depends: apache2-dev,
debhelper (>= 9),
dh-apache2,
dh-exec,
dh-python,
procps,
python-all,
python-geolinks,
python-lxml,
python-mock,
python-owslib,
python-paver,
python-pyproj,
python-setuptools,
python-shapely,
python-six,
python-sphinx,
python-sqlalchemy,
python-tz,
python-xmltodict,
python3-all,
python3-geolinks,
python3-lxml,
python3-mock,
python3-owslib,
python3-pyproj,
python3-setuptools,
python3-shapely,
python3-six,
python3-sphinx,
python3-sqlalchemy,
python3-tz,
python3-xmltodict,
ronn
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/pycsw
Vcs-Git: https://salsa.debian.org/debian-gis-team/pycsw.git
Homepage: http://pycsw.org
Package: pycsw
Architecture: all
Section: non-free/web
Depends: pycsw-wsgi (= ${binary:Version}),
python,
python-pycsw (= ${binary:Version}),
${misc:Depends}
Breaks: python-pycsw (<< 2.0.0+dfsg-1~exp3),
python-pycsw-wsgi (<< 2.0.0+dfsg-1~exp3)
Replaces: python-pycsw (<< 2.0.0+dfsg-1~exp3),
python-pycsw-wsgi (<< 2.0.0+dfsg-1~exp3)
Suggests: pycsw-doc
Description: OGC compliant metadata (Catalogue Service for the Web) server
pycsw is an OGC CSW server implementation written in Python. pycsw fully
implements the OpenGIS Catalogue Service Implementation Specification
(Catalogue Service for the Web). Initial development started in 2010
(more formally announced in 2011). The project is certified OGC Compliant,
and is an OGC Reference Implementation. Since 2015, pycsw is an official
OSGeo Project. pycsw allows for the publishing and discovery of geospatial
metadata via numerous APIs (CSW 2/CSW 3, OpenSearch, OAI-PMH, SRU).
Existing repositories of geospatial metadata can also be exposed,
providing a standards-based metadata and catalogue component of spatial
data infrastructures. pycsw is Open Source, released under an MIT license,
and runs on all major platforms (Windows, Linux, Mac OS X).
.
This package contains the pycsw-admin utility and configuration files.
Package: python-pycsw
Architecture: all
Depends: ${python:Depends},
python-geolinks,
python-lxml,
python-owslib,
python-pyproj,
python-shapely,
python-six,
python-tz,
python-xmltodict,
${misc:Depends}
Description: OGC compliant metadata (Catalogue Service for the Web) server - Python 2
pycsw is an OGC CSW server implementation written in Python. pycsw fully
implements the OpenGIS Catalogue Service Implementation Specification
(Catalogue Service for the Web). Initial development started in 2010
(more formally announced in 2011). The project is certified OGC Compliant,
and is an OGC Reference Implementation. Since 2015, pycsw is an official
OSGeo Project. pycsw allows for the publishing and discovery of geospatial
metadata via numerous APIs (CSW 2/CSW 3, OpenSearch, OAI-PMH, SRU).
Existing repositories of geospatial metadata can also be exposed,
providing a standards-based metadata and catalogue component of spatial
data infrastructures. pycsw is Open Source, released under an MIT license,
and runs on all major platforms (Windows, Linux, Mac OS X).
.
This package the pycsw module for Python 2.
Package: python3-pycsw
Architecture: all
Depends: ${python3:Depends},
python3-geolinks,
python3-lxml,
python3-owslib,
python3-pyproj,
python3-shapely,
python3-six,
python3-tz,
python3-xmltodict,
${misc:Depends}
Description: OGC compliant metadata (Catalogue Service for the Web) server - Python 3
pycsw is an OGC CSW server implementation written in Python. pycsw fully
implements the OpenGIS Catalogue Service Implementation Specification
(Catalogue Service for the Web). Initial development started in 2010
(more formally announced in 2011). The project is certified OGC Compliant,
and is an OGC Reference Implementation. Since 2015, pycsw is an official
OSGeo Project. pycsw allows for the publishing and discovery of geospatial
metadata via numerous APIs (CSW 2/CSW 3, OpenSearch, OAI-PMH, SRU).
Existing repositories of geospatial metadata can also be exposed,
providing a standards-based metadata and catalogue component of spatial
data infrastructures. pycsw is Open Source, released under an MIT license,
and runs on all major platforms (Windows, Linux, Mac OS X).
.
This package the pycsw module for Python 3.
Package: pycsw-wsgi
Architecture: all
Section: non-free/web
Depends: libapache2-mod-wsgi,
libjs-jquery,
python,
python-pycsw (= ${binary:Version}),
python-sqlalchemy,
${misc:Depends}
Recommends: ${misc:Recommends}
Breaks: python-pycsw-wsgi (<< 2.0.0+dfsg-1~exp3)
Replaces: python-pycsw-wsgi (<< 2.0.0+dfsg-1~exp3)
Description: WSGI Apache CSW service based on pycsw
pycsw is an OGC CSW server implementation written in Python. pycsw fully
implements the OpenGIS Catalogue Service Implementation Specification
(Catalogue Service for the Web). Initial development started in 2010
(more formally announced in 2011). The project is certified OGC Compliant,
and is an OGC Reference Implementation. Since 2015, pycsw is an official
OSGeo Project. pycsw allows for the publishing and discovery of geospatial
metadata via numerous APIs (CSW 2/CSW 3, OpenSearch, OAI-PMH, SRU).
Existing repositories of geospatial metadata can also be exposed,
providing a standards-based metadata and catalogue component of spatial
data infrastructures. pycsw is Open Source, released under an MIT license,
and runs on all major platforms (Windows, Linux, Mac OS X).
.
This package contains the Apache mod_wsgi scripts and tests.
Package: python-pycsw-wsgi
Architecture: all
Section: non-free/oldlibs
Depends: pycsw (= ${binary:Version}),
pycsw-wsgi (= ${binary:Version}),
${misc:Depends}
Description: Transitional dummy package to pycsw-wsgi
pycsw is an OGC CSW server implementation written in Python. pycsw fully
implements the OpenGIS Catalogue Service Implementation Specification
(Catalogue Service for the Web). Initial development started in 2010
(more formally announced in 2011). The project is certified OGC Compliant,
and is an OGC Reference Implementation. Since 2015, pycsw is an official
OSGeo Project. pycsw allows for the publishing and discovery of geospatial
metadata via numerous APIs (CSW 2/CSW 3, OpenSearch, OAI-PMH, SRU).
Existing repositories of geospatial metadata can also be exposed,
providing a standards-based metadata and catalogue component of spatial
data infrastructures. pycsw is Open Source, released under an MIT license,
and runs on all major platforms (Windows, Linux, Mac OS X).
.
This package is a transitional package from python-pycsw-wsgi to pycsw-wsgi.
It can safely be removed.
Package: pycsw-doc
Architecture: all
Section: non-free/doc
Depends: ${sphinxdoc:Depends},
${misc:Depends}
Breaks: python-pycsw-doc (<< 2.0.0+dfsg-1~exp3)
Replaces: python-pycsw-doc (<< 2.0.0+dfsg-1~exp3)
Description: OGC compliant metadata (Catalogue Service for the Web) server - documentation
pycsw is an OGC CSW server implementation written in Python. pycsw fully
implements the OpenGIS Catalogue Service Implementation Specification
(Catalogue Service for the Web). Initial development started in 2010
(more formally announced in 2011). The project is certified OGC Compliant,
and is an OGC Reference Implementation. Since 2015, pycsw is an official
OSGeo Project. pycsw allows for the publishing and discovery of geospatial
metadata via numerous APIs (CSW 2/CSW 3, OpenSearch, OAI-PMH, SRU).
Existing repositories of geospatial metadata can also be exposed,
providing a standards-based metadata and catalogue component of spatial
data infrastructures. pycsw is Open Source, released under an MIT license,
and runs on all major platforms (Windows, Linux, Mac OS X).
.
This package contains the pycsw documentation.
Package: python-pycsw-doc
Architecture: all
Section: non-free/oldlibs
Depends: pycsw-doc (= ${binary:Version}),
${misc:Depends}
Description: Transitional dummy package to pycsw-doc
pycsw is an OGC CSW server implementation written in Python. pycsw fully
implements the OpenGIS Catalogue Service Implementation Specification
(Catalogue Service for the Web). Initial development started in 2010
(more formally announced in 2011). The project is certified OGC Compliant,
and is an OGC Reference Implementation. Since 2015, pycsw is an official
OSGeo Project. pycsw allows for the publishing and discovery of geospatial
metadata via numerous APIs (CSW 2/CSW 3, OpenSearch, OAI-PMH, SRU).
Existing repositories of geospatial metadata can also be exposed,
providing a standards-based metadata and catalogue component of spatial
data infrastructures. pycsw is Open Source, released under an MIT license,
and runs on all major platforms (Windows, Linux, Mac OS X).
.
This package is a transitional package from python-pycsw-doc to pycsw-doc.
It can safely be removed.
|