Files
2025-11-19 15:34:53 +02:00

33 lines
994 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-pyannotate
version 1.2.0
revision 0
platforms {darwin any}
supported_archs noarch
license Apache-2
maintainers nomaintainer
description PyAnnotate: Auto-generate PEP-484 annotations
long_description {*}${description}
homepage https://github.com/dropbox/pyannotate
checksums rmd160 1f18624a1f79bfbe2594d699da35159281c46ab5 \
sha256 04ed5804bab38153d5981fc92d83dcf6a22883453768561f057e777e5c057599 \
size 45706
python.versions 310 311 312 313 314
if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-mypy_extensions \
port:py${python.version}-six
test.run yes
}