git: 3fc7346c34db - main - www/py-social-auth-app-django: Set PORTSCOUT

From: Kai Knoblich <kai_at_FreeBSD.org>
Date: Sat, 19 Jul 2025 13:55:27 UTC
The branch main has been updated by kai:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3fc7346c34db5e947b3ec8ffcc49053678e06901

commit 3fc7346c34db5e947b3ec8ffcc49053678e06901
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2025-07-19 13:48:48 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2025-07-19 13:48:48 +0000

    www/py-social-auth-app-django: Set PORTSCOUT
    
    With version 5.5.0, support for Django 4.2 was removed (and also for
    Python 3.9).  Therefore, set PORTSCOUT accordingly.
    
    Because Django 4.2 is a LTS (= Long Term Support) release, which means
    that there is extended support until April 2026 and this port will have
    Django 4.2 as a dependency until then.
    
    There are currently corresponding variants of this port that support
    newer Versions of Django (= py-{dj51,dj52}-social-auth-app-django) and
    can be used alternatively.
---
 www/py-social-auth-app-django/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www/py-social-auth-app-django/Makefile b/www/py-social-auth-app-django/Makefile
index 223435318408..9f9d6206f3ac 100644
--- a/www/py-social-auth-app-django/Makefile
+++ b/www/py-social-auth-app-django/Makefile
@@ -10,6 +10,9 @@ WWW=		https://github.com/python-social-auth/social-app-django
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+# Release 5.5.0 dropped support for Django 4.2 and Python 3.9
+PORTSCOUT=	limit:^5\.4\.
+
 BUILD_DEPENDS=	${PY_SETUPTOOLS} \
 		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR} \