File: control

package info (click to toggle)
pyshp 2.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,100 kB
  • sloc: python: 2,532; makefile: 7
file content (30 lines) | stat: -rw-r--r-- 1,095 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: pyshp
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>,
           Ross Gammon <rossgammon@mail.dk>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all,
               python3-setuptools,
               python3-pytest
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/pyshp
Vcs-Git: https://salsa.debian.org/debian-gis-team/pyshp.git
Homepage: https://github.com/GeospatialPython/pyshp
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild

Package: python3-pyshp
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends}
Description: read/write support for ESRI Shapefile format - Python 3.x
 PySHP provides read and write support for the ESRI Shapefile format.
 The Shapefile format is a popular Geographic Information System vector
 data format created by ESRI.
 .
 This package contains the module for Python 3.x.