# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-macholib version 1.7 revision 1 categories-append devel license MIT maintainers jmr 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 cf03a55323d5b7ca59be530ba0b01032 \ rmd160 51378b1034b4a73a2f5ed51fa6bf0072fb66a71b \ sha256 1865bed8c50131649653d82cd1fbeb73a36a51355c48c81debdc195387b8103a python.versions 26 27 33 34 35 if {$subport ne $name} { depends_lib-append port:py${python.version}-modulegraph livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/macholib/ livecheck.regex {macholib ([0-9.]+)} }