diff --git a/recipes/pydantic/env.sh b/recipes/pydantic/env.sh new file mode 100644 index 0000000..50823c6 --- /dev/null +++ b/recipes/pydantic/env.sh @@ -0,0 +1,4 @@ +export CIBW_SKIP='*-musllinux_* *-macosx_*' +export CIBW_ARCHS_LINUX='auto64' +export CIBW_BEFORE_ALL_LINUX='curl https://sh.rustup.rs -sSf | sh -s -- -y' +export CIBW_ENVIRONMENT_LINUX='PATH=$PATH:$HOME/.cargo/bin' diff --git a/recipes/pydantic/meta.yaml b/recipes/pydantic/meta.yaml new file mode 100644 index 0000000..d955bcc --- /dev/null +++ b/recipes/pydantic/meta.yaml @@ -0,0 +1,3 @@ +--- +name: pydantic-core +version: 2.19.0