summaryrefslogtreecommitdiff
path: root/devel/py-retrying
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-retrying')
-rw-r--r--devel/py-retrying/Makefile6
-rw-r--r--devel/py-retrying/distinfo6
-rw-r--r--devel/py-retrying/files/patch-pyproject.toml11
3 files changed, 17 insertions, 6 deletions
diff --git a/devel/py-retrying/Makefile b/devel/py-retrying/Makefile
index ddbab1f9f70e..1d0c3df5e48d 100644
--- a/devel/py-retrying/Makefile
+++ b/devel/py-retrying/Makefile
@@ -1,15 +1,15 @@
PORTNAME= retrying
-PORTVERSION= 1.4.0
+PORTVERSION= 1.4.2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= General-purpose retrying library, written in Python
-WWW= https://github.com/rholder/retrying
+WWW= https://github.com/groodt/retrying
LICENSE= APACHE20
-LICENSE_FILE= ${WRKSRC}/LICENSE
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
diff --git a/devel/py-retrying/distinfo b/devel/py-retrying/distinfo
index f720f18c5963..7d4060534e81 100644
--- a/devel/py-retrying/distinfo
+++ b/devel/py-retrying/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1750954196
-SHA256 (retrying-1.4.0.tar.gz) = efa99c78bf4fbdbe6f0cba4101470fbc684b93d30ca45ffa1288443a9805172f
-SIZE (retrying-1.4.0.tar.gz) = 11202
+TIMESTAMP = 1757120746
+SHA256 (retrying-1.4.2.tar.gz) = d102e75d53d8d30b88562d45361d6c6c934da06fab31bd81c0420acb97a8ba39
+SIZE (retrying-1.4.2.tar.gz) = 11411
diff --git a/devel/py-retrying/files/patch-pyproject.toml b/devel/py-retrying/files/patch-pyproject.toml
new file mode 100644
index 000000000000..b17915e5580e
--- /dev/null
+++ b/devel/py-retrying/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig 2025-08-03 03:33:19 UTC
++++ pyproject.toml
+@@ -33,7 +33,7 @@ authors = [
+ {name = "Simeon Visser"},
+ {name = "Thomas Goirand"},
+ ]
+-license = "Apache-2.0"
++license = {text = "Apache-2.0"}
+ readme = "README.md"
+ requires-python = ">=3.6"
+ classifiers = [