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

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

17 linii Raw ← Powrót
1234567891011121314151617
pkgname: python-webencodings
pkgver: '0.5.1'
pkgrel: '7'
pkgdesc: This is a Python implementation of the WHATWG Encoding standard.
url: 'https://github.com/gsnedders/python-webencodings'
arch: x86_64
depends: []
makedepends:
- python-setuptools
- python-wheel
source:
- 'https://github.com/gsnedders/python-webencodings/archive/v${pkgver}.tar.gz'
sha256sums:
- 082367f568a7812aa5f6922ffe3d9d027cd83829dc32bcaac4c874eeed618000
build: "mv ${pkgname}-${pkgver} webencodings-${pkgver}\ncd webencodings-${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}       \\\n  webencodings\n\nfind ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf \n"
package: |
  true