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

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

20 linii Raw ← Powrót
1234567891011121314151617181920
pkgname: python-meson
pkgver: '0.20.0'
pkgrel: '1'
pkgdesc: Meson PEP 517 Python build backend
url: 'https://github.com/mesonbuild/meson-python'
arch: x86_64
depends:
- patchelf
makedepends:
- meson
- python-setuptools
- python-packaging
- pyproject-metadata
source:
- 'https://pypi.org/packages/source/m/meson_python/meson_python-${pkgver}.tar.gz'
sha256sums:
- 6d9726ae6cd37e22f210c74b364b30180a68c20442e97ff09f3c566a414af738
build: "mv meson_python-${pkgver} meson-python-${pkgver}\ncd meson-python-${pkgver}\n\npip3 wheel -w dist \\\n  --no-build-isolation \\\n  --no-deps $PWD\npip3 install --no-index \\\n  --find-links dist \\\n  --no-cache-dir    \\\n  --no-user         \\\n  --root=${PKGDIR}       \\\n  meson-python\n\nfind ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf \n"
package: |
  true