45 lines
937 B
YAML
45 lines
937 B
YAML
name: python3
|
|
description: The Python3 interpreter
|
|
version: 3.14.7
|
|
revision: 1
|
|
url: https://www.python.org/
|
|
license: PSF-2.0
|
|
maintainers:
|
|
- [email protected]
|
|
architecture: any
|
|
type: source
|
|
depends:
|
|
- bzip2
|
|
- expat
|
|
- glibc
|
|
- libffi
|
|
- libnsl
|
|
- libxcrypt
|
|
- mpdecimal
|
|
- ncurses
|
|
- openssl
|
|
- tzdata
|
|
- zlib
|
|
optional_depends:
|
|
- python-pip:Python module manager
|
|
- sqlite:Default database integration
|
|
- tk:Required for the tkinter module
|
|
- xz-utils:Required for the lzma module
|
|
make_depends:
|
|
- bluez
|
|
- gdb
|
|
- llvm
|
|
- sqlite
|
|
- tk
|
|
downloads:
|
|
- url: https://www.python.org/ftp/python/${BPM_PKG_VERSION}/Python-${BPM_PKG_VERSION}.tar.xz
|
|
extract_to: ${BPM_SOURCE}
|
|
extract_strip_components: 1
|
|
checksum: 3b48dac8fb59f62eaa67ac83c1eb12bda1b7a08406dd286e252c11a66be27f81
|
|
split_packages:
|
|
- name: python3
|
|
- name: python3-tests
|
|
description: Test files for python
|
|
depends:
|
|
- python3
|