git: 17df9b716762 - main - www/py-dj51-django-allauth: Update to 65.10.0

From: Michael Gmelin <grembo_at_FreeBSD.org>
Date: Fri, 01 Aug 2025 18:30:33 UTC
The branch main has been updated by grembo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=17df9b716762006633dc513e910a48f644198779

commit 17df9b716762006633dc513e910a48f644198779
Author:     Michael Gmelin <grembo@FreeBSD.org>
AuthorDate: 2025-07-31 16:45:02 +0000
Commit:     Michael Gmelin <grembo@FreeBSD.org>
CommitDate: 2025-08-01 18:11:57 +0000

    www/py-dj51-django-allauth: Update to 65.10.0
---
 www/py-dj51-django-allauth/Makefile                   | 5 +++--
 www/py-dj51-django-allauth/distinfo                   | 6 +++---
 www/py-dj51-django-allauth/files/patch-pyproject.toml | 9 +++++++++
 3 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/www/py-dj51-django-allauth/Makefile b/www/py-dj51-django-allauth/Makefile
index 16bf11109dbd..e5d7c9a6d65c 100644
--- a/www/py-dj51-django-allauth/Makefile
+++ b/www/py-dj51-django-allauth/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	django-allauth
-PORTVERSION=	65.9.0
+PORTVERSION=	65.10.0
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj51-
@@ -14,7 +14,8 @@ WWW=		https://allauth.org/ \
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=40.8.0:devel/py-setuptools@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=63.0.0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8:devel/py-setuptools-scm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}fido2>=0:security/py-fido2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django51>=5.1:www/py-django51@${PY_FLAVOR}
diff --git a/www/py-dj51-django-allauth/distinfo b/www/py-dj51-django-allauth/distinfo
index 3c312d6583a0..fa006db4661c 100644
--- a/www/py-dj51-django-allauth/distinfo
+++ b/www/py-dj51-django-allauth/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1749650814
-SHA256 (django_allauth-65.9.0.tar.gz) = a06bca9974df44321e94c33bcf770bb6f924d1a44b57defbce4d7ec54a55483e
-SIZE (django_allauth-65.9.0.tar.gz) = 1710514
+TIMESTAMP = 1753980268
+SHA256 (django_allauth-65.10.0.tar.gz) = 47daa3b0e11a1d75724ea32995de37bd2b8963e9e4cce2b3a7fd64eb6d3b3c48
+SIZE (django_allauth-65.10.0.tar.gz) = 1897777
diff --git a/www/py-dj51-django-allauth/files/patch-pyproject.toml b/www/py-dj51-django-allauth/files/patch-pyproject.toml
new file mode 100644
index 000000000000..8a610f408251
--- /dev/null
+++ b/www/py-dj51-django-allauth/files/patch-pyproject.toml
@@ -0,0 +1,9 @@
+--- pyproject.toml.orig	2025-07-31 17:18:40 UTC
++++ pyproject.toml
+@@ -1,5 +1,5 @@
+ [build-system]
+-requires = ["setuptools>=75.3.0", "setuptools-scm>=8"]
++requires = ["setuptools>=63.0.0", "setuptools-scm>=8"]
+ build-backend = "setuptools.build_meta"
+ 
+ [project]