git: 5d064f66c42a - main - devel/py-deptry: Fix a9fbc518d0f777e03e98b684631ccfde61f7045b
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Mar 2024 20:09:37 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5d064f66c42ad58acc860042a93f75f84895c19a commit 5d064f66c42ad58acc860042a93f75f84895c19a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-31 20:09:25 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-31 20:09:25 +0000 devel/py-deptry: Fix a9fbc518d0f777e03e98b684631ccfde61f7045b I forgot to remove the old patch file before commit. --- devel/py-deptry/files/patch-rustpython | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/devel/py-deptry/files/patch-rustpython b/devel/py-deptry/files/patch-rustpython deleted file mode 100644 index a0fbd77e35e0..000000000000 --- a/devel/py-deptry/files/patch-rustpython +++ /dev/null @@ -1,25 +0,0 @@ -Obtained from: https://github.com/RustPython/Parser/commit/29c4728dbedc7e69cc2560b9b34058bbba9b1303 - ---- cargo-crates/rustpython-ast-0.3.0/src/impls.rs.orig 2006-07-24 01:21:28 UTC -+++ cargo-crates/rustpython-ast-0.3.0/src/impls.rs -@@ -54,11 +54,12 @@ impl<R> Expr<R> { - } - } - --#[cfg(target_arch = "x86_64")] --static_assertions::assert_eq_size!(crate::Expr, [u8; 72]); --#[cfg(target_arch = "x86_64")] --static_assertions::assert_eq_size!(crate::Stmt, [u8; 160]); --#[cfg(target_arch = "x86_64")] --static_assertions::assert_eq_size!(crate::Pattern, [u8; 96]); --#[cfg(target_arch = "x86_64")] --static_assertions::assert_eq_size!(crate::ExceptHandler, [u8; 64]); -+// TODO: make this a #[test] to avoid eq comparison -+// #[cfg(target_arch = "x86_64")] -+// static_assertions::assert_eq_size!(crate::Expr, [u8; 72]); -+// #[cfg(target_arch = "x86_64")] -+// static_assertions::assert_eq_size!(crate::Stmt, [u8; 160]); -+// #[cfg(target_arch = "x86_64")] -+// static_assertions::assert_eq_size!(crate::Pattern, [u8; 96]); -+// #[cfg(target_arch = "x86_64")] -+// static_assertions::assert_eq_size!(crate::ExceptHandler, [u8; 64]);