🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021
pkgname: python-wheel
pkgver: '0.48.0'
pkgrel: '1'
pkgdesc: A built-package format for Python
url: 'https://pypi.python.org/pypi/wheel'
arch: x86_64
depends: []
makedepends:
- python
- python-flit-core
- python-packaging
source:
- 'https://pypi.org/packages/source/w/wheel/wheel-${pkgver}.tar.gz'
sha256sums:
- 94800765601e9171bf5d58d066e640662842bcedcbab982b2c90787a2c987322
build: "localedef -i en_US -f UTF-8 en_US.UTF-8\nLC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 \\\nbsdtar -xf ./wheel-${pkgver}.tar.gz\n\
cd wheel-${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 wheel\n\nfind ${PKGDIR}\
\ -type d -name vendor -o -name tests |xargs rm -rf \n"
package: |
true