Dropping Python 2 support from debian packages (#521)

This commit is contained in:
Angelos Tzotsos
2020-08-26 15:11:06 +03:00
committed by GitHub
parent 7ddcc9963c
commit 8bf010cd7f
3 changed files with 7 additions and 19 deletions
+6
View File
@@ -1,3 +1,9 @@
pygeoapi (0.8.0-1~bionic1) bionic; urgency=medium
* Drop support for Python 2
-- Angelos Tzotsos <gcpp.kalxas@gmail.com> Wed, 26 Aug 2020 14:00:00 +0200
pygeoapi (0.8.0-1~bionic0) bionic; urgency=medium
* Support for ES7
-18
View File
@@ -5,30 +5,12 @@ Maintainer: Tom Kralidis <tomkralidis@gmail.com>
Uploaders: Angelos Tzotsos <gcpp.kalxas@gmail.com>
Build-Depends: debhelper (>= 9),
dh-python,
python-all,
python-setuptools,
python3-all,
python3-setuptools
Standards-Version: 4.3.0
Vcs-Git: https://github.com/geopython/pygeoapi.git
Homepage: https://pygeoapi.io/
Package: python-pygeoapi
Architecture: all
Depends: ${python:Depends},
python-pkg-resources,
python-click,
python-dateutil,
python-flask,
python-tz,
python-unicodecsv,
python-yaml,
${misc:Depends}
Suggests: python-elasticsearch, python-fiona, python-geojson, python-rasterio
Description: pygeoapi provides an API to geospatial data.
.
This package the pygeoapi module for Python 2.
Package: python3-pygeoapi
Architecture: all
Depends: ${python3:Depends},
+1 -1
View File
@@ -7,7 +7,7 @@
export PYBUILD_NAME=pygeoapi
%:
dh $@ --with python2,python3 --buildsystem pybuild
dh $@ --with python3 --buildsystem pybuild
override_dh_auto_test:
@echo "nocheck set, not running tests"