# -*- 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-trove-classifiers
python.rootname     trove_classifiers
version             2025.9.9.12
revision            0

license             Apache-2
maintainers         {mps @Schamschula} openmaintainer

description         Canonical source for classifiers on PyPI (pypi.org).
long_description    {*}${description}
homepage            https://github.com/pypa/trove-classifiers

supported_archs     noarch
platforms           {darwin any}

checksums           rmd160  d5b1a2aa19b409578cd6cb0345c821e075d1e88b \
                    sha256  6a00942fc023f4f383af3254b4ed818d7fa7923a3c7c03b0e71da2ce71b538ab \
                    size    16970

python.versions     37 38 39 310 311 312 313

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