# -*- 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.8.26.11
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  dc6179729261d934f49f1b71a3562a88a9b884a2 \
                    sha256  e73efff317c492a7990092f9c12676c705bf6cfe40a258a93f63f4b4c9941432 \
                    size    16960

python.versions     37 38 39 310 311 312 313

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