# -*- 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             2024.9.12
revision            0

supported_archs     noarch
platforms           {darwin any}
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

checksums           rmd160  9947bfe39183ed3b5e1275614774a151c505ebe8 \
                    sha256  4b46b3e134a4d01999ac5bc6e528afcc10cc48f0f724f185f267e276005768f4 \
                    size    16058

python.versions     37 38 39 310 311 312

python.pep517       yes

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