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

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

18 linii Raw ← Powrót
123456789101112131415161718
pkgname: python-priority
pkgver: '2.0.0'
pkgrel: '6'
pkgdesc: A pure-Python implementation of the HTTP/2 priority tree
url: 'https://pypi.org/project/priority/'
arch: x86_64
depends: []
makedepends:
- python-setuptools
source:
- 'https://files.pythonhosted.org/packages/f5/3c/eb7c35f4dcede96fca1842dac5f4f5d15511aa4b52f3a961219e68ae9204/priority-${pkgver}.tar.gz'
sha256sums:
- c965d54f1b8d0d0b19479db3924c7c36cf672dbf2aec92d43fbdaf4492ba18c0
build: "cd priority-${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}       \\\npriority\n\nfind ${PKGDIR}\
  \ -type d -name vendor -o -name tests |xargs rm -rf \n"
package: |
  true