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

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

19 linii Raw ← Powrót
12345678910111213141516171819
pkgname: python-itsdangerous
pkgver: '2.2.0'
pkgrel: '4'
pkgdesc: Various helpers to pass trusted data to untrusted environments
url: 'https://pypi.org/project/itsdangerous/'
arch: x86_64
depends: []
makedepends:
- python-setuptools
- python-wheel
source:
- 'https://pypi.org/packages/source/i/itsdangerous/itsdangerous-${pkgver}.tar.gz'
sha256sums:
- e0050c0b7da1eea53ffaf149c0cfbb5c6e2e2b69c4bef22c81fa6eb73e5f6173
build: "cd itsdangerous-${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}       \\\nitsdangerous\n\nfind\
  \ ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf \n"
package: |
  true