pyre.platforms.Darwin

Module Contents

class pyre.platforms.Darwin.Darwin(**kwds)

Bases: pyre.platforms.POSIX.POSIX

Encapsulation of a darwin host

platform = darwin
distribution = osx
prefix_library = lib
extension_staticLibrary = .a
extension_dynamicLibrary = .dylib
template_staticLibrary = {0.prefix_library}{1}{0.extension_staticLibrary}
template_dynamicLibrary = {0.prefix_library}{1}{0.extension_dynamicLibrary}
packager
doc = the manager of external packages installed on this host
codenames