# -*- 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-xar version 0.4 revision 1 checksums md5 fec45900eada611df5091930598c69f4 \ rmd160 eebf341e5685175fcfaf756fbf9a896e41a37ae6 \ sha256 703688efa365e366b523775e49260743dddccdf3a046e5b35be23ba4fa9373dc \ size 6298 platforms darwin maintainers nomaintainer license BSD description Python bindings for xar long_description The Python bindings for xar currently include a single \ Python module, xarfile, which attempts to be as compatible \ with the Python tarfile module as reasonably possible. homepage https://code.google.com/p/xar/wiki/pyxar master_sites googlecode:xar distname pyxar-${version} python.versions 27 if {${name} ne ${subport}} { depends_lib port:xar \ port:py${python.version}-pyrex patchfiles empty-declarator.patch }