Source
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8::et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup python 1.0
PortGroup github 1.0
github.setup jkeyes pathfinder 0.5.3
name py-${name}
platforms darwin
supported_archs noarch
license MIT
maintainers nomaintainer
description A utility to find file paths.
long_description ${description}
python.versions 27 34 35 36
if { ${name} ne ${subport} } {
depends_build-append \
port:py${python.version}-setuptools
checksums rmd160 f888a3111de4cb7eed2b74e9722ed28cb2040ed7 \
sha256 9858a852eb6d7a3e39f15ff48dfa43ed01be8532354decdd8dd00ee9ca76dfe6
livecheck.type none
}