🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819
pkgname: python-pyproject-hooks
pkgver: '1.2.0'
pkgrel: '6'
pkgdesc: A low-level library for calling build-backends in pyproject.toml-based project
url: 'https://github.com/pypa/pyproject-hooks'
arch: x86_64
depends: []
makedepends:
- python-setuptools
- python-flit-core
source:
- 'https://files.pythonhosted.org/packages/source/p/pyproject_hooks/pyproject_hooks-${pkgver}.tar.gz'
sha256sums:
- 1e859bd5c40fae9448642dd871adf459e5e2084186e8d2c2a79a824c970da1f8
build: "cd pyproject_hooks-${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 pyproject_hooks\n\n find ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf \n"
package: |
true