git: bb2ce45353eb - main - devel/py-crosshair-tool: Clean up patch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 11 Jul 2026 12:23:51 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=bb2ce45353eb1d07d7150c381b92ad9ae4640ac6
commit bb2ce45353eb1d07d7150c381b92ad9ae4640ac6
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-07-11 11:46:50 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-07-11 12:21:06 +0000
devel/py-crosshair-tool: Clean up patch
---
devel/py-crosshair-tool/files/patch-setup.py | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/devel/py-crosshair-tool/files/patch-setup.py b/devel/py-crosshair-tool/files/patch-setup.py
index c532fa81ce9c..1003c2ca59be 100644
--- a/devel/py-crosshair-tool/files/patch-setup.py
+++ b/devel/py-crosshair-tool/files/patch-setup.py
@@ -1,13 +1,10 @@
---- setup.py.orig 2026-07-07 08:23:29 UTC
+--- setup.py.orig 2026-07-11 02:11:30 UTC
+++ setup.py
-@@ -0,0 +1,14 @@
+@@ -0,0 +1,11 @@
+from setuptools import Extension, find_packages, setup
+
+setup(
+ name="crosshair-tool",
-+ version="0.0.105", # Update this in crosshair/__init__.py too
-+ author="Phillip Schanely",
-+ author_email="pschanely+vE7F@gmail.com",
+ ext_modules=[
+ Extension(
+ "_crosshair_tracers",