File: control

package info (click to toggle)
pyosmium 4.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,584 kB
  • sloc: python: 4,400; cpp: 2,504; makefile: 20
file content (64 lines) | stat: -rw-r--r-- 2,418 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
Source: pyosmium
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Bas Couwenberg <sebastic@debian.org>
Section: science
Priority: optional
Build-Depends: architecture-is-64-bit,
               cmake (>= 3.0),
               debhelper-compat (= 13),
               dh-python,
               dh-sequence-python3,
               libboost-dev,
               libbz2-dev,
               libexpat1-dev,
               libosmium2-dev (>= 2.19.0),
               pybind11-dev,
               pybuild-plugin-pyproject,
               python3-all-dev,
               python3-pytest <!nocheck>,
               python3-pytest-httpserver <!nocheck>,
               python3-requests,
               python3-scikit-build-core,
               python3-shapely <!nocheck>,
               python3-werkzeug <!nocheck>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian-gis-team/pyosmium/
Vcs-Git: https://salsa.debian.org/debian-gis-team/pyosmium.git
Homepage: https://osmcode.org/pyosmium/
Testsuite: autopkgtest-pkg-pybuild

Package: pyosmium
Architecture: all
Section: utils
Depends: python3-pyosmium (>= ${source:Version}),
         ${misc:Depends}
Description: Osmium library bindings for Python - utilities
 The PyOsmium module allows you to access some of the features of the Osmium
 library from Python code.
 .
 PyOsmium has extensive support for all types of OSM entities: nodes, ways,
 relations, and changesets. It allows reading from OSM files in XML and PBF
 formats, including change files and full history files. Its easy to use
 handler interface allows you to quickly write data filtering and conversion
 functions.
 .
 This package contains the PyOsmium utilities.

Package: python3-pyosmium
Architecture: any
Section: python
Depends: ${python3:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Suggests: python3-shapely
Description: Osmium library bindings for Python 3
 The PyOsmium module allows you to access some of the features of the Osmium
 library from Python code.
 .
 PyOsmium has extensive support for all types of OSM entities: nodes, ways,
 relations, and changesets. It allows reading from OSM files in XML and PBF
 formats, including change files and full history files. Its easy to use
 handler interface allows you to quickly write data filtering and conversion
 functions.
 .
 This package contains the PyOsmium module for Python 3.