git: c7fcdb522862 - main - www/py-django-mptt: Adjust supported Python versions

From: Kai Knoblich <kai_at_FreeBSD.org>
Date: Mon, 27 Jan 2025 05:20:37 UTC
The branch main has been updated by kai:

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

commit c7fcdb5228627c70431944be44048e9a5828a370
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2025-01-27 05:17:59 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2025-01-27 05:17:59 +0000

    www/py-django-mptt: Adjust supported Python versions
    
    * Since 2169c4b31306 the dependency www/py-django-js-asset requires
      at least Python version 3.10 or newer and packages of this port for
      older Python versions can no longer be build, thus set USE_PYTHON
      accordingly.
---
 www/py-django-mptt/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/py-django-mptt/Makefile b/www/py-django-mptt/Makefile
index 6268ea4b6b07..822624fecf27 100644
--- a/www/py-django-mptt/Makefile
+++ b/www/py-django-mptt/Makefile
@@ -17,7 +17,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django42>=2.2:www/py-django42@${PY_FLAVOR}\
 		${PYTHON_PKGNAMEPREFIX}django-js-asset>0:www/py-django-js-asset@${PY_FLAVOR}
 
-USES=		python:3.9+
+USES=		python:3.10+ # www/py-django-js-asset requires Python 3.10+
 USE_PYTHON=	autoplist pep517
 
 NO_ARCH=		yes