pylibtiff 0.4.4+ds-1 source package in Ubuntu

Changelog

pylibtiff (0.4.4+ds-1) unstable; urgency=medium

  * New upstream release.
  * Update d/watch (new name on PyPI).
  * New debian/source/options file (ignore egg-info).
  * debian/patches:
    - drop patches no longer needed:
      0003-fix-future-division.patch
    - drop patches applied upstreamm: 0002-ctypes.patch,
      0004-Improve-tiff.h-detection.patch and
      0007-Fix-compatibility-with-new-libtiff.patch
    - refresh and renumber remaining patches.
  * debian/rules:
    - disable pybuild clean target.
  * debian/copyright:
    - add a comment to justify the need of Files-Excluded.

 -- Antonio Valentino <email address hidden>  Sun, 10 Oct 2021 08:23:15 +0000

Upload details

Uploaded by:
Debian GIS Project
Uploaded to:
Sid
Original maintainer:
Debian GIS Project
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pylibtiff_0.4.4+ds-1.dsc 2.1 KiB 967ab6c051594a398c83f50d08bf493c2668a049488283a547db30a4733fd650
pylibtiff_0.4.4+ds.orig.tar.xz 71.5 KiB 7f0ae90ffe17126ea47e8608526b21773a08d902ea0a504d8474e82afe5bd54e
pylibtiff_0.4.4+ds-1.debian.tar.xz 6.8 KiB c462b352eda6cfe5860804f518e749eb02e2dd40b0ca187d8f9b55c98e450a17

No changes file available.

Binary packages built by this source

python3-libtiff: wrapper to the libtiff library to Python using ctypes (Python 3 version)

 PyLibTiff is a package that provides:
 .
  * a wrapper to the libtiff library to Python using ctypes.
  * a pure Python module for reading and writing TIFF and LSM files. The images
    are read as numpy.memmap objects so that it is possible to open images that
    otherwise would not fit to computers RAM.
 .
 There exists many Python packages such as PIL, FreeImagePy that support reading
 and writing TIFF files. The PyLibTiff project was started to have an efficient
 and direct way to read and write TIFF files using the libtiff library without
 the need to install any unnecessary packages or libraries. The pure Python
 module was created for reading "broken" TIFF files such as LSM files that in
 some places use different interpretation of TIFF tags than what specified in
 the TIFF specification document. The libtiff library would just fail reading
 such files. In addition, the pure Python module is more memory efficient as the
 arrays are returned as memory maps. Support for compressed files is not
 implemented yet.
 .
 Warning: pylibtiff currently supports reading and writing images that are
 stored using TIFF strips. Patches are welcome to support tiled TIFF images.
 .
 This package contains PyLibTiff for Python 3.

python3-libtiff-dbgsym: debug symbols for python3-libtiff