# -*- 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: Portfile 143901 2015-12-26 01:46:52Z khindenburg@macports.org $ PortSystem 1.0 PortGroup python 1.0 PortGroup github 1.0 github.setup google binplist 0.1.5 v categories sysutils platforms darwin maintainers khindenburg openmaintainer license Apache-2 python.default_version 27 description A binary plist parser long_description ${description} checksums rmd160 4d8466bac247c702a1fa123d63b39c2d5b6677f5 \ sha256 9480f6d25d26de6e37ae8785596e98774f63a9e3f3a29d6614b46340f0bca8bb depends_build-append port:py${python.version}-setuptools depends_lib-append port:py${python.version}-tz test.run yes test.cmd ${python.bin} tests/binplist_test.py test.env PYTHONPATH=${worksrcpath}/build/lib test.target