Skip to content
Commits on Source (2)
python-affine (2.2.2-2) UNRELEASED; urgency=medium
python-affine (2.2.2-2) unstable; urgency=medium
* Bump Standards-Version to 4.4.0, no changes.
* Update gbp.conf to use --source-only-changes by default.
* Drop Python 2 support.
-- Bas Couwenberg <sebastic@debian.org> Tue, 25 Dec 2018 23:05:26 +0100
-- Bas Couwenberg <sebastic@debian.org> Sun, 21 Jul 2019 20:20:43 +0200
python-affine (2.2.2-1) unstable; urgency=medium
......
......@@ -6,30 +6,14 @@ Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
python-all,
python3-all,
python-pytest,
python3-pytest,
python-setuptools,
python3-setuptools
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/python-affine
Vcs-Git: https://salsa.debian.org/debian-gis-team/python-affine.git
Homepage: https://github.com/sgillies/affine
Package: python-affine
Architecture: all
Depends: ${misc:Depends},
${python:Depends}
Description: Python Library for handling affine transformations of the plane
This library contains functions for handling affine transformations of the
plane.
.
It can be used in georeferenced datasets to transfer image to world
coordinates.
.
This is the Python 2 version of the library.
Package: python3-affine
Architecture: all
Depends: ${misc:Depends},
......
......@@ -3,4 +3,4 @@
export PYBUILD_NAME=affine
%:
dh $@ --with python2,python3 --buildsystem pybuild --parallel
dh $@ --with python3 --buildsystem pybuild --parallel