python3.11-build-standalone
Self-contained and portable CPython build
Fully-usable, full-featured Python installation: most extension modules from the Python standard library are present and their library dependencies are either distributed with the distribution or are statically linked. Python distributions form the python-build-standalone project are built in a manner to minimize run-time dependencies. This includes limiting the CPU instructions that can be used and limiting the set of shared libraries required at run-time. The goal is for the produced distribution to work on any system for the targeted architecture.
https://github.com/indygreg/python-build-standalone
arm64 amd64
Installation
1. Add WakeMeOps repository
curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | sudo bash
2. Install python3.11-build-standalone
Snippets
Download URLs
Version | SHA256 | Size (KB) |
---|---|---|
3.11.1+20230116 | 369b12e5e483e3129f9a15de38d7a1434ed1abf966665f1431ca5bec826bc2bf |
14822 |
Version | SHA256 | Size (KB) |
---|---|---|
3.11.1+20230116 | 7ef88c0975f808402dbf224f1306efdc90151da32342829946df0286244918cd |
13475 |
Blueprints
Debian packages listed on this page are generated from op2deb YAML blueprints. Blueprints for python3.11-build-standalone are versioned here.
Click here to see python3.11-build-standalone ops2deb blueprints
name: python3.11-build-standalone
matrix:
architectures:
- amd64
- arm64
version: 3.11.1+20230116
homepage: https://github.com/indygreg/python-build-standalone
summary: self-contained and portable CPython build
description: |-
Fully-usable, full-featured Python installation: most extension modules from
the Python standard library are present and their library dependencies are
either distributed with the distribution or are statically linked.
Python distributions form the python-build-standalone project are built in a
manner to minimize run-time dependencies. This includes limiting the CPU
instructions that can be used and limiting the set of shared libraries required
at run-time. The goal is for the produced distribution to work on any system
for the targeted architecture.
fetch: https://github.com/indygreg/python-build-standalone/releases/download/{{version[-8:]}}/cpython-{{version}}-{{rust_target}}-install_only.tar.gz
install:
- python:/usr/lib/python-build-standalone/3.11/
The blueprint fetch
keyword contains a URL template pointing to python3.11-build-standalone releases. Downloaded files are locked in a lockfile versioned here.
Click here to see python3.11-build-standalone release hashes
- url: https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-3.11.1+20230116-aarch64-unknown-linux-gnu-install_only.tar.gz
sha256: debf15783bdcb5530504f533d33fda75a7b905cec5361ae8f33da5ba6599f8b4
timestamp: 2023-03-14 17:54:48+00:00
- url: https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-3.11.1+20230116-x86_64-unknown-linux-gnu-install_only.tar.gz
sha256: 02a551fefab3750effd0e156c25446547c238688a32fabde2995c941c03a6423
timestamp: 2023-03-14 17:54:48+00:00