# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup python 1.0 name py-macholib version 1.9 categories-append devel license MIT maintainers {jmr @jmroot} openmaintainer description Mach-O header analysis and editing long_description \ macholib can be used to analyze and edit Mach-O headers, the executable \ format used by Mac OS X. \ It is 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. platforms darwin supported_archs noarch homepage http://undefined.org/python/#macholib master_sites pypi:m/macholib/ distname macholib-${version} checksums md5 a3f1462dbedc450c537191b1187e5137 \ rmd160 cf2f138eb48e86239c1fa97ef364fad65893da60 \ sha256 9aeec52d7da59912b15445d08b08d95cee48414f01dd035be06f04a825973c08 python.versions 27 33 34 35 36 if {$subport ne $name} { depends_lib port:py${python.version}-modulegraph livecheck.type none }