[Git][debian-gis-team/pyshp][master] 2 commits: Drop Python 2 support.
Bas Couwenberg
gitlab at salsa.debian.org
Tue Aug 20 20:01:38 BST 2019
Bas Couwenberg pushed to branch master at Debian GIS Project / pyshp
Commits:
96b394d2 by Bas Couwenberg at 2019-08-20T18:51:07Z
Drop Python 2 support.
- - - - -
914f477f by Bas Couwenberg at 2019-08-20T18:51:22Z
Set distribution to unstable.
- - - - -
4 changed files:
- debian/changelog
- debian/control
- − debian/python-pyshp.docs
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,10 +1,12 @@
-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 at debian.org> Mon, 15 Apr 2019 17:55:50 +0200
+ -- Bas Couwenberg <sebastic at debian.org> Tue, 20 Aug 2019 20:51:09 +0200
pyshp (2.1.0+ds-1) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -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
=====================================
@@ -1 +0,0 @@
-README.md
=====================================
debian/rules
=====================================
@@ -9,7 +9,6 @@ export PYBUILD_NAME=pyshp
%:
dh $@ \
--buildsystem=pybuild \
- --with python2 \
--with python3 \
--parallel
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyshp/compare/81b8bd35622c7c6d08de2727a99461ae7b3a9dea...914f477f25fde3a8c92e7b28f73f71f7e35ca5d8
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyshp/compare/81b8bd35622c7c6d08de2727a99461ae7b3a9dea...914f477f25fde3a8c92e7b28f73f71f7e35ca5d8
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20190820/8d16f8b7/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list