🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920
pkgname: python-cffi
pkgver: '2.1.1'
pkgrel: '1'
pkgdesc: Foreign Function Interface for Python calling C code
url: 'https://cffi.readthedocs.org/'
arch: x86_64
depends: []
makedepends:
- python-setuptools
- python-wheel
- python-pycparser
source:
- 'https://github.com/python-cffi/cffi/archive/refs/tags/v${pkgver}.tar.gz'
sha256sums:
- 901173b28efe1e11773899da3fa19232ee891f42695ac9653fc7e2d324a6a53b
build: "cd cffi-${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 cffi\n\nfind ${PKGDIR}\
\ -type d -name vendor -o -name tests |xargs rm -rf \n"
package: |
true