git: 651e262fabe1 - main - devel/py-crosshair-tool: Update to 0.0.79

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 25 Dec 2024 19:19:40 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=651e262fabe12bb225fc94138258474282a9471d

commit 651e262fabe12bb225fc94138258474282a9471d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-12-25 18:48:28 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-12-25 19:15:22 +0000

    devel/py-crosshair-tool: Update to 0.0.79
    
    Changes:        https://github.com/pschanely/CrossHair/releases
                    https://crosshair.readthedocs.io/en/latest/changelog.html
---
 devel/py-crosshair-tool/Makefile             |  2 +-
 devel/py-crosshair-tool/distinfo             |  6 +++---
 devel/py-crosshair-tool/files/patch-setup.py | 11 -----------
 3 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/devel/py-crosshair-tool/Makefile b/devel/py-crosshair-tool/Makefile
index b7b50961b3af..6f1af6047739 100644
--- a/devel/py-crosshair-tool/Makefile
+++ b/devel/py-crosshair-tool/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	crosshair-tool
-PORTVERSION=	0.0.78
+PORTVERSION=	0.0.79
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-crosshair-tool/distinfo b/devel/py-crosshair-tool/distinfo
index 6440bf2e4e95..2d786e699977 100644
--- a/devel/py-crosshair-tool/distinfo
+++ b/devel/py-crosshair-tool/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1731679230
-SHA256 (crosshair-tool-0.0.78.tar.gz) = 27d6863d4a3f287b1674d36071b0af1b75a42535871083478b8affdf8c03fb8a
-SIZE (crosshair-tool-0.0.78.tar.gz) = 446672
+TIMESTAMP = 1734888172
+SHA256 (crosshair-tool-0.0.79.tar.gz) = 398fa16c7f9849befadf2f6e3385e799864b8167ef9e14499e10f357aec5c0f6
+SIZE (crosshair-tool-0.0.79.tar.gz) = 447274
diff --git a/devel/py-crosshair-tool/files/patch-setup.py b/devel/py-crosshair-tool/files/patch-setup.py
deleted file mode 100644
index b4c1c899d061..000000000000
--- a/devel/py-crosshair-tool/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig	2024-10-08 03:13:44 UTC
-+++ setup.py
-@@ -43,7 +43,7 @@ setup(
-         "packaging",
-         "typing-inspect>=0.7.1",
-         "typing_extensions>=3.10.0",
--        "z3-solver==4.13.0.0",
-+        "z3-solver>=4.13.0.0",
-         "importlib_metadata>=4.0.0",
-         "pygls>=1.0.0",  # For the LSP server
-         "typeshed-client>=2.0.5",