25 lines
640 B
YAML
25 lines
640 B
YAML
name: python-numpy
|
|
description: The fundamental package for scientific computing with Python
|
|
version: 2.5.2
|
|
revision: 1
|
|
url: https://numpy.org/
|
|
license: BSD-3-Clause
|
|
maintainers:
|
|
- [email protected]
|
|
architecture: any
|
|
type: source
|
|
depends:
|
|
- python3=3.14.*
|
|
make_depends:
|
|
- cmake
|
|
- python-cython
|
|
- gcc-fortran
|
|
- meson-python
|
|
- python-build
|
|
- python-installer
|
|
downloads:
|
|
- url: https://github.com/numpy/numpy/releases/download/v${BPM_PKG_VERSION}/numpy-${BPM_PKG_VERSION}.tar.gz
|
|
extract_to: ${BPM_SOURCE}
|
|
extract_strip_components: 1
|
|
checksum: d482d171c406ae88c5b19cad3b6a1c4c5209f886ab74bc44c2c865c23f52d860
|