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

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

19 linii Raw ← Powrót
12345678910111213141516171819
pkgname: python-zipp
pkgver: '3.21.0'
pkgrel: '7'
pkgdesc: Backport of pathlib-compatible object wrapper for zip files
url: 'https://pypi.org/project/zipp/'
arch: x86_64
depends: []
makedepends:
- python-wheel
- python-setuptools-scm
source:
- 'https://pypi.python.org/packages/source/z/zipp/zipp-${pkgver}.tar.gz'
sha256sums:
- 2c9958f6430a2040341a52eb608ed6dd93ef4392e02ffe219417c1b28b5dd1f4
build: "cd zipp-${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  zipp\n\nfind ${PKGDIR}\
  \ -type d -name vendor -o -name tests |xargs rm -rf \n"
package: |
  true