Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Drop Python 2 support.
· fdbd3d99
Bas Couwenberg
authored
Jul 21, 2019
fdbd3d99
Set distribution to unstable.
· 3b87567a
Bas Couwenberg
authored
Jul 21, 2019
3b87567a
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
3b87567a
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
201
8
2
3:05:26
+0
1
00
-- Bas Couwenberg <sebastic@debian.org>
Sun, 21 Jul
201
9
2
0:20:43
+0
2
00
python-affine (2.2.2-1) unstable; urgency=medium
...
...
debian/control
View file @
3b87567a
...
...
@@ -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},
...
...
debian/rules
View file @
3b87567a
...
...
@@ -3,4 +3,4 @@
export PYBUILD_NAME=affine
%:
dh $@ --with
python2,
python3 --buildsystem pybuild --parallel
dh $@ --with python3 --buildsystem pybuild --parallel