File: control

package info (click to toggle)
python-geojson 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 288 kB
  • sloc: python: 1,081; makefile: 7
file content (30 lines) | stat: -rw-r--r-- 1,045 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
Source: python-geojson
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Johan Van de Wauw <johan.vandewauw@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               dh-sequence-python3,
               python3-all,
               python3-pytest,
               python3-setuptools
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/python-geojson
Vcs-Git: https://salsa.debian.org/debian-gis-team/python-geojson.git
Homepage: https://github.com/jazzband/geojson
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild

Package: python3-geojson
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
Description: Python 3 bindings and utilities for GeoJSON
 This library contains:
 .
  * Functions for encoding and decoding GeoJSON formatted data
  * Classes for all GeoJSON Objects
  * An implementation of the Python geo_interface Specification
 .
 This is the Python 3 version of the library