# -*- 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-validators
version             0.18.2
platforms           darwin
license             MIT
maintainers         nomaintainer

description         Python Data Validation for Humans™
long_description    {*}${description}

homepage            https://github.com/kvesteri/validators

checksums           rmd160  59f36f8f8652a85b79128d446d08838b3038ed2a \
                    sha256  37cd9a9213278538ad09b5b9f9134266e7c226ab1fede1d500e29e0a8fbb9ea6 \
                    size    30299

python.versions     37 38 39

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

    livecheck.type  none
}
