Dropping Python 2 support from debian packages (#521)
This commit is contained in:
Vendored
+6
@@ -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
|
||||
|
||||
Vendored
-18
@@ -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},
|
||||
|
||||
Vendored
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user