diff options
Diffstat (limited to 'www/py-dj51-drf-writable-nested/Makefile')
-rw-r--r-- | www/py-dj51-drf-writable-nested/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/py-dj51-drf-writable-nested/Makefile b/www/py-dj51-drf-writable-nested/Makefile index 0a08d4599ef0..7c3032bb34c0 100644 --- a/www/py-dj51-drf-writable-nested/Makefile +++ b/www/py-dj51-drf-writable-nested/Makefile @@ -10,6 +10,9 @@ WWW= https://github.com/beda-software/drf-writable-nested LICENSE= BSD2CLAUSE +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 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django51>=5.1:www/py-django51@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj51-djangorestframework>0:www/py-dj51-djangorestframework@${PY_FLAVOR} |