summaryrefslogtreecommitdiff
path: root/devel/py-retrying
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-retrying')
-rw-r--r--devel/py-retrying/Makefile8
-rw-r--r--devel/py-retrying/distinfo6
-rw-r--r--devel/py-retrying/files/patch-pyproject.toml11
3 files changed, 17 insertions, 8 deletions
diff --git a/devel/py-retrying/Makefile b/devel/py-retrying/Makefile
index 468496fdbeb5..1d0c3df5e48d 100644
--- a/devel/py-retrying/Makefile
+++ b/devel/py-retrying/Makefile
@@ -1,20 +1,18 @@
PORTNAME= retrying
-PORTVERSION= 1.3.4
-PORTREVISION= 1
+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}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.7.0:devel/py-six@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
diff --git a/devel/py-retrying/distinfo b/devel/py-retrying/distinfo
index ec9344210390..7d4060534e81 100644
--- a/devel/py-retrying/distinfo
+++ b/devel/py-retrying/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1674589898
-SHA256 (retrying-1.3.4.tar.gz) = 345da8c5765bd982b1d1915deb9102fd3d1f7ad16bd84a9700b85f64d24e8f3e
-SIZE (retrying-1.3.4.tar.gz) = 10929
+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 = [