summaryrefslogtreecommitdiff
path: root/dev-python/cffi
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-07-07 15:01:52 -0500
committerroot <root@alpha.trunkmasters.com>2026-07-07 15:01:52 -0500
commitcab4bebbee5e50ac2d5275d645904cef772fcc17 (patch)
tree8c8703f7679be915572c609b33068ac5b25d36fa /dev-python/cffi
parentdd6cff2d76baa289493b9d53d2f9a5bd287f5055 (diff)
downloadbaldeagleos-repo-cab4bebbee5e50ac2d5275d645904cef772fcc17.tar.gz
baldeagleos-repo-cab4bebbee5e50ac2d5275d645904cef772fcc17.tar.xz
baldeagleos-repo-cab4bebbee5e50ac2d5275d645904cef772fcc17.zip
Adding metadata
Diffstat (limited to 'dev-python/cffi')
-rw-r--r--dev-python/cffi/cffi-2.1.0.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/cffi/cffi-2.1.0.ebuild b/dev-python/cffi/cffi-2.1.0.ebuild
index 3a1eb2549cd3..5e3844bf21e6 100644
--- a/dev-python/cffi/cffi-2.1.0.ebuild
+++ b/dev-python/cffi/cffi-2.1.0.ebuild
@@ -15,6 +15,7 @@ inherit distutils-r1 toolchain-funcs pypi
DESCRIPTION="Foreign Function Interface for Python calling C code"
HOMEPAGE="
https://cffi.readthedocs.io/
+ https://github.com/python-cffi/cffi/
https://pypi.org/project/cffi/
"
@@ -66,6 +67,10 @@ python_test() {
# these tests call pip
testing/cffi0/test_zintegration.py
)
+ local EPYTEST_DESELECT=(
+ # Internet, https://github.com/python-cffi/cffi/issues/255
+ testing/cffi1/test_cffi_gen_src_meson.py::test_meson_python_build
+ )
"${EPYTHON}" -c "import _cffi_backend as backend" || die
epytest src/c testing