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

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

19 linii Raw ← Powrót
12345678910111213141516171819
pkgname: python-blinker
pkgver: '1.9.0'
pkgrel: '5'
pkgdesc: Fast, simple object-to-object and broadcast signaling
url: 'https://pypi.org/project/blinker/'
arch: x86_64
depends: []
makedepends:
- python-setuptools
- python-flit-core
source:
- 'https://files.pythonhosted.org/packages/source/b/blinker/blinker-${pkgver}.tar.gz'
sha256sums:
- b4ce2265a7abece45e7cc896e98dbebe6cead56bcf805a3d23136d145f5445bf
build: "cd blinker-${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  blinker\n\n\
  find ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf \n"
package: |
  true