python-macholib 1.7~dfsg-2ubuntu1 source package in Ubuntu

Changelog

python-macholib (1.7~dfsg-2ubuntu1) xenial; urgency=medium

  * Disable running tests. They were not run with Python < 3.5 anyway, and
    with 3.5 they fail because of trying to access OS X specific files.

 -- Dmitry Shachnev <email address hidden>  Sun, 25 Oct 2015 22:43:39 +0300

Upload details

Uploaded by:
Dmitry Shachnev
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-macholib_1.7~dfsg.orig.tar.gz 50.5 KiB def23ad267f631b5a752b985fbb76f940d309ad961fc4a24f2ea755239f15925
python-macholib_1.7~dfsg-2ubuntu1.debian.tar.xz 3.0 KiB 0f873cb0e9d863b264da5b5705f8722b2d7f47700d0884bdbc18ba18c605af14
python-macholib_1.7~dfsg-2ubuntu1.dsc 2.3 KiB b53279b70f27ea2e153c3642d0ce4ddf36a35569db5154ad87d45bfaf98b3cc5

View changes file

Binary packages built by this source

python-macholib: module for Mach-O header analysis and editing (Python 2 interface)

 This module can be used to analyze and edit Mach-O headers, the executable
 format used by Mac OS X.
 It's typically used as a dependency analysis tool, and also to rewrite dylib
 references in Mach-O headers to be @executable_path relative.
 Though this tool targets a platform specific file format, it is pure Python
 code that is platform and endian independent.
 .
 This package provides the Python 2.x module.

python-macholib-doc: module for Mach-O header analysis and editing (API documentation)

 This module can be used to analyze and edit Mach-O headers, the executable
 format used by Mac OS X.
 It's typically used as a dependency analysis tool, and also to rewrite dylib
 references in Mach-O headers to be @executable_path relative.
 Though this tool targets a platform specific file format, it is pure Python
 code that is platform and endian independent.
 .
 This package provides the documentation.

python3-macholib: module for Mach-O header analysis and editing (Python 3 interface)

 This module can be used to analyze and edit Mach-O headers, the executable
 format used by Mac OS X.
 It's typically used as a dependency analysis tool, and also to rewrite dylib
 references in Mach-O headers to be @executable_path relative.
 Though this tool targets a platform specific file format, it is pure Python
 code that is platform and endian independent.
 .
 This package provides the Python 3.x module.