25 lines
602 B
YAML
25 lines
602 B
YAML
name: python-pip
|
|
description: The Python package installer
|
|
version: 26.1.2
|
|
revision: 2
|
|
url: https://github.com/pypa/pip
|
|
license: MIT
|
|
maintainers:
|
|
- [email protected]
|
|
architecture: any
|
|
output_architecture: any
|
|
type: source
|
|
depends:
|
|
- python3=3.14.*
|
|
make_depends:
|
|
- python-build
|
|
- python-flit-core
|
|
- python-installer
|
|
- python-setuptools
|
|
- python-wheel
|
|
downloads:
|
|
- url: https://github.com/pypa/pip/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz
|
|
extract_to: ${BPM_SOURCE}
|
|
extract_strip_components: 1
|
|
checksum: 193a7030ac78282beba6a95a3512241a71c2025fe5a05308d0e827a679f99847
|