🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718
pkgname: python-h11
pkgver: '0.16.0'
pkgrel: '2'
pkgdesc: A pure-Python, bring-your-own-I/O implementation of HTTP/1.1
url: 'https://pypi.org/project/h11/'
arch: x86_64
depends: []
makedepends:
- python-setuptools
source:
- 'https://pypi.io/packages/source/h/h11/h11-${pkgver}.tar.gz'
sha256sums:
- 4e35b956cf45792e4caa5885e69fba00bdbc6ffafbfa020300e549b208ee5ff1
build: "cd h11-${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} \\\nh11\n\nfind ${PKGDIR} -type d -name vendor\
\ -o -name tests |xargs rm -rf \n"
package: |
true