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

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

18 linii Raw ← Powrót
123456789101112131415161718
pkgname: python-hyperframe
pkgver: '6.1.0'
pkgrel: '3'
pkgdesc: HTTP/2 framing layer for Python
url: 'https://pypi.org/project/hyperframe/'
arch: x86_64
depends: []
makedepends:
- python-setuptools
source:
- 'https://github.com/python-hyper/hyperframe/archive/refs/tags/v${pkgver}.tar.gz'
sha256sums:
- 5a5dcf1cb5aea2103683cb4dd7e60eb3ddd1322926d9d91dacd28e40a9ae02d3
build: "cd hyperframe-${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}       \\\nhyperframe\n\nfind ${PKGDIR}\
  \ -type d -name vendor -o -name tests |xargs rm -rf \n"
package: |
  true