# -*- 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-pathspec
version             0.6.0
platforms           darwin
supported_archs     noarch
license             MPL-2.0
maintainers         {danchr @danchr} openmaintainer

description         Utility library for gitignore style pattern matching of file paths.
long_description \
    pathspec is a utility library for pattern matching of file paths. \
    So far this only includes Git’s wildmatch pattern matching which \
    itself is derived from Rsync’s wildmatch. Git uses wildmatch for \
    its gitignore files.

homepage            https://github.com/cpburnz/python-path-specification

checksums           rmd160  56658fa2630e6f079fd3df2ac305b54412ba2ff9 \
                    sha256  e285ccc8b0785beadd4c18e5708b12bb8fcf529a1e61215b3feff1d1e559ea5c \
                    size    24159

python.versions     38

if {${name} ne ${subport}} {
    depends_build-append \
        port:py${python.version}-setuptools

    livecheck.type        none

} else {
    livecheck.type  pypi
}