Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Drop Python 2 support.
· 75952710
Bas Couwenberg
authored
Jul 21, 2019
75952710
Set distribution to unstable.
· 8972c1e8
Bas Couwenberg
authored
Jul 21, 2019
8972c1e8
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
8972c1e8
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
201
8
2
0:50:42
+0200
-- Bas Couwenberg <sebastic@debian.org> Sun,
21 Jul
201
9
2
1:22:50
+0200
python-descartes (1.1.0-2) unstable; urgency=medium
...
...
debian/control
View file @
8972c1e8
...
...
@@ -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}
...
...
debian/rules
View file @
8972c1e8
...
...
@@ -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"