summaryrefslogtreecommitdiff
path: root/math/py-pyprobables
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-pyprobables')
-rw-r--r--math/py-pyprobables/Makefile2
-rw-r--r--math/py-pyprobables/distinfo6
-rw-r--r--math/py-pyprobables/files/patch-pyproject.toml18
3 files changed, 22 insertions, 4 deletions
diff --git a/math/py-pyprobables/Makefile b/math/py-pyprobables/Makefile
index 223a313ebaa4..b1d7f13685e3 100644
--- a/math/py-pyprobables/Makefile
+++ b/math/py-pyprobables/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pyprobables
-PORTVERSION= 0.6.1
+PORTVERSION= 0.6.2
CATEGORIES= math python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/math/py-pyprobables/distinfo b/math/py-pyprobables/distinfo
index f22a96ca6623..db79f88d69b8 100644
--- a/math/py-pyprobables/distinfo
+++ b/math/py-pyprobables/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1735227954
-SHA256 (pyprobables-0.6.1.tar.gz) = 64b4d165d51beff05e716c01231c8a5503297844e58adee8771e5e7af130321d
-SIZE (pyprobables-0.6.1.tar.gz) = 36043
+TIMESTAMP = 1764510980
+SHA256 (pyprobables-0.6.2.tar.gz) = 9a1ddce3c59e89bf8fb918b507adb72b4f526e897f7129d75f786b38e8c254f5
+SIZE (pyprobables-0.6.2.tar.gz) = 36861
diff --git a/math/py-pyprobables/files/patch-pyproject.toml b/math/py-pyprobables/files/patch-pyproject.toml
new file mode 100644
index 000000000000..3d83e0f21cb9
--- /dev/null
+++ b/math/py-pyprobables/files/patch-pyproject.toml
@@ -0,0 +1,18 @@
+--- pyproject.toml.orig 2025-11-30 00:43:34 UTC
++++ pyproject.toml
+@@ -2,7 +2,7 @@ authors = [{ name = "Tyler Barrus", email = "barrust@g
+ name = "pyprobables"
+ dynamic = ["version"]
+ authors = [{ name = "Tyler Barrus", email = "barrust@gmail.com" }]
+-license = "MIT"
++license = { text = "MIT" }
+ description = "Probabilistic data structures in python"
+ keywords = [
+ "python",
+@@ -158,5 +158,5 @@ docstring-code-line-length = "dynamic"
+ docstring-code-line-length = "dynamic"
+
+ [build-system]
+-requires = ["setuptools>=77.0.0", "wheel"]
++requires = ["setuptools>=61.2.0", "wheel"]
+ build-backend = "setuptools.build_meta"