🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920
pkgname: python-pluggy
pkgver: '1.6.0'
pkgrel: '4'
pkgdesc: Plugin and hook calling mechanisms for python
url: 'https://github.com/pytest-dev/pluggy'
arch: x86_64
depends: []
makedepends:
- python-setuptools
- python-wheel
- python-importlib_metadata
source:
- 'https://files.pythonhosted.org/packages/source/p/pluggy/pluggy-${pkgver}.tar.gz'
sha256sums:
- 7dcc130b76258d33b90f61b658791dede3486c3e6bfb003ee5c9bfb396dd22f3
build: "cd pluggy-${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 pluggy\n\n\
find ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf \n"
package: |
true