git: 2028be29ec88 - main - science/py-HofstadterTools: update 1.0.5 → 1.0.7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Jun 2026 06:03:14 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2028be29ec88fce7b749288995505573f189e57e
commit 2028be29ec88fce7b749288995505573f189e57e
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-06-23 06:00:44 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-06-23 06:02:53 +0000
science/py-HofstadterTools: update 1.0.5 → 1.0.7
---
science/py-HofstadterTools/Makefile | 2 +-
science/py-HofstadterTools/distinfo | 6 +++---
science/py-HofstadterTools/files/patch-pyproject.toml | 12 ------------
3 files changed, 4 insertions(+), 16 deletions(-)
diff --git a/science/py-HofstadterTools/Makefile b/science/py-HofstadterTools/Makefile
index 0c8692f66139..ceaeb1fb32f5 100644
--- a/science/py-HofstadterTools/Makefile
+++ b/science/py-HofstadterTools/Makefile
@@ -1,5 +1,5 @@
PORTNAME= HofstadterTools
-DISTVERSION= 1.0.5
+DISTVERSION= 1.0.7
CATEGORIES= science python # physics
MASTER_SITES= PYPI
MASTER_SITE_SUBDIR= source/h/hofstadtertools
diff --git a/science/py-HofstadterTools/distinfo b/science/py-HofstadterTools/distinfo
index 9b936c23a147..660d9919eddb 100644
--- a/science/py-HofstadterTools/distinfo
+++ b/science/py-HofstadterTools/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1780633389
-SHA256 (hofstadtertools-1.0.5.tar.gz) = 8f0a92a31e254098b12a408466cdbdda1ffc34d1eb7e9e46b085eb8ffe55bc57
-SIZE (hofstadtertools-1.0.5.tar.gz) = 1377662
+TIMESTAMP = 1782194369
+SHA256 (hofstadtertools-1.0.7.tar.gz) = 854edda808991a1e66b108e0b7b750caaf83cfe6a76d3e80e033d91ca9d34230
+SIZE (hofstadtertools-1.0.7.tar.gz) = 1377746
diff --git a/science/py-HofstadterTools/files/patch-pyproject.toml b/science/py-HofstadterTools/files/patch-pyproject.toml
deleted file mode 100644
index 10f819309edd..000000000000
--- a/science/py-HofstadterTools/files/patch-pyproject.toml
+++ /dev/null
@@ -1,12 +0,0 @@
--- https://github.com/HofstadterTools/HofstadterTools/issues/19
-
---- pyproject.toml.orig 2026-06-05 05:51:36 UTC
-+++ pyproject.toml
-@@ -23,7 +23,6 @@ dependencies = [
- "matplotlib",
- "prettytable",
- "tqdm",
-- "pytest",
- "ipython",
- "jupyter",
- "PyQt5"