Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Drop Python 2 support.
· 96b394d2
Bas Couwenberg
authored
Aug 20, 2019
96b394d2
Set distribution to unstable.
· 914f477f
Bas Couwenberg
authored
Aug 20, 2019
914f477f
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
914f477f
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
...
...
debian/control
View file @
914f477f
...
...
@@ -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},
...
...
debian/python-pyshp.docs
deleted
100644 → 0
View file @
81b8bd35
README.md
debian/rules
View file @
914f477f
...
...
@@ -9,7 +9,6 @@ export PYBUILD_NAME=pyshp
%
:
dh
$@
\
--buildsystem
=
pybuild
\
--with
python2
\
--with
python3
\
--parallel
...
...