File: control

package info (click to toggle)
python-shapely 1.5.17-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,208 kB
  • ctags: 1,572
  • sloc: python: 8,379; makefile: 101; sh: 17
file content (94 lines) | stat: -rw-r--r-- 3,401 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
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
Source: python-shapely
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Pietro Battiston <me@pietrobattiston.it>,
           Bas Couwenberg <sebastic@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               libgeos-dev (>= 3.3.0),
               python-all,
               python-all-dev,
               python-descartes,
               python-matplotlib,
               python-numpy,
               python-pytest,
               python-setuptools,
               python-sphinx,
               python3-all,
               python3-all-dev,
               python3-descartes,
               python3-matplotlib,
               python3-numpy,
               python3-pytest,
               python3-setuptools,
               python3-sphinx,
               cython,
               cython3,
               libjs-mathjax
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/python-shapely.git
Vcs-Git: https://anonscm.debian.org/git/pkg-grass/python-shapely.git
Homepage: http://toblerity.org/shapely
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2

Package: python-shapely
Architecture: any
Depends: python (>= 2.6) | python-ctypes,
         ${python:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Suggests: python-numpy,
          python-matplotlib,
          python-shapely-doc
Enhances: python-numpy
Description: geometric objects, predicates, and operations (Python 2)
 Shapely is a package for manipulation and analysis of 2D features.
 Its capabilities include:
  * calculating the point set unions, intersections, or differences of features
  * predicate tests on features: intersects, touches, contains, and more.
 .
 Supported geometric types are points, line strings, linear rings, polygons, and
 homogeneous or heterogeneous collections thereof.
 .
 This is the Python 2 version of the package.

Package: python3-shapely
Architecture: any
Depends: python3,
         ${python3:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Suggests: python3-numpy,
          python3-matplotlib,
          python-shapely-doc
Enhances: python3-numpy
Description: geometric objects, predicates, and operations (Python 3)
 Shapely is a package for manipulation and analysis of 2D features.
 Its capabilities include:
  * calculating the point set unions, intersections, or differences of features
  * predicate tests on features: intersects, touches, contains, and more.
 .
 Supported geometric types are points, line strings, linear rings, polygons, and
 homogeneous or heterogeneous collections thereof.
 .
 This is the Python 3 version of the package.

Package: python-shapely-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends},
         ${misc:Depends}
Recommends: python-shapely | python3-shapely,
            libjs-mathjax
Description: geometric objects, predicates, and operations (documentation)
 Shapely is a package for manipulation and analysis of 2D features.
 Its capabilities include:
  * calculating the point set unions, intersections, or differences of features
  * predicate tests on features: intersects, touches, contains, and more.
 .
 Supported geometric types are points, line strings, linear rings, polygons, and
 homogeneous or heterogeneous collections thereof.
 .
 This package provides the documentation for Shapely.