# -*- 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.5.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 https://pypi.python.org/packages/source/m/macholib/ distname macholib-${version} checksums md5 2665525cdc9edaf4d1de5566bb004c56 \ sha256 7a1b50204d27ecec94660e3dbefd8e32d17388002cf7dc1e42f0b60ceb3c8d80 python.versions 24 25 26 27 31 32 33 if {$subport != $name} { depends_lib port:py${python.version}-modulegraph livecheck.type none if {${python.version} <= 25} { version 1.4.3 checksums md5 308d478df389d525ce1a9113883a4f1c \ sha256 9a4b871efc4cdd0cdb5d71ef572df347690af7c0e3587c3b9db30d74d91033f5 distname macholib-${version} } } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/macholib/ livecheck.regex {macholib ([0-9.]+)} }