# -*- 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
PortGroup           github 1.0

github.setup        jkeyes pathfinder 0.6.2
github.tarball_from archive
revision            0
name                py-pathfinder

supported_archs     noarch
platforms           {darwin any}
license             MIT
maintainers         nomaintainer

description         A utility to find file paths.
long_description    {*}${description}

checksums           rmd160  ae2ed9cc7540b30a0bd8e98513495788f3b59a7f \
                    sha256  186a6110d48f90f90b73bc285a44711b5d8b38ba519c8356790a1183cef9811b \
                    size    135591

python.versions     38

if { ${name} ne ${subport} } {
    test.run        yes
    python.test_framework nose

    post-destroot {
        set docdir ${prefix}/share/doc/${subport}
        xinstall -d ${destroot}${docdir}
        xinstall -m 0644 -W ${worksrcpath} AUTHORS.rst HISTORY.rst \
           INSTALL LICENSE README.rst ${destroot}${docdir}
    }
}
