commit: c4046aee2eeb53322ddc1b5914a2bb97b34a52db Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Sat Feb 15 16:22:48 2025 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Sat Feb 15 16:23:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4046aee
dev-util/maturin: add PR link to pypy3_11 patch Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> dev-util/maturin/files/maturin-1.8.2-pypy3_11-tests.patch | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-util/maturin/files/maturin-1.8.2-pypy3_11-tests.patch b/dev-util/maturin/files/maturin-1.8.2-pypy3_11-tests.patch index 681c95ee995c..f634d5750298 100644 --- a/dev-util/maturin/files/maturin-1.8.2-pypy3_11-tests.patch +++ b/dev-util/maturin/files/maturin-1.8.2-pypy3_11-tests.patch @@ -1,5 +1,5 @@ -This may or may not be correct, but maturin itself does not use -pyo3 it should be fine as long as the tests pass (aka, it builds +This may or may not be correct, but maturin itself does not use pyo3 +and it should be fine as long as the tests pass (aka, it builds rust packages for tests, and these are the ones using pyo3). [patch] directive is used to override the (older) pyo3-ffi that @@ -7,6 +7,8 @@ is also vendored but patch does not apply to, this also skip checking hashes at same time. Note that it prints a harmless warning when done here for packages that do not use pyo3-ffi but this is simpler than doing it per-test-package. + +https://github.com/PyO3/pyo3/pull/4760 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -4,2 +4,5 @@
