mirror of https://github.com/astral-sh/uv
6729 lines
336 KiB
C++
6729 lines
336 KiB
C++
// DO NOT EDIT
|
|
//
|
|
// Generated with `crates/uv-python/template-download-metadata.py`
|
|
// From template at `crates/uv-python/src/downloads.inc.mustache`
|
|
|
|
pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.12.4%2B20240713-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("1c0e0fe57200fc7787e3a11a56e641a08a853d31860aa2c21483ffbe1261c115")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.12.4%2B20240713-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("c152d5c82272cc66f183dd00c5e9883148a25bb8a91a66d5b3e9c8a11289b2eb")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Arm(target_lexicon::ArmArchitecture::Armv7)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnueabi),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.12.4%2B20240713-armv7-unknown-linux-gnueabi-install_only.tar.gz",
|
|
sha256: Some("4b6aca1560560c9381693d047aab42a1c2c23605b4c69b285f6c54d27a717509")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Arm(target_lexicon::ArmArchitecture::Armv7)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnueabihf),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.12.4%2B20240713-armv7-unknown-linux-gnueabihf-install_only.tar.gz",
|
|
sha256: Some("9e12a309e99f06d28b49816d6e9ab6506fc43719b9a765d52913966f37e5111b")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.12.4%2B20240713-i686-pc-windows-msvc-install_only.tar.gz",
|
|
sha256: Some("0b0c3f6b6c2ef50df0b459d11716f5859647713e43777966d9aee8e03c697b84")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Powerpc64le),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.12.4%2B20240713-ppc64le-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("f053b3953b99045e536eb15147e2cd0eaebf46fcf7aeba7db37e93ae9884bdcd")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::S390x),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.12.4%2B20240713-s390x-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("9eb6cb22758851aad1b85bc348e697140261df47df36aca77790cb14ceaa6bd0")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.12.4%2B20240713-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("6713765cf6b16e55d8b36dc304a34c9dfcd9365d02ad78e2801c49d0e91266ef")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.12.4%2B20240713-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("eb5f83bfcd16391a5c010356e82708a0f1e6b7d4d8106f21e545a858f7d5f409")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.12.4%2B20240713-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("93126e3298cd338756e3a40222b0d1fdb068769377930e2aeb9a6a81d8d4ca9d")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.12.4%2B20240713-x86_64-pc-windows-msvc-install_only.tar.gz",
|
|
sha256: Some("fd3f9d23975e61406190444078355794944a9535323d84fa37d3fde1b73ea8f5")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240415/cpython-3.12.3%2B20240415-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("ccc40e5af329ef2af81350db2a88bbd6c17b56676e82d62048c15d548401519e")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240415/cpython-3.12.3%2B20240415-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("ec8126de97945e629cca9aedc80a29c4ae2992c9d69f2655e27ae73906ba187d")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Arm(target_lexicon::ArmArchitecture::Armv7)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnueabi),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240415/cpython-3.12.3%2B20240415-armv7-unknown-linux-gnueabi-install_only.tar.gz",
|
|
sha256: Some("f693dd22b69361c17076157889eb8f1ce1a5ea670c031fae46782481ad892a64")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Arm(target_lexicon::ArmArchitecture::Armv7)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnueabihf),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240415/cpython-3.12.3%2B20240415-armv7-unknown-linux-gnueabihf-install_only.tar.gz",
|
|
sha256: Some("635080827bed4616dc271545677837203098e5b55e7195d803e1dca7da24fc0c")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240415/cpython-3.12.3%2B20240415-i686-pc-windows-msvc-install_only.tar.gz",
|
|
sha256: Some("bd723ad1aa05551627715a428660250f0e74db0f1421b03f399235772057ef55")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Powerpc64le),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240415/cpython-3.12.3%2B20240415-ppc64le-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("c5dcf08b8077e617d949bda23027c49712f583120b3ed744f9b143da1d580572")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::S390x),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240415/cpython-3.12.3%2B20240415-s390x-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("872fc321363b8cdd826fd2cb1adfd1ceb813bc1281f9d410c1c2c4e177e8df86")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240415/cpython-3.12.3%2B20240415-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("c37a22fca8f57d4471e3708de6d13097668c5f160067f264bb2b18f524c890c8")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240415/cpython-3.12.3%2B20240415-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("a73ba777b5d55ca89edef709e6b8521e3f3d4289581f174c8699adfb608d09d6")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240415/cpython-3.12.3%2B20240415-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("eb70814dc254f02714c77305de01b8ed2250c146320e22d0ed14b39021f89a8a")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240415/cpython-3.12.3%2B20240415-x86_64-pc-windows-msvc-install_only.tar.gz",
|
|
sha256: Some("f7cfa4ad072feb4578c8afca5ba9a54ad591d665a441dd0d63aa366edbe19279")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 2,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.12.2%2B20240224-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("01c064c00013b0175c7858b159989819ead53f4746d40580b5b0b35b6e80fba6")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 2,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.12.2%2B20240224-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("e52550379e7c4ac27a87de832d172658bc04150e4e27d4e858e6d8cbb96fd709")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 2,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.12.2%2B20240224-i686-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("1e919365f3e04eb111283f7a45d32eac2f327287ab7bf46720d5629e144cbff9")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 2,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Powerpc64le),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.12.2%2B20240224-ppc64le-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("74bc02c4bbbd26245c37b29b9e12d0a9c1b7ab93477fed8b651c988b6a9a6251")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 2,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::S390x),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.12.2%2B20240224-s390x-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("ecd6b0285e5eef94deb784b588b4b425a15a43ae671bf206556659dc141a9825")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 2,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.12.2%2B20240224-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("a53a6670a202c96fec0b8c55ccc780ea3af5307eb89268d5b41a9775b109c094")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 2,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.12.2%2B20240224-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("57a37b57f8243caa4cdac016176189573ad7620f0b6da5941c5e40660f9468ab")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 2,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.12.2%2B20240224-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("b428b4151c70b85339ac2659e5f69f7e47142d34a506e05ecd095efe2e3dec81")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 2,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.12.2%2B20240224-x86_64-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("1e5655a6ccb1a64a78460e4e3ee21036c70246800f176a6c91043a3fe3654a3b")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 1,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240107/cpython-3.12.1%2B20240107-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("f93f8375ca6ac0a35d58ff007043cbd3a88d9609113f1cb59cf7c8d215f064af")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 1,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240107/cpython-3.12.1%2B20240107-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("236533ef20e665007a111c2f36efb59c87ae195ad7dca223b6dc03fb07064f0b")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 1,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240107/cpython-3.12.1%2B20240107-i686-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("13c8a6f337a4e1ef043ffb8ea3c218ab2073afe0d3be36fcdf8ceb6f757210e8")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 1,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Powerpc64le),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240107/cpython-3.12.1%2B20240107-ppc64le-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("78051f0d1411ee62bc2af5edfccf6e8400ac4ef82887a2affc19a7ace6a05267")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 1,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::S390x),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240107/cpython-3.12.1%2B20240107-s390x-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("60631211c701f8d2c56e5dd7b154e68868128a019b9db1d53a264f56c0d4aee2")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 1,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240107/cpython-3.12.1%2B20240107-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("eca96158c1568dedd9a0b3425375637a83764d1fa74446438293089a8bfac1f8")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 1,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240107/cpython-3.12.1%2B20240107-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("74e330b8212ca22fd4d9a2003b9eec14892155566738febc8e5e572f267b9472")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 1,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240107/cpython-3.12.1%2B20240107-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("876389f071d62ee9a4bdd7ce31e69c3cdd256fe498e4dd6bb2b80e674e7351fe")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 1,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240107/cpython-3.12.1%2B20240107-x86_64-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("fd5a9e0f41959d0341246d3643f2b8794f638adc0cec8dd5e1b6465198eae08a")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 0,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.12.0%2B20231002-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("4734a2be2becb813830112c780c9879ac3aff111a0b0cd590e65ec7465774d02")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 0,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.12.0%2B20231002-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("bccfe67cf5465a3dfb0336f053966e2613a9bc85a6588c2fcf1366ef930c4f88")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 0,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.12.0%2B20231002-i686-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("6e4f30a998245cfaef00d1b87f8fd5f6c250bd222f933f8f38f124d4f03227f9")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 0,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Powerpc64le),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.12.0%2B20231002-ppc64le-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("b5dae075467ace32c594c7877fe6ebe0837681f814601d5d90ba4c0dfd87a1f2")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 0,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::S390x),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.12.0%2B20231002-s390x-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("5681621349dd85d9726d1b67c84a9686ce78f72e73a6f9e4cc4119911655759e")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 0,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.12.0%2B20231002-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("5a9e88c8aa52b609d556777b52ebde464ae4b4f77e4aac4eb693af57395c9abf")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 0,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.12.0%2B20231002-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("e51a5293f214053ddb4645b2c9f84542e2ef86870b8655704367bd4b29d39fe9")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 0,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.12.0%2B20231002-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("922f9404f39dc4edb8558a93cef5c3330895a4c87acb1de2a2cf662ab942dbe5")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 12,
|
|
patch: 0,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.12.0%2B20231002-x86_64-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("facfaa1fbc8653f95057f3c4a0f8aa833dab0e0b316e24ee8686bc761d4b4f8d")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 9,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.11.9%2B20240713-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("a25a23802821699fae913dacd123033998ed745dfed692c8c7079590d2153d8d")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 9,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.11.9%2B20240713-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("32f70725d45dc5affd8d3eb132671eaea02695e6d072dc5591f2d7418dee6fc1")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 9,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Arm(target_lexicon::ArmArchitecture::Armv7)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnueabi),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.11.9%2B20240713-armv7-unknown-linux-gnueabi-install_only.tar.gz",
|
|
sha256: Some("2c6abd081084407e4d8b0aea919bc41faf2bc160af51a61e14744a454acc8e3f")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 9,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Arm(target_lexicon::ArmArchitecture::Armv7)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnueabihf),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.11.9%2B20240713-armv7-unknown-linux-gnueabihf-install_only.tar.gz",
|
|
sha256: Some("2b22bba1e2b04b2bae10bf4e01026b737445428b61f6ccefeaa5dacba9092dbf")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 9,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.11.9%2B20240713-i686-pc-windows-msvc-install_only.tar.gz",
|
|
sha256: Some("8c56ac133e55ccb2cc690b586cc302a72fe8d6f98558955258806e9fa1785cd2")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 9,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Powerpc64le),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.11.9%2B20240713-ppc64le-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("33a3e57cf572fac3844a4f70c228bb002279377eeeba2656388dad12806833ee")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 9,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::S390x),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.11.9%2B20240713-s390x-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("74f1124514ff870e4d017d0d2bfde5eea9b0c7b3b2c8686cec227d41d059bffe")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 9,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.11.9%2B20240713-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("9b56b0d2e301de0f5f94be9d5b7bd3f318c88d7897f9b183269ccada6356ac45")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 9,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.11.9%2B20240713-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("1f91c44febc850376a35ae77e1d45f7c823994b0c80293bbbc17e647eb893853")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 9,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.11.9%2B20240713-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("ce92dcbfe6ddb0411e2270de47d1b5c82cb9104b3bdad3d063a04327e88fa7a8")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 9,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.11.9%2B20240713-x86_64-pc-windows-msvc-install_only.tar.gz",
|
|
sha256: Some("12b640394be0d37301885d554adff94fce0fd595d8590a5ed3aca16ce38ca287")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 8,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.11.8%2B20240224-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("389a51139f5abe071a0d70091ca5df3e7a3dfcfcbe3e0ba6ad85fb4c5638421e")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 8,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.11.8%2B20240224-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("389b9005fb78dd5a6f68df5ea45ab7b30d9a4b3222af96999e94fd20d4ad0c6a")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 8,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.11.8%2B20240224-i686-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("75039951f8f94d7304bc17b674af1668b9e1ea6d6c9ba1da28e90c0ad8030e3c")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 8,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Powerpc64le),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.11.8%2B20240224-ppc64le-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("eb2b31f8e50309aae493c6a359c32b723a676f07c641f5e8fe4b6aa4dbb50946")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 8,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::S390x),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.11.8%2B20240224-s390x-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("844f64f4c16e24965778281da61d1e0e6cd1358a581df1662da814b1eed096b9")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 8,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.11.8%2B20240224-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("097f467b0c36706bfec13f199a2eaf924e668f70c6e2bd1f1366806962f7e86e")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 8,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.11.8%2B20240224-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("94e13d0e5ad417035b80580f3e893a72e094b0900d5d64e7e34ab08e95439987")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 8,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.11.8%2B20240224-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("08e1ebf51b5965e23f8e68664d17274c1cdabb5b2d7509a2003920e5d58172c7")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 8,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.11.8%2B20240224-x86_64-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("b618f1f047349770ee1ef11d1b05899840abd53884b820fd25c7dfe2ec1664d4")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 7,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240107/cpython-3.11.7%2B20240107-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("b042c966920cf8465385ca3522986b12d745151a72c060991088977ca36d3883")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 7,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240107/cpython-3.11.7%2B20240107-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("b102eaf865eb715aa98a8a2ef19037b6cc3ae7dfd4a632802650f29de635aa13")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 7,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240107/cpython-3.11.7%2B20240107-i686-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("f5a6ca1280749d8ceaf8851585ef6b0cd2f1f76e801a77c1d744019554eef2f0")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 7,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Powerpc64le),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240107/cpython-3.11.7%2B20240107-ppc64le-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("b44e1b74afe75c7b19143413632c4386708ae229117f8f950c2094e9681d34c7")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 7,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::S390x),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240107/cpython-3.11.7%2B20240107-s390x-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("49520e3ff494708020f306e30b0964f079170be83e956be4504f850557378a22")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 7,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240107/cpython-3.11.7%2B20240107-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("a0e615eef1fafdc742da0008425a9030b7ea68a4ae4e73ac557ef27b112836d4")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 7,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240107/cpython-3.11.7%2B20240107-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("4a51ce60007a6facf64e5495f4cf322e311ba9f39a8cd3f3e4c026eae488e140")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 7,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240107/cpython-3.11.7%2B20240107-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("1a919a35172eb9419eba841eeb0ec9879dbc2b006b284ee5c454c08197b50f74")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 7,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240107/cpython-3.11.7%2B20240107-x86_64-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("67077e6fa918e4f4fd60ba169820b00be7c390c497bf9bc9cab2c255ea8e6f3e")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 6,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.11.6%2B20231002-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("916c35125b5d8323a21526d7a9154ca626453f63d0878e95b9f613a95006c990")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 6,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.11.6%2B20231002-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("3e26a672df17708c4dc928475a5974c3fb3a34a9b45c65fb4bd1e50504cc84ec")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 6,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.11.6%2B20231002-i686-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("dd48b2cfaae841b4cd9beed23e2ae68b13527a065ef3d271d228735769c4e64d")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 6,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Powerpc64le),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.11.6%2B20231002-ppc64le-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("7937035f690a624dba4d014ffd20c342e843dd46f89b0b0a1e5726b85deb8eaf")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 6,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::S390x),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.11.6%2B20231002-s390x-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("f9f19823dba3209cedc4647b00f46ed0177242917db20fb7fb539970e384531c")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 6,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.11.6%2B20231002-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("178cb1716c2abc25cb56ae915096c1a083e60abeba57af001996e8bc6ce1a371")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 6,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.11.6%2B20231002-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("ee37a7eae6e80148c7e3abc56e48a397c1664f044920463ad0df0fc706eacea8")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 6,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.11.6%2B20231002-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("c929e5fe676ad20afcf6807a797d21261ae0827e84ec18742031a9582aed0d46")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 6,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.11.6%2B20231002-x86_64-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("3933545e6d41462dd6a47e44133ea40995bc6efeed8c2e4cbdf1a699303e95ea")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 5,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230826/cpython-3.11.5%2B20230826-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("dab64b3580118ad2073babd7c29fd2053b616479df5c107d31fe2af1f45e948b")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 5,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230826/cpython-3.11.5%2B20230826-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("bb5c5d1ea0f199fe2d3f0996fff4b48ca6ddc415a3dbd98f50bff7fce48aac80")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 5,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230826/cpython-3.11.5%2B20230826-i686-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("82de7e2551c015145c017742a5c0411d67a7544595df43c02b5efa4762d5123e")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 5,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230826/cpython-3.11.5%2B20230826-i686-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("936b624c2512a3a3370aae8adf603d6ae71ba8ebd39cc4714a13306891ea36f0")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 5,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Powerpc64le),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230826/cpython-3.11.5%2B20230826-ppc64le-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("14121b53e9c8c6d0741f911ae00102a35adbcf5c3cdf732687ef7617b7d7304d")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 5,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::S390x),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230826/cpython-3.11.5%2B20230826-s390x-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("fe459da39874443579d6fe88c68777c6d3e331038e1fb92a0451879fb6beb16d")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 5,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230826/cpython-3.11.5%2B20230826-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("4a4efa7378c72f1dd8ebcce1afb99b24c01b07023aa6b8fea50eaedb50bf2bfc")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 5,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230826/cpython-3.11.5%2B20230826-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("fbed6f7694b2faae5d7c401a856219c945397f772eea5ca50c6eb825cbc9d1e1")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 5,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230826/cpython-3.11.5%2B20230826-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("fe09ecd87f69a724acf26ca508d7ead91a951abb2da18dfb98fe22c284454121")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 5,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230826/cpython-3.11.5%2B20230826-x86_64-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("00f002263efc8aea896bcfaaf906b1f4dab3e5cd3db53e2b69ab9a10ba220b97")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230726/cpython-3.11.4%2B20230726-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("cb6d2948384a857321f2aa40fa67744cd9676a330f08b6dad7070bda0b6120a4")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230726/cpython-3.11.4%2B20230726-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("2e84fc53f4e90e11963281c5c871f593abcb24fc796a50337fa516be99af02fb")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230726/cpython-3.11.4%2B20230726-i686-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("abdccc6ec7093f49da99680f5899a96bff0b96fde8f5d73f7aac121e0d05fdd8")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230726/cpython-3.11.4%2B20230726-i686-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("e2f4b41c3d89c5ec735e2563d752856cb3c19a0aa712ec7ef341712bafa7e905")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Powerpc64le),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230726/cpython-3.11.4%2B20230726-ppc64le-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("df7b92ed9cec96b3bb658fb586be947722ecd8e420fb23cee13d2e90abcfcf25")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::S390x),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230726/cpython-3.11.4%2B20230726-s390x-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("e477f0749161f9aa7887964f089d9460a539f6b4a8fdab5166f898210e1a87a4")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230726/cpython-3.11.4%2B20230726-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("47e1557d93a42585972772e82661047ca5f608293158acb2778dccf120eabb00")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230726/cpython-3.11.4%2B20230726-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("e26247302bc8e9083a43ce9e8dd94905b40d464745b1603041f7bc9a93c65d05")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230726/cpython-3.11.4%2B20230726-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("1218ca44595aeaf34271508db64a2abc581c3ee1eb307c1b0537ea746922b806")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230726/cpython-3.11.4%2B20230726-x86_64-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("878614c03ea38538ae2f758e36c85d2c0eb1eaaca86cd400ff8c76693ee0b3e1")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230507/cpython-3.11.3%2B20230507-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("09e412506a8d63edbb6901742b54da9aa7faf120b8dbdce56c57b303fc892c86")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230507/cpython-3.11.3%2B20230507-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("8190accbbbbcf7620f1ff6d668e4dd090c639665d11188ce864b62554d40e5ab")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230507/cpython-3.11.3%2B20230507-i686-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("36ff6c5ebca8bf07181b774874233eb37835a62b39493f975869acc5010d839d")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230507/cpython-3.11.3%2B20230507-i686-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("a6751e6fa5c7c4d4748ed534a7f00ad7f858f62ce73d63d44dd907036ba53985")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Powerpc64le),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230507/cpython-3.11.3%2B20230507-ppc64le-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("767d24f3570b35fedb945f5ac66224c8983f2d556ab83c5cfaa5f3666e9c212c")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230507/cpython-3.11.3%2B20230507-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("f710b8d60621308149c100d5175fec39274ed0b9c99645484fd93d1716ef4310")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230507/cpython-3.11.3%2B20230507-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("da50b87d1ec42b3cb577dfd22a3655e43a53150f4f98a4bfb40757c9d7839ab5")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230507/cpython-3.11.3%2B20230507-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("82eed5ae1ca9e60ed9b9cac97e910927ffe2e80e91161c74b2d70e44d5227de0")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230507/cpython-3.11.3%2B20230507-x86_64-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("24741066da6f35a7ff67bee65ce82eae870d84e1181843e64a7076d1571e95af")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 1,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-3.11.1%2B20230116-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("4918cdf1cab742a90f85318f88b8122aeaa2d04705803c7b6e78e81a3dd40f80")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 1,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-3.11.1%2B20230116-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("debf15783bdcb5530504f533d33fda75a7b905cec5361ae8f33da5ba6599f8b4")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 1,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-3.11.1%2B20230116-i686-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("8392230cf76c282cfeaf67dcbd2e0fac6da8cd3b3aead1250505c6ddd606caae")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 1,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-3.11.1%2B20230116-i686-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("50b250dd261c3cca9ae8d96cb921e4ffbc64f778a198b6f8b8b0a338f77ae486")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 1,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-3.11.1%2B20230116-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("20a4203d069dc9b710f70b09e7da2ce6f473d6b1110f9535fb6f4c469ed54733")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 1,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-3.11.1%2B20230116-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("02a551fefab3750effd0e156c25446547c238688a32fabde2995c941c03a6423")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 1,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-3.11.1%2B20230116-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("7f0425d3e9b2283aba205493e9fe431bc2c2d67cc369bc922825b827a1b06b82")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 11,
|
|
patch: 1,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-3.11.1%2B20230116-x86_64-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("edc08979cb0666a597466176511529c049a6f0bba8adf70df441708f766de5bf")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 14,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.10.14%2B20240713-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("cb3e18229e4d2cb0d5c5903dd9d52dd47da8a22328e3cab5401cb8f7a184b73b")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 14,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.10.14%2B20240713-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("f58ab2cadc7dc955c8ac2dbb7920207591e56ea22aab60b9a527d5473522f0bc")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 14,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Arm(target_lexicon::ArmArchitecture::Armv7)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnueabi),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.10.14%2B20240713-armv7-unknown-linux-gnueabi-install_only.tar.gz",
|
|
sha256: Some("6b27928cfa47b8edd0dbb99fcf42e70a3d48fb76a4f145f6977b3e208c280b75")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 14,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Arm(target_lexicon::ArmArchitecture::Armv7)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnueabihf),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.10.14%2B20240713-armv7-unknown-linux-gnueabihf-install_only.tar.gz",
|
|
sha256: Some("812a301ce68127e0f83dcd02bfed94056ddfecefba6087eec53650a21931aa7b")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 14,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.10.14%2B20240713-i686-pc-windows-msvc-install_only.tar.gz",
|
|
sha256: Some("49fab4ceb7b8037a31b6616f92e9a83695b8188f3c9a97e171f2bd0193ded5ce")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 14,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Powerpc64le),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.10.14%2B20240713-ppc64le-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("f2f6fba348406ee51a26a97bbfed920e5fb1b729a5ab7305148c8f38f7bc338f")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 14,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::S390x),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.10.14%2B20240713-s390x-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("0f5b669c9301f560ad940ed93cd0f86111b091d7e20d4be434836f7edf1d9fa8")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 14,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.10.14%2B20240713-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("a8a7f6d6efb18ff3c068ef311abad48a778aadbb958aaacb2193bfb374cbebf5")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 14,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.10.14%2B20240713-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("6e90e30d1b2af67ddb65739df0e86f8b096f0d8e1e17feee8c70483760b0dc38")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 14,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.10.14%2B20240713-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("e239889b1f609724fb967ed7bcd6832f20f6ae7796beab39e776a3f5d37369db")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 14,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.10.14%2B20240713-x86_64-pc-windows-msvc-install_only.tar.gz",
|
|
sha256: Some("2b0fd29d8f8dddaedb96ac1b50febe2f0cef301aaf3ac7a0c76118e07cc22855")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 13,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.10.13%2B20240224-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("5fdc0f6a5b5a90fd3c528e8b1da8e3aac931ea8690126c2fdb4254c84a3ff04a")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 13,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.10.13%2B20240224-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("a898a88705611b372297bb8fe4d23cc16b8603ce5f24494c3a8cfa65d83787f9")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 13,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230826/cpython-3.10.13%2B20230826-i686-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("424d239b6df60e40849ad18505de394001233ab3d7470b5280fec6e643208bb9")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 13,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.10.13%2B20240224-i686-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("5365b90f9cba7186d12dd86516ece8b696db7311128e0b49c92234e01a74599f")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 13,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Powerpc64le),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.10.13%2B20240224-ppc64le-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("c23706e138a0351fc1e9def2974af7b8206bac7ecbbb98a78f5aa9e7535fee42")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 13,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::S390x),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.10.13%2B20240224-s390x-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("09be8fb2cdfbb4a93d555f268f244dbe4d8ff1854b2658e8043aa4ec08aede3e")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 13,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.10.13%2B20240224-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("6378dfd22f58bb553ddb02be28304d739cd730c1f95c15c74955c923a1bc3d6a")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 13,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.10.13%2B20240224-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("d995d032ca702afd2fc3a689c1f84a6c64972ecd82bba76a61d525f08eb0e195")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 13,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.10.13%2B20240224-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("48365ea10aa1b0768a153bfff50d1515a757d42409b02a4af4db354803f2d180")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 13,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.10.13%2B20240224-x86_64-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("086f7fe9156b897bb401273db8359017104168ac36f60f3af4e31ac7acd6634e")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 12,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230726/cpython-3.10.12%2B20230726-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("bc66c706ea8c5fc891635fda8f9da971a1a901d41342f6798c20ad0b2a25d1d6")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 12,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230726/cpython-3.10.12%2B20230726-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("fee80e221663eca5174bd794cb5047e40d3910dbeadcdf1f09d405a4c1c15fe4")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 12,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230726/cpython-3.10.12%2B20230726-i686-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("c7a5321a696ef6467791312368a04d36828907a8f5c557b96067fa534c716c18")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 12,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230726/cpython-3.10.12%2B20230726-i686-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("a5a5f9c9082b6503462a6b134111d3c303052cbc49ff31fff2ade38b39978e5d")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 12,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Powerpc64le),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230726/cpython-3.10.12%2B20230726-ppc64le-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("bb5e8cb0d2e44241725fa9b342238245503e7849917660006b0246a9c97b1d6c")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 12,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::S390x),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230726/cpython-3.10.12%2B20230726-s390x-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("8d33d435ae6fb93ded7fc26798cc0a1a4f546a4e527012a1e2909cc314b332df")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 12,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230726/cpython-3.10.12%2B20230726-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("8a6e3ed973a671de468d9c691ed9cb2c3a4858c5defffcf0b08969fba9c1dd04")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 12,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230726/cpython-3.10.12%2B20230726-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("a476dbca9184df9fc69fe6309cda5ebaf031d27ca9e529852437c94ec1bc43d3")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 12,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230726/cpython-3.10.12%2B20230726-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("9080014bee2d4bd1f96bcbebf447d40c35ae9354382246add1160bd0d433ebf7")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 12,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230726/cpython-3.10.12%2B20230726-x86_64-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("c1a31c353ca44de7d1b1a3b6c55a823e9c1eed0423d4f9f66e617bdb1b608685")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 11,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230507/cpython-3.10.11%2B20230507-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("8348bc3c2311f94ec63751fb71bd0108174be1c4def002773cf519ee1506f96f")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 11,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230507/cpython-3.10.11%2B20230507-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("c7573fdb00239f86b22ea0e8e926ca881d24fde5e5890851339911d76110bc35")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 11,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230507/cpython-3.10.11%2B20230507-i686-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("c70518620e32b074b1b40579012f0c67191a967e43e84b8f46052b6b893f7eeb")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 11,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230507/cpython-3.10.11%2B20230507-i686-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("e4ed3414cd0e687017f0a56fed88ff39b3f5dfb24a0d62e9c7ca55854178bcde")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 11,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Powerpc64le),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230507/cpython-3.10.11%2B20230507-ppc64le-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("73a9d4c89ed51be39dd2de4e235078281087283e9fdedef65bec02f503e906ee")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 11,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230507/cpython-3.10.11%2B20230507-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("bd3fc6e4da6f4033ebf19d66704e73b0804c22641ddae10bbe347c48f82374ad")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 11,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230507/cpython-3.10.11%2B20230507-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("c5bcaac91bc80bfc29cf510669ecad12d506035ecb3ad85ef213416d54aecd79")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 11,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230507/cpython-3.10.11%2B20230507-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("c5dde3276541a8ad000ba631ec70012aa2261926c13f54d2b1de83dad61d59c1")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 11,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230507/cpython-3.10.11%2B20230507-x86_64-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("9c2d3604a06fcd422289df73015cd00e7271d90de28d2c910f0e2309a7f73a68")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 9,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-3.10.9%2B20230116-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("018d05a779b2de7a476f3b3ff2d10f503d69d14efcedd0774e6dab8c22ef84ff")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 9,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-3.10.9%2B20230116-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("2003750f40cd09d4bf7a850342613992f8d9454f03b3c067989911fb37e7a4d1")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 9,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-3.10.9%2B20230116-i686-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("44566c08eb8054aa0784f76b85d2c6c70a62f4988d5e9abcce819b517b329fdd")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 9,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-3.10.9%2B20230116-i686-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("c5c51d9a3e8d8cdac67d8f3ad7c4008de169ff1480e17021f154d5c99fcee9e3")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 9,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-3.10.9%2B20230116-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("0e685f98dce0e5bc8da93c7081f4e6c10219792e223e4b5886730fd73a7ba4c6")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 9,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-3.10.9%2B20230116-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("d196347aeb701a53fe2bb2b095abec38d27d0fa0443f8a1c2023a1bed6e18cdf")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 9,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-3.10.9%2B20230116-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("cf17e6d042777170e423c6b80e096ad8273d9848708875db0d23dd45bdb3d516")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 9,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-3.10.9%2B20230116-x86_64-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("59c6970cecb357dc1d8554bd0540eb81ee7f6d16a07acf3d14ed294ece02c035")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 8,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221106/cpython-3.10.8%2B20221106-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("d52b03817bd245d28e0a8b2f715716cd0fcd112820ccff745636932c76afa20a")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 8,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221106/cpython-3.10.8%2B20221106-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("33170bef18c811906b738be530f934640491b065bf16c4d276c6515321918132")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 8,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221106/cpython-3.10.8%2B20221106-i686-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("2deee7cbbd5dad339d713a75ec92239725d2035e833af5b9981b026dee0b9213")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 8,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221106/cpython-3.10.8%2B20221106-i686-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("94e76273166f72624128e52b5402db244cea041dab4a6bcdc70b304b66e27e95")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 8,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221106/cpython-3.10.8%2B20221106-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("525b79c7ce5de90ab66bd07b0ac1008bafa147ddc8a41bef15ffb7c9c1e9e7c5")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 8,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221106/cpython-3.10.8%2B20221106-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("6c8db44ae0e18e320320bbaaafd2d69cde8bfea171ae2d651b7993d1396260b7")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 8,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221106/cpython-3.10.8%2B20221106-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("9f035bbe53f55fb406f95cb68459ba245b386084eeb5760f1660f416b730328d")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 8,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221106/cpython-3.10.8%2B20221106-x86_64-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("f2b6d2f77118f06dd2ca04dae1175e44aaa5077a5ed8ddc63333c15347182bfe")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 7,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221002/cpython-3.10.7%2B20221002-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("70f6ca1da8e6fce832ad0b7f9fdaba0b84ba0ac0a4c626127acb6d49df4b8f91")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 7,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221002/cpython-3.10.7%2B20221002-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("dfeec186a62a6068259d90e8d77e7d30eaf9c2b4ae7b205ff8caab7cb21f277c")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 7,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221002/cpython-3.10.7%2B20221002-i686-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("4a611ce990dc1f32bc4b35d276f04521464127f77e1133ac5bb9c6ba23e94a82")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 7,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221002/cpython-3.10.7%2B20221002-i686-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("384e711dd657c3439be4e50b2485478a7ed7a259a741d4480fc96d82cc09d318")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 7,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221002/cpython-3.10.7%2B20221002-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("6101f580434544d28d5590543029a7c6bdf07efa4bcdb5e4cbedb3cd83241922")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 7,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221002/cpython-3.10.7%2B20221002-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("c12c9ad2b2c75464541d897c0528013adecd8be5b30acf4411f7759729841711")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 7,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221002/cpython-3.10.7%2B20221002-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("3e0cab6e49ad5ef95851049463797ec713eee6e1f2fa1d99e30516d37797c3f0")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 7,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221002/cpython-3.10.7%2B20221002-x86_64-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("b464352f8cbf06ab4c041b7559c9bda7e9f6001a94f67ab0a342cba078f3805f")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 6,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220802/cpython-3.10.6%2B20220802-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("efaf66acdb9a4eb33d57702607d2e667b1a319d58c167a43c96896b97419b8b7")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 6,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220802/cpython-3.10.6%2B20220802-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("81625f5c97f61e2e3d7e9f62c484b1aa5311f21bd6545451714b949a29da5435")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 6,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220802/cpython-3.10.6%2B20220802-i686-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("b152801a2609e6a38f3cc9e7e21d8b6cf5b6f31dacfcaca01e162c514e851ed6")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 6,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220802/cpython-3.10.6%2B20220802-i686-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("27f22babf29ceebae18b2c2e38e2c48d22de686688c8a31c5f8d7d51541583c1")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 6,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220802/cpython-3.10.6%2B20220802-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("7718411adf3ea1480f3f018a643eb0550282aefe39e5ecb3f363a4a566a9398c")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 6,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220802/cpython-3.10.6%2B20220802-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("55aa2190d28dcfdf414d96dc5dcea9fe048fadcd583dc3981fec020869826111")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 6,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220802/cpython-3.10.6%2B20220802-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("8cafe6409e9d192b288b84a21bc0c309f1d3f6b809a471b2858c7bf1bb09f3a7")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 6,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220802/cpython-3.10.6%2B20220802-x86_64-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("91889a7dbdceea585ff4d3b7856a6bb8f8a4eca83a0ff52a73542c2e67220eaa")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 5,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220630/cpython-3.10.5%2B20220630-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("19d1aa4a6d9ddb0094fc36961b129de9abe1673bce66c86cd97b582795c496a8")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 5,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220630/cpython-3.10.5%2B20220630-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("012fa37c12d2647d76d004dc003302563864d2f1cd0731b71eeafad63d28b3f0")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 5,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220630/cpython-3.10.5%2B20220630-i686-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("5abf5baf40f8573ce7d7e4ad323457f511833e1663e61ac5a11d5563a735159f")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 5,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220630/cpython-3.10.5%2B20220630-i686-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("2846e9c7e8484034989ab218022009fdd9dcb12a7bfb4b0329a404552d37e9aa")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 5,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220630/cpython-3.10.5%2B20220630-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("eca0584397d9a3ef6f7bb32b0476318b01c89b7b0a031ef97a0dcaa5ba5127a8")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 5,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220630/cpython-3.10.5%2B20220630-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("460f87a389be28c953c24c6f942f172f9ce7f331367b4daf89cb450baedd51d7")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 5,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220630/cpython-3.10.5%2B20220630-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("6aad42c7b03989173dd0e4d066e8c1e9f176f4b31d5bde26dbb5297f38f656d0")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 5,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220630/cpython-3.10.5%2B20220630-x86_64-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("c830ab2a3a488f9cf95e4e81c581d9ef73e483c2e6546136379443e9bb725119")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220528/cpython-3.10.4%2B20220528-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("6d2e4e6b1c403bce84cfb846400754017f525fe8017f186e8e7072fcaaf3aa71")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220528/cpython-3.10.4%2B20220528-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("7a8989392dc9b41d85959a752448c60852cf0061de565e98445c27f6bbdf63be")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220528/cpython-3.10.4%2B20220528-i686-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("f3bc0828a0e0a8974e3fe90b4e99549296a7578de2321d791be1bad28191921d")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220528/cpython-3.10.4%2B20220528-i686-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("e1dfa5dde910f908cad8bd688b29d28df832f7b150555679c204580d1af0c4a6")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220528/cpython-3.10.4%2B20220528-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("c4a57a13b084d49ce8c2eb5b2662ee45b0c55b08ddd696f473233b0787f03988")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220528/cpython-3.10.4%2B20220528-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("1f8423808ad84c0e56c8e14c32685cbfbc1159e0d9f943ac946f29e84cf1b5ee")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220528/cpython-3.10.4%2B20220528-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("74c8da0aa24233c76bdd984d3c9e44442eca316be8a2cb4972d9264fedb0d5e8")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220528/cpython-3.10.4%2B20220528-x86_64-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("7231ba2af9525cae620a5f4ae3bf89a939fdc053ba0cc64ee3dead8f13188005")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220318/cpython-3.10.3%2B20220318-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("db46dadfccc407aa1f66ed607eefbf12f781e343adcb1edee0a3883d081292ce")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220318/cpython-3.10.3%2B20220318-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("f52ee68c13c4f9356eb78a5305d3178af2cb90c38a8ce8ce9990a7cf6ff06144")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220318/cpython-3.10.3%2B20220318-i686-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("2f125a927c3af52ef89af11857df988a042e26ce095129701b915e75b2ec6bff")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220318/cpython-3.10.3%2B20220318-i686-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("bb7f2a5143010fa482c5b442cced85516696cfc416ca92c903ef374532401a33")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220318/cpython-3.10.3%2B20220318-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("ec2e90b6a589db7ef9f74358b1436558167629f9e4d725c8150496f9cb08a9d4")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220318/cpython-3.10.3%2B20220318-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("b9989411bed71ba4867538c991f20b55f549dd9131905733f0df9f3fde81ad1d")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220318/cpython-3.10.3%2B20220318-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("a60b589176879bdd465659660b87e954f969bed072c03c578ec828d6134f4ae1")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220318/cpython-3.10.3%2B20220318-x86_64-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("ba593370742ed8a7bc70ce563dd6a53e30ece1f6881e3888d334c1b485b0d9d0")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 2,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220227/cpython-3.10.2%2B20220227-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("1409acd9a506e2d1d3b65c1488db4e40d8f19d09a7df099667c87a506f71c0ef")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 2,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220227/cpython-3.10.2%2B20220227-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("8f351a8cc348bb45c0f95b8634c8345ec6e749e483384188ad865b7428342703")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 2,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220227/cpython-3.10.2%2B20220227-i686-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("4fa49dab83bf82409816db431806525ce894280a509ca96c91e3efc9beed1fea")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 2,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220227/cpython-3.10.2%2B20220227-i686-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("5321f8c2c71239b1e2002d284be8ec825d4a6f95cd921e58db71f259834b7aa1")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 2,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220227/cpython-3.10.2%2B20220227-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("8146ad4390710ec69b316a5649912df0247d35f4a42e2aa9615bffd87b3e235a")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 2,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220227/cpython-3.10.2%2B20220227-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("9b64eca2a94f7aff9409ad70bdaa7fbbf8148692662e764401883957943620dd")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 2,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220227/cpython-3.10.2%2B20220227-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("c4f398f6f7f9bbf0df98407ad66bc5760f3afc2cd8ba33a99cf4dcc8c90fd9ae")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 2,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220227/cpython-3.10.2%2B20220227-x86_64-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("a1d9a594cd3103baa24937ad9150c1a389544b4350e859200b3e5c036ac352bd")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 0,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.10.0-aarch64-apple-darwin-install_only-20211017T1616.tar.gz",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 0,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.10.0-aarch64-unknown-linux-gnu-lto-20211017T1616.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 0,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.10.0-i686-unknown-linux-gnu-pgo%2Blto-20211017T1616.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 0,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.10.0-i686-pc-windows-msvc-shared-pgo-20211017T1616.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 0,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.10.0-x86_64-apple-darwin-install_only-20211017T1616.tar.gz",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 0,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.10.0-x86_64-unknown-linux-gnu-install_only-20211017T1616.tar.gz",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 0,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.10.0-x86_64-unknown-linux-musl-lto-20211017T1616.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 10,
|
|
patch: 0,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.10.0-x86_64-pc-windows-msvc-shared-install_only-20211017T1616.tar.gz",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 19,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.9.19%2B20240713-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("780a36bb0c0b0600561d225537d55b26a6a84fc4e7e593b3ec50126c5c79019f")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 19,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.9.19%2B20240713-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("f70b404a297a607405d6f2eb6ac4cb6160a7be0ae594983637da4e48b5c7cc26")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 19,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Arm(target_lexicon::ArmArchitecture::Armv7)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnueabi),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.9.19%2B20240713-armv7-unknown-linux-gnueabi-install_only.tar.gz",
|
|
sha256: Some("0801fe8b8aa841c2b735ec0515de83c2c530ac7547ef0b149b35d692e5684957")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 19,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Arm(target_lexicon::ArmArchitecture::Armv7)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnueabihf),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.9.19%2B20240713-armv7-unknown-linux-gnueabihf-install_only.tar.gz",
|
|
sha256: Some("e3a4beeb4dedc4bae9c6a59ab0413075704d203cb99ab0df94d1dfca5f8ed270")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 19,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.9.19%2B20240713-i686-pc-windows-msvc-install_only.tar.gz",
|
|
sha256: Some("a4e0e64dd1035e94ca57f05d4eeb7f3fc431af41c0d431698a52bf6c2efdc298")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 19,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Powerpc64le),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.9.19%2B20240713-ppc64le-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("2d2a45ebefc8b37b41a9a5449c941735fa6c9e740f6f5ded0ecf6f760388ecdd")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 19,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::S390x),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.9.19%2B20240713-s390x-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("8747e8bb9c768c7b169aed7b86a822027fb333403ab361dab32721c7b40ea115")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 19,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.9.19%2B20240713-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("2d812e5d1c6608430391ef603f37cc2b8e78bde54e49f29f575f6558e8cde2e7")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 19,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.9.19%2B20240713-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("046db998b28373f69c55611e58a6611e5bb4e17997d0265beddad7c61e19f602")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 19,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.9.19%2B20240713-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("4856f201876cbee32943e97a7be8d85c51257b855d20d4c08698bbd8e2811b6b")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 19,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.9.19%2B20240713-x86_64-pc-windows-msvc-install_only.tar.gz",
|
|
sha256: Some("3279b5ad474f3ae7017411b8204ff441d18ca14d4ae5585ff3c4d7f8b035aca4")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 18,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.9.18%2B20240224-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("2548f911a6e316575c303ba42bb51540dc9b47a9f76a06a2a37460d93b177aa2")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 18,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.9.18%2B20240224-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("e5bc5196baa603d635ee6b0cd141e359752ad3e8ea76127eb9141a3155c51200")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 18,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230826/cpython-3.9.18%2B20230826-i686-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("10c422080317886057e968010495037ba65731ab7653bcaeabadf67a6fa5e99e")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 18,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.9.18%2B20240224-i686-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("904ff5d2f6402640e2b7e2b12075af0bd75b3e8685cc5248fd2a3cda3105d2a8")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 18,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Powerpc64le),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.9.18%2B20240224-ppc64le-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("d6b18df7a25fe034fd5ce4e64216df2cc78b2d4d908d2a1c94058ae700d73d22")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 18,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::S390x),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.9.18%2B20240224-s390x-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("15d059507c7e900e9665f31e8d903e5a24a68ceed24f9a1c5ac06ab42a354f3f")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 18,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.9.18%2B20240224-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("171d8b472fce0295be0e28bb702c43d5a2a39feccb3e72efe620ac3843c3e402")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 18,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.9.18%2B20240224-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("0e5663025121186bd17d331538a44f48b41baff247891d014f3f962cbe2716b4")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 18,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.9.18%2B20240224-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("cb47455810ae63d98501b3bb4fcdfdb9924633fb2e86e62d77e523a3bdee44ba")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 18,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.9.18%2B20240224-x86_64-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("a9bdbd728ed4c353a4157ecf74386117fb2a2769a9353f491c528371cfe7f6cd")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 17,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230726/cpython-3.9.17%2B20230726-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("73dbe2d702210b566221da9265acc274ba15275c5d0d1fa327f44ad86cde9aa1")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 17,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230726/cpython-3.9.17%2B20230726-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("b77012ddaf7e0673e4aa4b1c5085275a06eee2d66f33442b5c54a12b62b96cbe")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 17,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230726/cpython-3.9.17%2B20230726-i686-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("aed29a64c835444c2f1aff83c55b14123114d74c54d96493a0eabfdd8c6d012c")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 17,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230726/cpython-3.9.17%2B20230726-i686-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("09f9d4bc66be5e0df2dfd1dc4742923e46c271f8f085178696c77073477aa0c1")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 17,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Powerpc64le),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230726/cpython-3.9.17%2B20230726-ppc64le-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("c591a28d943dce5cf9833e916125fdfbeb3120270c4866ee214493ccb5b83c3c")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 17,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::S390x),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230726/cpython-3.9.17%2B20230726-s390x-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("01454d7cc7c9c2fccde42ba868c4f372eaaafa48049d49dd94c9cf2875f497e6")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 17,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230726/cpython-3.9.17%2B20230726-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("dfe1bea92c94b9cb779288b0b06e39157c5ff7e465cdd24032ac147c2af485c0")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 17,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230726/cpython-3.9.17%2B20230726-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("26c4a712b4b8e11ed5c027db5654eb12927c02da4857b777afb98f7a930ce637")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 17,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230726/cpython-3.9.17%2B20230726-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("194316e9cc7add1dd12be3e3eea2908fd4d623799edd7df69e360c6a446b750d")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 17,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230726/cpython-3.9.17%2B20230726-x86_64-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("9b9a1e21eff29dcf043cea38180cf8ca3604b90117d00062a7b31605d4157714")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 16,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230507/cpython-3.9.16%2B20230507-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("c1de1d854717a6245f45262ef1bb17b09e2c587590e7e3f406593c143ff875bd")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 16,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230507/cpython-3.9.16%2B20230507-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("f629b75ebfcafe9ceee2e796b7e4df5cf8dbd14f3c021afca078d159ab797acf")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 16,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230507/cpython-3.9.16%2B20230507-i686-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("ab0a14b3ae72bf48b94820e096e86b3cf3e05729862f768e109aa8318016c4f2")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 16,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230507/cpython-3.9.16%2B20230507-i686-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("219532ffa49af88e3b90e9135cf3b6e1fa11cf165b03098fb9776a07af8ca6d0")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 16,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Powerpc64le),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230507/cpython-3.9.16%2B20230507-ppc64le-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("ff3ac35c58f67839aff9b5185a976abd3d1abbe61af02089f7105e876c1fe284")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 16,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230507/cpython-3.9.16%2B20230507-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("3abc4d5fbbc80f5f848f280927ac5d13de8dc03aabb6ae65d8247cbb68e6f6bf")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 16,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230507/cpython-3.9.16%2B20230507-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("2b6e146234a4ef2a8946081fc3fbfffe0765b80b690425a49ebe40b47c33445b")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 16,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230507/cpython-3.9.16%2B20230507-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("5d9b13e8d5ee7a26fd0cf6e6d7e5a1ea90ddddd1f30ed2400bda60506f7dcea3")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 16,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230507/cpython-3.9.16%2B20230507-x86_64-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("cdabb47204e96ce7ea31fbd0b5ed586114dd7d8f8eddf60a509a7f70b48a1c5e")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 15,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221106/cpython-3.9.15%2B20221106-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("64dc7e1013481c9864152c3dd806c41144c79d5e9cd3140e185c6a5060bdc9ab")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 15,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221106/cpython-3.9.15%2B20221106-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("52a8c0a67fb919f80962d992da1bddb511cdf92faf382701ce7673e10a8ff98f")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 15,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221106/cpython-3.9.15%2B20221106-i686-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("bf32a86c220e4d1690bb92b67653f20b8325808accd81bff03b5c30ae74e6444")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 15,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221106/cpython-3.9.15%2B20221106-i686-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("0b81089247f258f244e9792daaa03675da6f58597daa6913e82f2679862238dd")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 15,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221106/cpython-3.9.15%2B20221106-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("f2bcade6fc976c472f18f2b3204d67202d43ae55cf6f9e670f95e488f780da08")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 15,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221106/cpython-3.9.15%2B20221106-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("cdc3a4cfddcd63b6cebdd75b14970e02d8ef0ac5be4d350e57ab5df56c19e85e")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 15,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221106/cpython-3.9.15%2B20221106-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("81b1c76ac789521fcececdcdc643f6de6fc282083b1a36a9973d835fc8a39391")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 15,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221106/cpython-3.9.15%2B20221106-x86_64-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("022daacab215679b87f0d200d08b9068a721605fa4721ebeda38220fc641ccf6")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 14,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221002/cpython-3.9.14%2B20221002-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("e38df7f230979ce6c53a5bafb3a81287838e5f3892c40cd1b98a0c961c444713")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 14,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221002/cpython-3.9.14%2B20221002-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("fe538201559ca37f44cd5f66c42a65fe7272cb4f1f63edd698b6f306771db1e9")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 14,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221002/cpython-3.9.14%2B20221002-i686-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("3af1c255110c2f42ed0b7957502c92edf8b5c5e6fc5f699a2475bf8a560325c0")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 14,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221002/cpython-3.9.14%2B20221002-i686-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("f3526e8416be86ff9091750ebc7388d6726acf32cc5ab0e6a60c67c6aacb2569")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 14,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221002/cpython-3.9.14%2B20221002-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("b7d3a1f4b57e9350571ccee49c82f503133de0d113a2dbaebc8ccf108fb3fe1b")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 14,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221002/cpython-3.9.14%2B20221002-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("e63d0c00a499e0202ba7a0f53ce69fca6d30237af39af9bc3c76bce6c7bf14d7")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 14,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221002/cpython-3.9.14%2B20221002-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("ceb26ef5f5a9b7b47fa95225fffce9c8ef0c9c1fbeca69fbda236a0c10de7ad8")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 14,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221002/cpython-3.9.14%2B20221002-x86_64-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("f111c3c129f4a5a171d25350ce58dad4c7e58fbe664e9b4f7c275345c9fe18a6")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 13,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220802/cpython-3.9.13%2B20220802-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("d9603edc296a2dcbc59d7ada780fd12527f05c3e0b99f7545112daf11636d6e5")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 13,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220802/cpython-3.9.13%2B20220802-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("80415aac1b96255b9211f6a4c300f31e9940c7e07a23d0dec12b53aa52c0d25e")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 13,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220802/cpython-3.9.13%2B20220802-i686-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("efcc8fef0d498afe576ab209fee001fda3b552de1a85f621f2602787aa6cf3d4")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 13,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220802/cpython-3.9.13%2B20220802-i686-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("90e3879382f06fea3ba6d477f0c2a434a1e14cd83d174e1c7b87e2f22bc2e748")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 13,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220802/cpython-3.9.13%2B20220802-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("9540a7efb7c8a54a48aff1cb9480e49588d9c0a3f934ad53f5b167338174afa3")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 13,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220802/cpython-3.9.13%2B20220802-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("ce1cfca2715e7e646dd618a8cb9baff93000e345ccc979b801fc6ccde7ce97df")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 13,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220802/cpython-3.9.13%2B20220802-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("766ed7e805e8c7abc4e50f1c94814575e7978ed7bd1f9e9ccec82d66b47b567f")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 13,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220802/cpython-3.9.13%2B20220802-x86_64-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("b538127025a467c64b3351babca2e4d2ea7bdfb7867d5febb3529c34456cdcd4")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 12,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220502/cpython-3.9.12%2B20220502-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("8dee06c07cc6429df34b6abe091a4684a86f7cec76f5d1ccc1c3ce2bd11168df")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 12,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220502/cpython-3.9.12%2B20220502-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("2ee1426c181e65133e57dc55c6a685cb1fb5e63ef02d684b8a667d5c031c4203")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 12,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220502/cpython-3.9.12%2B20220502-i686-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("233e1a9626d9fe13baac8de3689df48401d0ad5da1c2f134ad57d8e3e878a1a5")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 12,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220502/cpython-3.9.12%2B20220502-i686-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("8b7e440137bfa349a008641a75a2b1fd8ae22d290731778a144878a59a721c51")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 12,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220502/cpython-3.9.12%2B20220502-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("2453ba7f76b3df3310353b48c881d6cff622ba06e30d2b6ae91588b2bc9e481a")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 12,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220502/cpython-3.9.12%2B20220502-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("ccca12f698b3b810d79c52f007078f520d588232a36bc12ede944ec3ea417816")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 12,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220502/cpython-3.9.12%2B20220502-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("dd0eaf7ef64008d4a51a73243f368e0311b7936b0ac18f8d1305fffb0dfb76e6")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 12,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220502/cpython-3.9.12%2B20220502-x86_64-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("3024147fd987d9e1b064a3d94932178ff8e0fe98cfea955704213c0762fee8df")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 11,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220318/cpython-3.9.11%2B20220318-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("cf92a28f98c8d884df0937bf19d5f1a40caa25a6a211a237b7e9b592b2b71c2b")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 11,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220318/cpython-3.9.11%2B20220318-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("0e50f099409c5e651b5fddd16124af1d830d11653e786a93c28e5b8f8aa470c4")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 11,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220318/cpython-3.9.11%2B20220318-i686-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("75ac727631eab002bd120246197a8235145cb90687be181f7a52de6f41d44d34")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 11,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220318/cpython-3.9.11%2B20220318-i686-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("ceac8729b285a8c8e861176dd2dadd7f8e7e26d8f64cac6c6226a14d2252cd4c")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 11,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220318/cpython-3.9.11%2B20220318-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("43889d1a424c84fb155e1619f062adb6984fbde80b6043611790f22bcbeec300")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 11,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220318/cpython-3.9.11%2B20220318-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("0429d5ceb095d5e24c292bf1a39208b88ae236a680ef8fa3e1830e3a1a7e8882")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 11,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220318/cpython-3.9.11%2B20220318-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("ae8f55d90ae173f96e81f376daa5a9969a77531a6f7b8eacbe8ad90b41bbca1d")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 11,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220318/cpython-3.9.11%2B20220318-x86_64-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("0c529a511f7a03908fc126c4a8467b47e24a4d98812147e8e786cf59e86febf0")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 10,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220227/cpython-3.9.10%2B20220227-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("ad66c2a3e7263147e046a32694de7b897a46fb0124409d29d3a93ede631c8aee")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 10,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220227/cpython-3.9.10%2B20220227-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("12dd1f125762f47975990ec744532a1cf3db74ad60f4dfb476ca42deb7f78ca4")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 10,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220227/cpython-3.9.10%2B20220227-i686-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("37ba43845c3df9ba012d69121ad29ea7f21ea2f5994a155007cf1560d74ce503")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 10,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220227/cpython-3.9.10%2B20220227-i686-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("56c0342a9af0412676e89cdf7b52ac76037031786b3f5c40942b8b82d366c96f")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 10,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220227/cpython-3.9.10%2B20220227-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("fdaf594142446029e314a9beb91f1ac75af866320b50b8b968181e592550cd68")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 10,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220227/cpython-3.9.10%2B20220227-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("455089cc576bd9a58db45e919d1fc867ecdbb0208067dffc845cc9bbf0701b70")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 10,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220227/cpython-3.9.10%2B20220227-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("30add63ec16e07ad13e19f6d7061f7e4c7b971962354f48ab3e85656ce3b393d")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 10,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220227/cpython-3.9.10%2B20220227-x86_64-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("c145d9d8143ce163670af124b623d7a2405143a3708b033b4d33eed355e61b24")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 7,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.9.7-aarch64-apple-darwin-install_only-20211017T1616.tar.gz",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 7,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.9.7-aarch64-unknown-linux-gnu-lto-20211017T1616.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 7,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.9.7-i686-unknown-linux-gnu-pgo%2Blto-20211017T1616.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 7,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.9.7-i686-pc-windows-msvc-shared-pgo-20211017T1616.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 7,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.9.7-x86_64-apple-darwin-install_only-20211017T1616.tar.gz",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 7,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.9.7-x86_64-unknown-linux-gnu-install_only-20211017T1616.tar.gz",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 7,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.9.7-x86_64-unknown-linux-musl-lto-20211017T1616.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 7,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.9.7-x86_64-pc-windows-msvc-shared-install_only-20211017T1616.tar.gz",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 6,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.9.6-aarch64-apple-darwin-install_only-20210724T1424.tar.gz",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 6,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.9.6-aarch64-unknown-linux-gnu-lto-20210724T1424.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 6,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.9.6-i686-unknown-linux-gnu-pgo%2Blto-20210724T1424.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 6,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.9.6-i686-pc-windows-msvc-shared-pgo-20210724T1424.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 6,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.9.6-x86_64-apple-darwin-install_only-20210724T1424.tar.gz",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 6,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.9.6-x86_64-unknown-linux-gnu-install_only-20210724T1424.tar.gz",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 6,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.9.6-x86_64-unknown-linux-musl-lto-20210724T1424.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 6,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.9.6-x86_64-pc-windows-msvc-shared-install_only-20210724T1424.tar.gz",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 5,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.9.5-aarch64-apple-darwin-pgo%2Blto-20210506T0943.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 5,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.9.5-i686-unknown-linux-gnu-pgo%2Blto-20210506T0943.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 5,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.9.5-i686-pc-windows-msvc-shared-pgo-20210506T0943.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 5,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.9.5-x86_64-apple-darwin-pgo%2Blto-20210506T0943.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 5,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.9.5-x86_64-unknown-linux-gnu-pgo%2Blto-20210506T0943.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 5,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.9.5-x86_64-unknown-linux-musl-lto-20210506T0943.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 5,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.9.5-x86_64-pc-windows-msvc-shared-pgo-20210506T0943.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.9.4-aarch64-apple-darwin-pgo%2Blto-20210414T1515.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.9.4-i686-unknown-linux-gnu-pgo%2Blto-20210414T1515.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.9.4-i686-pc-windows-msvc-shared-pgo-20210414T1515.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.9.4-x86_64-apple-darwin-pgo%2Blto-20210414T1515.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.9.4-x86_64-unknown-linux-gnu-pgo%2Blto-20210414T1515.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.9.4-x86_64-unknown-linux-musl-lto-20210414T1515.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.9.4-x86_64-pc-windows-msvc-shared-pgo-20210414T1515.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210414/cpython-3.9.3-aarch64-apple-darwin-pgo%2Blto-20210413T2055.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210414/cpython-3.9.3-i686-pc-windows-msvc-shared-pgo-20210413T2055.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210414/cpython-3.9.3-x86_64-apple-darwin-pgo%2Blto-20210413T2055.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210414/cpython-3.9.3-x86_64-unknown-linux-gnu-pgo%2Blto-20210413T2055.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210414/cpython-3.9.3-x86_64-unknown-linux-musl-lto-20210413T2055.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210414/cpython-3.9.3-x86_64-pc-windows-msvc-shared-pgo-20210413T2055.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 2,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.9.2-aarch64-apple-darwin-pgo%2Blto-20210327T1202.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 2,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.9.2-i686-unknown-linux-gnu-pgo%2Blto-20210327T1202.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 2,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.9.2-i686-pc-windows-msvc-shared-pgo-20210327T1202.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 2,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.9.2-x86_64-apple-darwin-pgo%2Blto-20210327T1202.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 2,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.9.2-x86_64-unknown-linux-gnu-pgo%2Blto-20210327T1202.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 2,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.9.2-x86_64-unknown-linux-musl-lto-20210327T1202.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 2,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.9.2-x86_64-pc-windows-msvc-shared-pgo-20210327T1202.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 1,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210103/cpython-3.9.1-i686-pc-windows-msvc-shared-pgo-20210103T1125.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 1,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210103/cpython-3.9.1-x86_64-apple-darwin-pgo-20210103T1125.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 1,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210103/cpython-3.9.1-x86_64-unknown-linux-gnu-pgo-20210103T1125.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 1,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210103/cpython-3.9.1-x86_64-unknown-linux-musl-debug-20210103T1125.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 1,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210103/cpython-3.9.1-x86_64-pc-windows-msvc-shared-pgo-20210103T1125.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 0,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20201020/cpython-3.9.0-i686-pc-windows-msvc-shared-pgo-20201021T0245.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 0,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20201020/cpython-3.9.0-x86_64-apple-darwin-pgo-20201020T0626.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 0,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20201020/cpython-3.9.0-x86_64-unknown-linux-gnu-pgo-20201020T0627.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 0,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20201020/cpython-3.9.0-x86_64-unknown-linux-musl-debug-20201020T0627.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 9,
|
|
patch: 0,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20201020/cpython-3.9.0-x86_64-pc-windows-msvc-shared-pgo-20201021T0245.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 19,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.8.19%2B20240713-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("0be10f265da68c9be2bb4d66228eabc72a8e60bd62e3950012771a1227a33775")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 19,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.8.19%2B20240713-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("915fda01a8530c7f68eec70f00b60b61ea23e9210db44435bc5702d2b2ce3a5b")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 19,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.8.19%2B20240713-i686-pc-windows-msvc-install_only.tar.gz",
|
|
sha256: Some("d7a908fe815db0cb643974c25edf85082f0fa9bd995c477fbd427f8e40b83ff3")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 19,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.8.19%2B20240713-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("6750756db0b1d3e9f874465d98467b66fc720e693437baf8a7e29fdef1e0674d")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 19,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.8.19%2B20240713-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("974075f112347cd3c2ef680de0d54dd865b63471c4e0f5dbf7951c8f7c4317c2")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 19,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.8.19%2B20240713-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("657a9dedbadf5d7997843efc47a98dba7f3438fb884838bf1397e73ea1f1cfba")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 19,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.8.19%2B20240713-x86_64-pc-windows-msvc-install_only.tar.gz",
|
|
sha256: Some("175e6fddc729a50f09f58fb9d6f4d9ab94b39b735f1c03684c5e1a216a300e17")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 18,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.8.18%2B20240224-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("4d493a1792bf211f37f98404cc1468f09bd781adc2602dea0df82ad264c11abc")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 18,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.8.18%2B20240224-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("6588c9eed93833d9483d01fe40ac8935f691a1af8e583d404ec7666631b52487")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 18,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.8.18%2B20240224-i686-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("c24f9c9e8638cff0ce6aa808a57cc5f22009bc33e3bcf410a726b79d7c5545fe")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 18,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.8.18%2B20240224-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("7d2cd8d289d5e3cdd0a8c06c028c7c621d3d00ce44b7e2f08c1724ae0471c626")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 18,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.8.18%2B20240224-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("5ae36825492372554c02708bdd26b8dcd57e3dbf34b3d6d599ad91d93540b2b7")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 18,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.8.18%2B20240224-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("e591d3925f88f78a5dffb765fd10b9dab6e497d35cf58169da83eab521c86a37")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 18,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240224/cpython-3.8.18%2B20240224-x86_64-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("dba923ee5df8f99db04f599e826be92880746c02247c8d8e4d955d4bc711af11")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 17,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230826/cpython-3.8.17%2B20230826-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("c6f7a130d0044a78e39648f4dae56dcff5a41eba91888a99f6e560507162e6a1")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 17,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230826/cpython-3.8.17%2B20230826-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("9f6d585091fe26906ff1dbb80437a3fe37a1e3db34d6ecc0098f3d6a78356682")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 17,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230826/cpython-3.8.17%2B20230826-i686-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("e580fdd923bbae612334559dc58bd5fd13cce53b769294d63bc88e7c6662f7d9")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 17,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230826/cpython-3.8.17%2B20230826-i686-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("cb6af626ba811044e9c5ee09140a6920565d2b1b237a11886b96354a9fcc242e")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 17,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230826/cpython-3.8.17%2B20230826-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("155b06821607bae1a58ecc60a7d036b358c766f19e493b8876190765c883a5c2")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 17,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230826/cpython-3.8.17%2B20230826-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("8d3e1826c0bb7821ec63288038644808a2d45553245af106c685ef5892fabcd8")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 17,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230826/cpython-3.8.17%2B20230826-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("322b7837cfd8282c62ae3d2f0e98f0843cbe287e4b8c4852b786123f2e13b307")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 17,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230826/cpython-3.8.17%2B20230826-x86_64-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("6428e1b4e0b4482d390828de7d4c82815257443416cb786abe10cb2466ca68cd")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 16,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230726/cpython-3.8.16%2B20230726-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("7e484eb6de40d6f6bdfd5099eaa9647f65e45fb6d846ccfc56b1cb1e38b5ab02")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 16,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230726/cpython-3.8.16%2B20230726-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("9c6615931fd1045bf9f2148aa7dd9ce1ece8575ed68a5483a0b615322a43d54c")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 16,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230726/cpython-3.8.16%2B20230726-i686-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("1260fd6af34104bbd57489175e6f7bfea76d4bd06a242a0f8e20e390e870b227")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 16,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230726/cpython-3.8.16%2B20230726-i686-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("77466f93ef5b030cf13d0446067089b0ce0d415cc6d1702655bdbb12a8c18c97")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 16,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230726/cpython-3.8.16%2B20230726-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("28506e509646c11cb2f57a7203bd1b08b6e8e5b159ae308bd5bb93b0d334bdaf")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 16,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230726/cpython-3.8.16%2B20230726-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("b1f1502c3a13b899724dbd32bd77a973fa9733b932c5700d747fe33d5de9ac4f")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 16,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230726/cpython-3.8.16%2B20230726-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("840aefa3b03b66b6561360735dc0ac4e0a36a3ebb4d1f85d92f5b5f6638953cc")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 16,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20230726/cpython-3.8.16%2B20230726-x86_64-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("120b3312fa79bac2ace45641171c2bc590c4e4462d7ad124d64597e124a36ae7")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 15,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221106/cpython-3.8.15%2B20221106-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("1e0a92d1a4f5e6d4a99f86b1cbf9773d703fe7fd032590f3e9c285c7a5eeb00a")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 15,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221106/cpython-3.8.15%2B20221106-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("886ab33ced13c84bf59ce8ff79eba6448365bfcafea1bf415bd1d75e21b690aa")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 15,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221106/cpython-3.8.15%2B20221106-i686-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("3bc1f49147913d93cea9cbb753fbaae90b86f1ee979f975c4712a35f02cbd86b")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 15,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221106/cpython-3.8.15%2B20221106-i686-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("318c059324b84b5d7685bcd0874698799d9e3689b51dbcf596e7a47a39a3d49a")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 15,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221106/cpython-3.8.15%2B20221106-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("70b57f28c2b5e1e3dd89f0d30edd5bc414e8b20195766cf328e1b26bed7890e1")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 15,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221106/cpython-3.8.15%2B20221106-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("e47edfb2ceaf43fc699e20c179ec428b6f3e497cf8e2dcd8e9c936d4b96b1e56")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 15,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221106/cpython-3.8.15%2B20221106-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("f767d0438eca5b18c1267c5121055a5808a1412ea7668ef17da3dc9bdd24a55f")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 15,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221106/cpython-3.8.15%2B20221106-x86_64-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("2fdc3fa1c95f982179bbbaedae2b328197658638799b6dcb63f9f494b0de59e2")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 14,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221002/cpython-3.8.14%2B20221002-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("6c17f6dcda59de5d8eee922ef7eede403a540dae05423ef2c2a042d8d4f22467")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 14,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221002/cpython-3.8.14%2B20221002-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("c45e42deee43e3ebc4ca5b019c37d8ae25fb5b5f1ba5f602098a81b99d2bc804")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 14,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221002/cpython-3.8.14%2B20221002-i686-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("d01d813939ad549ca253c52e5b8361b4490cc5c8cbda00ab6e0c524565153e2b")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 14,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221002/cpython-3.8.14%2B20221002-i686-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("a0730f3a9e60581f02bdb852953fbb52cf98e8431259fa39cb668a060bd002a0")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 14,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221002/cpython-3.8.14%2B20221002-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("3ed4db8d0308c584196d97c629058ea69bbd8b7f9a034cf8c2c701ebb286c091")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 14,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221002/cpython-3.8.14%2B20221002-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("4eb53bce831bf52682067579c09ccaccb6524dd44bd4b8047454c69b4817f4f0")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 14,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221002/cpython-3.8.14%2B20221002-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("72c08b1c1d8cc14cb8d22eab18b463bb514ea160472fdc7400bd69ae375cf9c4")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 14,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20221002/cpython-3.8.14%2B20221002-x86_64-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("1af39953b4c8324ed0608e316bc763006f27e76643155d92eae18e4db6fc162f")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 13,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220802/cpython-3.8.13%2B20220802-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("ae4131253d890b013171cb5f7b03cadc585ae263719506f7b7e063a7cf6fde76")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 13,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220802/cpython-3.8.13%2B20220802-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("8dc7814bf3425bbf78c6e6e5a6529ded6ae463fa6a4b79c025b343bae4fd955a")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 13,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220802/cpython-3.8.13%2B20220802-i686-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("9485599ad9053dfba08c91854717272e95b7c81e0d099d9c51a46fc5a095ccb4")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 13,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220802/cpython-3.8.13%2B20220802-i686-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("a50668d4c5fbcb374d3ca93ee18db910bc3b462693db073669f31e6da993abf9")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 13,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220802/cpython-3.8.13%2B20220802-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("cd6e7c0a27daf7df00f6882eaba01490dd963f698e99aeee9706877333e0df69")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 13,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220802/cpython-3.8.13%2B20220802-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("fb566629ccb5f76ef56d275a3f8017d683f1c20c5beb5d5f38b155ed11e16187")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 13,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220802/cpython-3.8.13%2B20220802-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("2c90a0d048caf146d4c33560d6eead1428a225219018d364b1af77f23c492984")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 13,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220802/cpython-3.8.13%2B20220802-x86_64-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("f20643f1b3e263a56287319aea5c3888530c09ad9de3a5629b1a5d207807e6b9")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 12,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220227/cpython-3.8.12%2B20220227-aarch64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("f9a3cbb81e0463d6615125964762d133387d561b226a30199f5b039b20f1d944")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 12,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220227/cpython-3.8.12%2B20220227-i686-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("fcb2033f01a2b10a51be68c9a1b4c7d7759b582f58a503371fe67ab59987b418")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 12,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220227/cpython-3.8.12%2B20220227-i686-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("aaa75b9115af73dc3daf7db050ed4f60fd67d2a23ebab30670f18fb8cfa71f33")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 12,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220227/cpython-3.8.12%2B20220227-x86_64-apple-darwin-install_only.tar.gz",
|
|
sha256: Some("f323fbc558035c13a85ce2267d0fad9e89282268ecb810e364fff1d0a079d525")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 12,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220227/cpython-3.8.12%2B20220227-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
sha256: Some("5be9c6d61e238b90dfd94755051c0d3a2d8023ebffdb4b0fa4e8fedd09a6cab6")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 12,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220227/cpython-3.8.12%2B20220227-x86_64-unknown-linux-musl-install_only.tar.gz",
|
|
sha256: Some("27faf8aa62de2cd4e59b75a6edce4cab549eba81f0f9cc21df0e370a8a2f3a25")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 12,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20220227/cpython-3.8.12%2B20220227-x86_64-pc-windows-msvc-shared-install_only.tar.gz",
|
|
sha256: Some("4658e08a00d60b1e01559b74d58ff4dd04da6df935d55f6268a15d6d0a679d74")
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 11,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.8.11-i686-unknown-linux-gnu-pgo%2Blto-20210724T1424.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 11,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.8.11-i686-pc-windows-msvc-shared-pgo-20210724T1424.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 11,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.8.11-x86_64-apple-darwin-pgo%2Blto-20210724T1424.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 11,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.8.11-x86_64-unknown-linux-gnu-pgo%2Blto-20210724T1424.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 11,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.8.11-x86_64-unknown-linux-musl-lto-20210724T1424.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 11,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.8.11-x86_64-pc-windows-msvc-shared-pgo-20210724T1424.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 10,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.8.10-i686-unknown-linux-gnu-pgo%2Blto-20210506T0943.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 10,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.8.10-i686-pc-windows-msvc-shared-pgo-20210506T0943.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 10,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.8.10-x86_64-apple-darwin-pgo%2Blto-20210506T0943.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 10,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.8.10-x86_64-unknown-linux-gnu-pgo%2Blto-20210506T0943.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 10,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.8.10-x86_64-unknown-linux-musl-lto-20210506T0943.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 10,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.8.10-x86_64-pc-windows-msvc-shared-pgo-20210506T0943.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 9,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.8.9-i686-unknown-linux-gnu-pgo%2Blto-20210414T1515.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 9,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.8.9-i686-pc-windows-msvc-shared-pgo-20210414T1515.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 9,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.8.9-x86_64-apple-darwin-pgo%2Blto-20210414T1515.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 9,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.8.9-x86_64-unknown-linux-gnu-pgo%2Blto-20210414T1515.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 9,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.8.9-x86_64-unknown-linux-musl-lto-20210414T1515.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 9,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.8.9-x86_64-pc-windows-msvc-shared-pgo-20210414T1515.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 8,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.8.8-i686-unknown-linux-gnu-pgo%2Blto-20210327T1202.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 8,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.8.8-i686-pc-windows-msvc-shared-pgo-20210327T1202.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 8,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.8.8-x86_64-apple-darwin-pgo%2Blto-20210327T1202.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 8,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.8.8-x86_64-unknown-linux-gnu-pgo%2Blto-20210327T1202.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 8,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.8.8-x86_64-unknown-linux-musl-lto-20210327T1202.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 8,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.8.8-x86_64-pc-windows-msvc-shared-pgo-20210327T1202.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 7,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210103/cpython-3.8.7-i686-pc-windows-msvc-shared-pgo-20210103T1125.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 7,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210103/cpython-3.8.7-x86_64-apple-darwin-pgo-20210103T1125.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 7,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210103/cpython-3.8.7-x86_64-unknown-linux-gnu-pgo-20210103T1125.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 7,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210103/cpython-3.8.7-x86_64-unknown-linux-musl-debug-20210103T1125.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 7,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20210103/cpython-3.8.7-x86_64-pc-windows-msvc-shared-pgo-20210103T1125.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 6,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20201020/cpython-3.8.6-i686-pc-windows-msvc-shared-pgo-20201021T0233.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 6,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20201020/cpython-3.8.6-x86_64-apple-darwin-pgo-20201020T0626.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 6,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20201020/cpython-3.8.6-x86_64-unknown-linux-gnu-pgo-20201020T0627.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 6,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20201020/cpython-3.8.6-x86_64-unknown-linux-musl-debug-20201020T0627.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 6,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20201020/cpython-3.8.6-x86_64-pc-windows-msvc-shared-pgo-20201021T0232.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 5,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20200830/cpython-3.8.5-i686-pc-windows-msvc-shared-pgo-20200830T2311.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 5,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20200823/cpython-3.8.5-x86_64-apple-darwin-pgo-20200823T2228.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 5,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20200822/cpython-3.8.5-x86_64-unknown-linux-gnu-pgo-20200823T0036.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 5,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20200822/cpython-3.8.5-x86_64-unknown-linux-musl-debug-20200823T0036.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 5,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20200830/cpython-3.8.5-x86_64-pc-windows-msvc-shared-pgo-20200830T2254.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20200517/cpython-3.8.3-i686-pc-windows-msvc-shared-pgo-20200518T0154.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20200530/cpython-3.8.3-x86_64-apple-darwin-pgo-20200530T1845.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20200517/cpython-3.8.3-x86_64-unknown-linux-gnu-pgo-20200518T0040.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20200517/cpython-3.8.3-x86_64-unknown-linux-musl-debug-20200518T0040.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20200517/cpython-3.8.3-x86_64-pc-windows-msvc-shared-pgo-20200517T2207.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 2,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20200418/cpython-3.8.2-i686-pc-windows-msvc-shared-pgo-20200418T2315.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 2,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20200418/cpython-3.8.2-x86_64-apple-darwin-pgo-20200418T2238.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 2,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20200418/cpython-3.8.2-x86_64-unknown-linux-gnu-pgo-20200418T2243.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 8,
|
|
patch: 2,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20200418/cpython-3.8.2-x86_64-pc-windows-msvc-shared-pgo-20200418T2315.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 7,
|
|
patch: 9,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20200822/cpython-3.7.9-i686-pc-windows-msvc-shared-pgo-20200823T0159.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 7,
|
|
patch: 9,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20200823/cpython-3.7.9-x86_64-apple-darwin-pgo-20200823T2228.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 7,
|
|
patch: 9,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20200822/cpython-3.7.9-x86_64-unknown-linux-gnu-pgo-20200823T0036.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 7,
|
|
patch: 9,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20200822/cpython-3.7.9-x86_64-unknown-linux-musl-debug-20200823T0036.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 7,
|
|
patch: 9,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20200822/cpython-3.7.9-x86_64-pc-windows-msvc-shared-pgo-20200823T0118.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 7,
|
|
patch: 7,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20200517/cpython-3.7.7-i686-pc-windows-msvc-shared-pgo-20200517T2153.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 7,
|
|
patch: 7,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20200530/cpython-3.7.7-x86_64-apple-darwin-pgo-20200530T1845.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 7,
|
|
patch: 7,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20200517/cpython-3.7.7-x86_64-unknown-linux-gnu-pgo-20200518T0040.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 7,
|
|
patch: 7,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20200517/cpython-3.7.7-x86_64-unknown-linux-musl-debug-20200518T0040.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 7,
|
|
patch: 7,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20200517/cpython-3.7.7-x86_64-pc-windows-msvc-shared-pgo-20200517T2128.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 7,
|
|
patch: 6,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20200216/cpython-3.7.6-windows-x86-shared-pgo-20200217T0110.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 7,
|
|
patch: 6,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20200216/cpython-3.7.6-macos-20200216T2344.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 7,
|
|
patch: 6,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20200216/cpython-3.7.6-linux64-20200216T2303.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 7,
|
|
patch: 6,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20200217/cpython-3.7.6-linux64-musl-20200218T0557.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 7,
|
|
patch: 6,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20200216/cpython-3.7.6-windows-amd64-shared-pgo-20200217T0022.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 7,
|
|
patch: 5,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20191025/cpython-3.7.5-windows-x86-20191025T0549.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 7,
|
|
patch: 5,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20191025/cpython-3.7.5-macos-20191026T0535.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 7,
|
|
patch: 5,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20191025/cpython-3.7.5-linux64-20191025T0506.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 7,
|
|
patch: 5,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20191025/cpython-3.7.5-linux64-musl-20191026T0603.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 7,
|
|
patch: 5,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20191025/cpython-3.7.5-windows-amd64-20191025T0540.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 7,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20190816/cpython-3.7.4-windows-x86-20190817T0235.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 7,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20190816/cpython-3.7.4-macos-20190817T0220.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 7,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20190816/cpython-3.7.4-linux64-20190817T0224.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 7,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20190816/cpython-3.7.4-linux64-musl-20190817T0227.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 7,
|
|
patch: 4,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20190816/cpython-3.7.4-windows-amd64-20190817T0227.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 7,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20190617/cpython-3.7.3-windows-x86-20190709T0348.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 7,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Darwin),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20190617/cpython-3.7.3-macos-20190618T0523.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 7,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20190617/cpython-3.7.3-linux64-20190618T0324.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 7,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Musl),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20190617/cpython-3.7.3-linux64-musl-20190618T0400.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 7,
|
|
patch: 3,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Windows),
|
|
libc: Libc::None,
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20190617/cpython-3.7.3-windows-amd64-20190618T0516.tar.zst",
|
|
sha256: None
|
|
},
|
|
ManagedPythonDownload {
|
|
key: PythonInstallationKey {
|
|
major: 3,
|
|
minor: 7,
|
|
patch: 1,
|
|
implementation: LenientImplementationName::Known(ImplementationName::CPython),
|
|
arch: Arch(target_lexicon::Architecture::X86_64),
|
|
os: Os(target_lexicon::OperatingSystem::Linux),
|
|
libc: Libc::Some(target_lexicon::Environment::Gnu),
|
|
},
|
|
url: "https://github.com/indygreg/python-build-standalone/releases/download/20181218/cpython-3.7.1-linux64-20181218T1905.tar.zst",
|
|
sha256: None
|
|
},
|
|
];
|