git: 8e94e3464dcd - main - www/py-dj60-django-stubs-ext: Mark deprecated
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Sep 2026 04:50:43 UTC
The branch main has been updated by dtxdf:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8e94e3464dcd3f37941afd4abf6082ab056b3dc2
commit 8e94e3464dcd3f37941afd4abf6082ab056b3dc2
Author: Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
AuthorDate: 2026-09-03 04:30:10 +0000
Commit: Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
CommitDate: 2026-09-03 04:44:06 +0000
www/py-dj60-django-stubs-ext: Mark deprecated
MFH: 2026Q3
---
www/py-dj60-django-stubs-ext/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/www/py-dj60-django-stubs-ext/Makefile b/www/py-dj60-django-stubs-ext/Makefile
index 357afd77e61f..1e88e8955b6d 100644
--- a/www/py-dj60-django-stubs-ext/Makefile
+++ b/www/py-dj60-django-stubs-ext/Makefile
@@ -1,5 +1,6 @@
PORTNAME= django-stubs-ext
PORTVERSION= 6.0.9
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj60-
@@ -12,6 +13,9 @@ WWW= https://github.com/typeddjango/django-stubs
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
+DEPRECATED= 6.0.9 is supposed to be the last 6.0.x release, migrate to www/py-dj61-django-stubs-ext
+EXPIRATION_DATE= 2026-10-03
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}uv-build>=0:devel/py-uv-build@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django60>=0:www/py-django60@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR}