Files
Paul Guyot 72510e6bdf py-confection: update to 1.3.3
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
2026-04-12 21:19:20 -04:00

35 lines
1.0 KiB
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-confection
# Don't upgrade past py-spaCy's highest supported version.
version 1.3.3
revision 0
checksums rmd160 2faf55c42130770516000d798f11180929f7b41c \
sha256 f0f6810d567ff73993fe74d218ca5e1ffb6a44fb03f391257fc5d033546cbfaa \
size 54895
supported_archs noarch
platforms {darwin any}
license MIT
maintainers {jonesc @cjones051073} openmaintainer
description The sweetest config system for Python
long_description {*}${description}
homepage https://github.com/explosion/confection
python.versions 310 311 312 313 314
if {${name} ne ${subport}} {
if {${python.version} < 311} {
depends_lib-append \
port:py${python.version}-typing_extensions
}
}