git: f5ae477cc2cb - main - www/py-django*: Enable python concurrent
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Sep 2025 02:00:23 UTC
The branch main has been updated by wen:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f5ae477cc2cba6b64ce9040c0e6540283e01c8e4
commit f5ae477cc2cba6b64ce9040c0e6540283e01c8e4
Author: John Hein <jcfyecrayz@liamekaens.com>
AuthorDate: 2025-09-05 01:54:52 +0000
Commit: Wen Heping <wen@FreeBSD.org>
CommitDate: 2025-09-05 01:59:58 +0000
www/py-django*: Enable python concurrent
PR: 289255
---
www/py-django42/Makefile | 3 ++-
www/py-django51/Makefile | 3 ++-
www/py-django52/Makefile | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/www/py-django42/Makefile b/www/py-django42/Makefile
index d249be7c2832..73b91f07aac7 100644
--- a/www/py-django42/Makefile
+++ b/www/py-django42/Makefile
@@ -1,5 +1,6 @@
PORTNAME= django
PORTVERSION= 4.2.24
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= PYPI \
https://media.djangoproject.com/releases/${PORTVERSION:R}/
@@ -21,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asgiref>=3.6.0:www/py-asgiref@${PY_FLAVOR} \
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tblib>0:devel/py-tblib@${PY_FLAVOR}
USES= cpe python shebangfix
-USE_PYTHON= autoplist pep517
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
diff --git a/www/py-django51/Makefile b/www/py-django51/Makefile
index de260b789463..1a363c87595a 100644
--- a/www/py-django51/Makefile
+++ b/www/py-django51/Makefile
@@ -1,5 +1,6 @@
PORTNAME= django
PORTVERSION= 5.1.12
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= PYPI \
https://media.djangoproject.com/releases/${PORTVERSION:R}/
@@ -25,7 +26,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asgiref>=3.8.1:www/py-asgiref@${PY_FLAVOR} \
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tblib>0:devel/py-tblib@${PY_FLAVOR}
USES= cpe python:3.10+ shebangfix
-USE_PYTHON= autoplist pep517
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
diff --git a/www/py-django52/Makefile b/www/py-django52/Makefile
index 13ea646dc88b..0005bb4607e5 100644
--- a/www/py-django52/Makefile
+++ b/www/py-django52/Makefile
@@ -1,5 +1,6 @@
PORTNAME= django
PORTVERSION= 5.2.6
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= PYPI \
https://media.djangoproject.com/releases/${PORTVERSION:R}/
@@ -22,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asgiref>=3.8.1:www/py-asgiref@${PY_FLAVOR} \
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tblib>0:devel/py-tblib@${PY_FLAVOR}
USES= cpe python:3.10+ shebangfix
-USE_PYTHON= autoplist pep517
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes