File: control

package info (click to toggle)
python-affine 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 152 kB
  • sloc: python: 698; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 998 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: python-affine
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Johan Van de Wauw <johan.vandewauw@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-python,
               flit,
               pybuild-plugin-pyproject,
               python3-all,
               python3-pytest
Standards-Version: 4.6.2
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/rasterio/affine
Rules-Requires-Root: no

Package: python3-affine
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: Python 3 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 3 version of the library.