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

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

31 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031
pkgname: 'python-h2'
pkgver: '4.4.1'
pkgrel: '1'
pkgdesc: 'HTTP/2 State-Machine based protocol implementation'
url: 'https://hyper.rtfd.org'
arch: x86_64
depends: []
makedepends:
- git
- 'python-wheel'
- 'python-installer'
- 'python-setuptools'
- 'python-hyperframe'
- 'python-hpack'

source:
- 'https://github.com/python-hyper/h2.git'

sha256sums:
- SKIP

build: |
  cd h2

  python -m build --wheel --no-isolation
  python -m installer --destdir=${PKGDIR} dist/*.whl

  install -Dm644 LICENSE -t ${PKGDIR}/usr/share/licenses/${pkgname}

package: |
  true