Skip to content
Commits on Source (2)
pyshp (2.1.0+ds-2) UNRELEASED; urgency=medium
pyshp (2.1.0+ds-2) unstable; urgency=medium
* Team upload.
* Drop unused ${python3:Provides} substvar.
* Update gbp.conf to use --source-only-changes by default.
* Bump Standards-Version to 4.4.0, no changes.
* Drop Python 2 support.
-- Bas Couwenberg <sebastic@debian.org> Mon, 15 Apr 2019 17:55:50 +0200
-- Bas Couwenberg <sebastic@debian.org> Tue, 20 Aug 2019 20:51:09 +0200
pyshp (2.1.0+ds-1) unstable; urgency=medium
......
......@@ -6,8 +6,6 @@ Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
python-all,
python-setuptools,
python3-all,
python3-setuptools
Standards-Version: 4.4.0
......@@ -15,18 +13,6 @@ 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
Package: python-pyshp
Architecture: all
Depends: ${python:Depends},
${misc:Depends}
Provides: ${python:Provides}
Description: read/write support for ESRI Shapefile format
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 2.x.
Package: python3-pyshp
Architecture: all
Depends: ${python3:Depends},
......
......@@ -9,7 +9,6 @@ export PYBUILD_NAME=pyshp
%:
dh $@ \
--buildsystem=pybuild \
--with python2 \
--with python3 \
--parallel
......