pyodide/packages/cffi
Hood Chatham e732cb9dd7
meta.yaml keys for cross-build environment (#2536)
This moves unisolation into a package key. `cross-build-env: true` means the package
is part of the cross build environment and should be unisolated. `cross-build-files`
gives a list of files that should be copied from the built copy of the package into the host
copy of the package.

This will allow us to construct a cross build environment automatically as part of building
packages. If we have these files and the Python include directory, this is sufficient for 
cross-building binary packages.
2022-05-11 20:31:16 -07:00
..
patches Add cffi package (#1761) 2021-08-01 16:12:14 +02:00
meta.yaml meta.yaml keys for cross-build environment (#2536) 2022-05-11 20:31:16 -07:00
test_cffi.py MAINT Split conftest.py into modules (#2418) 2022-05-08 16:52:08 +09:00