File: control

package info (click to toggle)
mapbox-vector-tile 0.5.0%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 276 kB
  • ctags: 496
  • sloc: python: 1,181; makefile: 10
file content (42 lines) | stat: -rw-r--r-- 1,471 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
Source: mapbox-vector-tile
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Bas Couwenberg <sebastic@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-future,
               python-setuptools,
               python-shapely,
               python-protobuf,
               python3-all,
               python3-future,
               python3-setuptools,
               python3-shapely,
               python3-protobuf
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/mapbox-vector-tile.git
Vcs-Git: https://anonscm.debian.org/git/pkg-grass/mapbox-vector-tile.git
Homepage: https://github.com/tilezen/mapbox-vector-tile

Package: python-mapbox-vector-tile
Architecture: all
Depends: ${python:Depends},
         ${misc:Depends}
Description: Mapbox Vector Tile library for Python 2
 mapbox-vector-tile provides encoding & decoding support for data
 conforming to the Mapbox Vector Tile specification in Python.
 .
 This package contains the library for Python 2.

Package: python3-mapbox-vector-tile
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends}
Description: Mapbox Vector Tile library for Python 3
 mapbox-vector-tile provides encoding & decoding support for data
 conforming to the Mapbox Vector Tile specification in Python.
 .
 This package contains the library for Python 3.