Skip to content
Commits on Source (2)
python-descartes (1.1.0-3) UNRELEASED; urgency=medium
python-descartes (1.1.0-3) unstable; urgency=medium
* Team upload.
* Bump Standards-Version to 4.4.0, no changes.
* Drop autopkgtests to test installability & module import.
* Add lintian override for testsuite-autopkgtest-missing.
* Update gbp.conf to use --source-only-changes by default.
* Drop Python 2 support.
-- Bas Couwenberg <sebastic@debian.org> Sun, 05 Aug 2018 20:50:42 +0200
-- Bas Couwenberg <sebastic@debian.org> Sun, 21 Jul 2019 21:22:50 +0200
python-descartes (1.1.0-2) unstable; urgency=medium
......
......@@ -5,30 +5,16 @@ Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Johan Van de Wauw <johan.vandewauw@gmail.com>
Build-Depends: debhelper (>= 9),
dh-python,
python-all,
python3-all,
python-nose,
python3-nose,
python-matplotlib,
python3-matplotlib,
python-setuptools,
python3-setuptools,
python-shapely,
python3-shapely
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/python-descartes/
Vcs-Git: https://salsa.debian.org/debian-gis-team/python-descartes.git
Homepage: https://bitbucket.org/sgillies/descartes
Package: python-descartes
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Matplotlib extension to work with geometric objects (Python2)
Descartes allows the usage of geometric objects as matplotlib paths
and patches.
.
This is the Python 2 version of the library.
Package: python3-descartes
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
......
......@@ -3,7 +3,7 @@
export PYBUILD_NAME=descartes
%:
dh $@ --with python2,python3 --buildsystem pybuild --parallel
dh $@ --with python3 --buildsystem pybuild --parallel
override_dh_auto_test:
dh_auto_test || echo "Ignoring test failures"