commit: c00f3a395bee357b58f6dc144c2a120620a1d8fd
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 21 05:48:20 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 21 07:40:46 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c00f3a39
dev-python/qiskit: Remove pyo3 patch obsoleted by py3.13 fixes
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/qiskit/qiskit-1.2.2.ebuild | 5 -----
1 file changed, 5 deletions(-)
diff --git a/dev-python/qiskit/qiskit-1.2.2.ebuild
b/dev-python/qiskit/qiskit-1.2.2.ebuild
index c069cfda8721..4dd579104bf4 100644
--- a/dev-python/qiskit/qiskit-1.2.2.ebuild
+++ b/dev-python/qiskit/qiskit-1.2.2.ebuild
@@ -209,8 +209,6 @@ SRC_URI="
https://github.com/Qiskit/qiskit/archive/${PV/_}.tar.gz
-> ${MY_P}.gh.tar.gz
${CARGO_CRATE_URIS}
- https://github.com/PyO3/pyo3/pull/4324.patch
- -> pyo3-ffi-0.22.1-py313.patch
"
S=${WORKDIR}/${MY_P}
@@ -272,9 +270,6 @@ src_prepare() {
# strip forcing -Werror from tests that also leaks to other packages
sed -i -e '/filterwarnings.*error/d' test/utils/base.py || die
-
- cd "${ECARGO_VENDOR}"/pyo3-ffi-*/ || die
- eapply -p2 "${DISTDIR}/pyo3-ffi-0.22.1-py313.patch"
}
python_test() {