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

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

19 linii Raw ← Powrót
12345678910111213141516171819
pkgname: python-click
pkgver: '8.5.0'
pkgrel: 1
pkgdesc: Simple wrapper around optparse for powerful command line utilities
url: 'https://pypi.org/project/click/'
arch: x86_64
depends: []
makedepends:
- python-setuptools
- python-wheel
source:
- 'https://github.com/pallets/click/archive/${pkgver}/click-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: "cd click-${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  click\n\nfind\
  \ ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf \n"
package: |
  true