aboutsummaryrefslogtreecommitdiff
path: root/devel/py-cftime
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-cftime')
-rw-r--r--devel/py-cftime/Makefile3
-rw-r--r--devel/py-cftime/distinfo6
-rw-r--r--devel/py-cftime/files/patch-pyproject.toml13
3 files changed, 17 insertions, 5 deletions
diff --git a/devel/py-cftime/Makefile b/devel/py-cftime/Makefile
index ed353c87306b..f7c442cbb865 100644
--- a/devel/py-cftime/Makefile
+++ b/devel/py-cftime/Makefile
@@ -1,6 +1,5 @@
PORTNAME= cftime
-PORTVERSION= 1.6.4
-PORTREVISION= 1
+PORTVERSION= 1.6.5
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-cftime/distinfo b/devel/py-cftime/distinfo
index cf1e9d85c17f..458664be123c 100644
--- a/devel/py-cftime/distinfo
+++ b/devel/py-cftime/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1718882682
-SHA256 (cftime-1.6.4.tar.gz) = e325406193758a7ed67308deb52e727782a19e384e183378e7ff62098be0aedc
-SIZE (cftime-1.6.4.tar.gz) = 54615
+TIMESTAMP = 1761114611
+SHA256 (cftime-1.6.5.tar.gz) = 8225fed6b9b43fb87683ebab52130450fc1730011150d3092096a90e54d1e81e
+SIZE (cftime-1.6.5.tar.gz) = 326605
diff --git a/devel/py-cftime/files/patch-pyproject.toml b/devel/py-cftime/files/patch-pyproject.toml
new file mode 100644
index 000000000000..2b7e28642d14
--- /dev/null
+++ b/devel/py-cftime/files/patch-pyproject.toml
@@ -0,0 +1,13 @@
+--- pyproject.toml.orig 2025-10-22 06:42:42 UTC
++++ pyproject.toml
+@@ -6,8 +6,8 @@ authors = [
+ authors = [
+ { name="Jeff Whitaker", email="whitaker.jeffrey@gmail.com"}
+ ]
+-license = "MIT"
+-license-files = ["LICENSE"]
++license = {text="MIT"}
++#license-files = ["LICENSE"]
+ classifiers = [
+ 'Development Status :: 5 - Production/Stable',
+ 'Operating System :: MacOS :: MacOS X',