Files
2026-06-02 07:19:12 -05:00

31 lines
998 B
Tcl

# -*- 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 2026.6.1.19
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 ad2323dd9b2c405e8302c845b99d1c40acc753f8 \
sha256 c5132b4b61a829d11cfbd2d72e97f20a45ed6edb95e45c5efdeb5e00836b2745 \
size 17059
python.versions 310 311 312 313 314
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-calver
}