Switch to new package format
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
name: python3
|
||||
description: The Python3 interpreter
|
||||
version: 3.14.5
|
||||
revision: 2
|
||||
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: 7e32597b99e5d9a39abed35de4693fa169df3e5850d4c334337ffd6a19a36db6
|
||||
split_packages:
|
||||
- name: python3
|
||||
- name: python3-tests
|
||||
description: Test files for python
|
||||
depends:
|
||||
- python3
|
||||
Reference in New Issue
Block a user