diff options
Diffstat (limited to 'www/py-dj51-django-timezone-field/Makefile')
-rw-r--r-- | www/py-dj51-django-timezone-field/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/py-dj51-django-timezone-field/Makefile b/www/py-dj51-django-timezone-field/Makefile index 9a0eb35822d0..dba817df91c4 100644 --- a/www/py-dj51-django-timezone-field/Makefile +++ b/www/py-dj51-django-timezone-field/Makefile @@ -12,6 +12,9 @@ WWW= https://github.com/mfogel/django-timezone-field LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt +DEPRECATED= Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/ +EXPIRATION_DATE=2025-12-31 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django51>=3.2:www/py-django51@${PY_FLAVOR} |