py-pydantic: update to 1.10.22 for < 10.9

Closes: https://trac.macports.org/ticket/72515
This commit is contained in:
Renee Otten
2025-05-21 15:26:07 -04:00
parent 0ce2ba550e
commit 3a038e6ff3
+5 -8
View File
@@ -32,19 +32,16 @@ if {${name} ne ${subport}} {
if {${os.platform} eq "darwin" && ${os.major} < ${pydantic_darwin_min_ver}} {
# Notice, this is not a version peg, as of now;
# branch 1.x is still being updated.
version 1.10.19
version 1.10.22
revision 0
checksums rmd160 1c8d836cd6a55e6fe4f2262fe483cc7b47af4901 \
sha256 fea36c2065b7a1d28c6819cc2e93387b43dd5d3cf5a1e82d8132ee23f36d1f10 \
size 355208
checksums rmd160 ea9251e86e52b98e63a71ff8e63ce69edf641c8c \
sha256 ee1006cebd43a8e7158fb7190bb8f4e2da9649719bff65d0c287282ec38dec6d \
size 356771
depends_build-append \
port:py${python.version}-cython-compat \
port:py${python.version}-cython \
port:py${python.version}-pythran
set compat_path [string replace ${python.pkgd} 0 [string length ${python.prefix}]-1 ${prefix}/lib/py${python.version}-cython-compat]
build.env-append PYTHONPATH=${compat_path}
livecheck.type none
} else {