File: control

package info (click to toggle)
geomet 0.2.1.post1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 176 kB
  • sloc: python: 1,037; makefile: 7
file content (39 lines) | stat: -rw-r--r-- 974 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
Source: geomet
Section: python
Priority: optional
Maintainer: Simon Spöhel <simon@spoehel.ch>
Build-Depends:
 debhelper (>= 13),
 dh-python,
 python3-all,
 python3-click,
 python3-setuptools,
 python3-six,
Rules-Requires-Root: no
Standards-Version: 4.5.0
Homepage: https://github.com/geomet/geomet
Vcs-Browser: https://salsa.debian.org/simon-guest/geomet
Vcs-Git: https://salsa.debian.org/simon-guest/geomet.git

Package: geomet
Section: python
Architecture: all
Depends:
 python3-geomet (= ${source:Version}),
 ${misc:Depends},
 ${python3:Depends},
Description: convert GeoJSON to/from WKT/WKB
 Geomet converts GeoJSON to/from WKT/WKB (Well-Known Text/Binary), and vice
 versa.

Package: python3-geomet
Section: python
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: convert GeoJSON to/from WKT/WKB (Python)
 Geomet converts GeoJSON to/from WKT/WKB (Well-Known Text/Binary), and vice
 versa.
 .
 This package contains the module for Python.