🔒 Repository is read-only – file editing is disabled.

recipes/utils/python-numpy/PAGBUILD.yaml main

18 linii Raw ← Powrót
123456789101112131415161718
pkgname: python-numpy
pkgver: '2.5.2'
pkgrel: '1'
pkgdesc: NumPy is the fundamental package for scientific computing with Python.
url: 'https://openexr.com/en/latest/'
arch: x86_64
depends: []
makedepends:
- cython
- python-meson
- pyproject-metadata
source:
- 'https://files.pythonhosted.org/packages/source/n/numpy/numpy-${pkgver}.tar.gz'
sha256sums:
- d482d171c406ae88c5b19cad3b6a1c4c5209f886ab74bc44c2c865c23f52d860
build: "mv numpy-${pkgver} ${pkgname}-${pkgver}\ncd ${pkgname}-${pkgver}\n\n pip3 wheel -w dist \\\n    --no-build-isolation \\\n    --no-deps $PWD\n  pip3 install --no-index \\\n    --find-links dist \\\n    --no-cache-dir    \\\n    --no-user         \\\n    --root=${PKGDIR}       \\\n    numpy\n\n find ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf \n"
package: |
  true