git: 56d4e99e58ed - main - www/py-dj51-drf-writable-nested: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Wed, 31 Dec 2025 11:08:59 UTC
The branch main has been updated by rene:

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

commit 56d4e99e58edeb12c873eda455d87aab62bd5ae5
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-12-31 11:08:50 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-12-31 11:08:50 +0000

    www/py-dj51-drf-writable-nested: Remove expired port
    
    2025-12-31 www/py-dj51-drf-writable-nested: 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/
---
 MOVED                                     |  1 +
 www/Makefile                              |  1 -
 www/py-dj51-drf-writable-nested/Makefile  | 26 --------------------------
 www/py-dj51-drf-writable-nested/distinfo  |  3 ---
 www/py-dj51-drf-writable-nested/pkg-descr |  9 ---------
 5 files changed, 1 insertion(+), 39 deletions(-)

diff --git a/MOVED b/MOVED
index 9fe7e023ff98..ffd95cf6ed41 100644
--- a/MOVED
+++ b/MOVED
@@ -4921,3 +4921,4 @@ www/py-dj51-django-soft-delete||2025-12-31|Has expired: Extended support of Djan
 www/py-dj51-django-netfields||2025-12-31|Has expired: 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/
 www/py-dj51-djangorestframework-guardian||2025-12-31|Has expired: 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/
 www/py-dj51-django-multiselectfield||2025-12-31|Has expired: 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/
+www/py-dj51-drf-writable-nested||2025-12-31|Has expired: 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/
diff --git a/www/Makefile b/www/Makefile
index f96f7f52cc5e..fbdac472673e 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1563,7 +1563,6 @@
     SUBDIR += py-dj51-djangorestframework
     SUBDIR += py-dj51-drf-spectacular
     SUBDIR += py-dj51-drf-spectacular-sidecar
-    SUBDIR += py-dj51-drf-writable-nested
     SUBDIR += py-dj51-social-auth-app-django
     SUBDIR += py-dj51-strawberry-graphql-django
     SUBDIR += py-dj52-channels
diff --git a/www/py-dj51-drf-writable-nested/Makefile b/www/py-dj51-drf-writable-nested/Makefile
deleted file mode 100644
index 7c3032bb34c0..000000000000
--- a/www/py-dj51-drf-writable-nested/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-PORTNAME=	drf-writable-nested
-PORTVERSION=	0.7.2
-DISTVERSIONPREFIX=	v
-CATEGORIES=	www python
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj51-
-
-MAINTAINER=	grembo@FreeBSD.org
-COMMENT=	Writable nested model serializer for Django REST framework
-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}
-
-USES=		python
-USE_GITHUB=	yes
-GH_ACCOUNT=	beda-software
-USE_PYTHON=	autoplist distutils
-
-CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
-
-.include <bsd.port.mk>
diff --git a/www/py-dj51-drf-writable-nested/distinfo b/www/py-dj51-drf-writable-nested/distinfo
deleted file mode 100644
index aaaeaf39a4e7..000000000000
--- a/www/py-dj51-drf-writable-nested/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1746380617
-SHA256 (beda-software-drf-writable-nested-v0.7.2_GH0.tar.gz) = f5553adbda96d3b604b8f9533ff21fa2e9cadb8fc538bac01c495752314b4bdb
-SIZE (beda-software-drf-writable-nested-v0.7.2_GH0.tar.gz) = 21229
diff --git a/www/py-dj51-drf-writable-nested/pkg-descr b/www/py-dj51-drf-writable-nested/pkg-descr
deleted file mode 100644
index 36f9ed56df82..000000000000
--- a/www/py-dj51-drf-writable-nested/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-This is a writable nested model serializer for Django REST Framework which
-allows you to create/update your models with related nested data.
-
-The following relations are supported:
-
-- OneToOne (direct/reverse)
-- ForeignKey (direct/reverse)
-- ManyToMany (direct/reverse excluding m2m relations with through model)
-- GenericRelation (this is always only reverse)