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

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

18 linii Raw ← Powrót
123456789101112131415161718
pkgname: python-hpack
pkgver: '4.2.0'
pkgrel: '1'
pkgdesc: Pure-Python HPACK header compression
url: 'https://pypi.org/project/hpack/'
arch: x86_64
depends: []
makedepends:
- python-setuptools
source:
- 'https://github.com/python-hyper/hpack/archive/refs/tags/v${pkgver}.tar.gz'
sha256sums:
- 896274d7fae440746bdf1f4c262dc0c0e2971ef5bb89e66223410df409b6ce09
build: "cd hpack-${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}       \\\nhpack\n\nfind ${PKGDIR} -type\
  \ d -name vendor -o -name tests |xargs rm -rf \n"
package: |
  true