# -*- 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-validate-pyproject
python.rootname     validate_pyproject
version             0.24.1
revision            0
categories-append   devel
platforms           any
license             BSD MIT MPL-2
maintainers         nomaintainer
description         Validation library and CLI tool for checking on pyproject.toml files
long_description    {*}${description} using JSON Schema.
homepage            https://github.com/abravalheri/validate-pyproject
checksums           rmd160  55c21ce4c783386cf34f3490057330ceb4e7c78f \
                    sha256  e182fc51354add988e5bee6fc06ceb327832a78d921730fc618275e5b29e6b71 \
                    size    117054
supported_archs     noarch

python.versions     310 311 312 313 314

if {${subport} ne ${name}} {
    depends_build-append \
                    port:py${python.version}-setuptools_scm
    depends_run-append \
                    port:py${python.version}-fastjsonschema \
                    port:py${python.version}-packaging \
                    port:py${python.version}-trove-classifiers
}
