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

recipes/core/python-build/PAGBUILD.yaml main

22 linii Raw ← Powrót
12345678910111213141516171819202122
pkgname: python-build
pkgver: '1.4.3'
pkgrel: '1'
pkgdesc: A simple, correct PEP517 package builder
url: 'https://github.com/pypa/build'
arch: x86_64
depends: []
makedepends:
- python-setuptools
- python-wheel
- python-flit-core
- python-packaging
- python-pyproject-hooks
source:
- 'https://files.pythonhosted.org/packages/source/b/build/build-${pkgver}.tar.gz'
sha256sums:
- 5aa4231ae0e807efdf1fd0623e07366eca2ab215921345a2e38acdd5d0fa0a74
build: "cd build-${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  build\n\nfind\
  \ ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf \n"
package: |
  true