py-confection: update to 1.3.3

Signed-off-by: Paul Guyot <pguyot@kallisys.net>
This commit is contained in:
Paul Guyot
2026-04-03 22:27:52 +02:00
committed by Renee Otten
parent 82a8e3efcb
commit 72510e6bdf
+8 -8
View File
@@ -5,12 +5,12 @@ PortGroup python 1.0
name py-confection
# Don't upgrade past py-spaCy's highest supported version.
version 1.0.0
version 1.3.3
revision 0
checksums rmd160 7c623db2add7601d1a385e8e7d1dab0608be4eb0 \
sha256 f35627f7d3297e2ffa2be57081a440fd2faeb832cf284a900d4c0aa6cf8bd4b3 \
size 53552
checksums rmd160 2faf55c42130770516000d798f11180929f7b41c \
sha256 f0f6810d567ff73993fe74d218ca5e1ffb6a44fb03f391257fc5d033546cbfaa \
size 54895
supported_archs noarch
platforms {darwin any}
@@ -27,8 +27,8 @@ homepage https://github.com/explosion/confection
python.versions 310 311 312 313 314
if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-pydantic \
port:py${python.version}-srsly
if {${python.version} < 311} {
depends_lib-append \
port:py${python.version}-typing_extensions
}
}