# -*- 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-pathvalidate
version             3.2.1
revision            0

categories-append   devel
platforms           {darwin any}
supported_archs     noarch
license             MIT
maintainers         nomaintainer

description         pathvalidate is a Python library to sanitize/validate a string such as filenames/file-paths/etc.
long_description    {*}${description}

homepage            https://github.com/thombashi/pathvalidate

checksums           rmd160  8fe2c04f85e87cb34d94e6932f6d07fedb83c6d4 \
                    sha256  f5d07b1e2374187040612a1fcd2bcb2919f8db180df254c9581bb90bf903377d \
                    size    59263

python.versions     310 311 312 313

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