git: 881719ad3781 - main - www/py-dj52-drf-writable-nested: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Tue, 30 Jun 2026 20:19:15 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=881719ad3781409a89e144ab686fe74d33dae871

commit 881719ad3781409a89e144ab686fe74d33dae871
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2026-06-30 20:19:11 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2026-06-30 20:19:11 +0000

    www/py-dj52-drf-writable-nested: Remove expired port
    
    2026-06-30 www/py-dj52-drf-writable-nested: Obsolete, please use www/py-drf-writable-nested instead
---
 MOVED                                     |  1 +
 www/Makefile                              |  1 -
 www/py-dj52-drf-writable-nested/Makefile  | 26 --------------------------
 www/py-dj52-drf-writable-nested/distinfo  |  3 ---
 www/py-dj52-drf-writable-nested/pkg-descr |  9 ---------
 5 files changed, 1 insertion(+), 39 deletions(-)

diff --git a/MOVED b/MOVED
index a4db730063f7..bda1cc579171 100644
--- a/MOVED
+++ b/MOVED
@@ -5416,3 +5416,4 @@ www/py-dj52-django-auth-ldap|www/py-django-auth-ldap|2026-06-30|Has expired: Obs
 www/py-dj52-djangorestframework-guardian|www/py-djangorestframework-guardian|2026-06-30|Has expired: Obsolete, please use www/py-djangorestframework-guardian instead
 www/py-dj52-django-guardian|www/py-django-guardian|2026-06-30|Has expired: Obsolete, please use www/py-django-guardian instead
 www/py-dj52-django-celery-results|www/py-django-celery-results|2026-06-30|Has expired: Obsolete, please use www/py-django-celery-results instead
+www/py-dj52-drf-writable-nested|www/py-drf-writable-nested|2026-06-30|Has expired: Obsolete, please use www/py-drf-writable-nested instead
diff --git a/www/Makefile b/www/Makefile
index 2f11309e4b17..f24c38c3694a 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1571,7 +1571,6 @@
     SUBDIR += py-dj52-django-modelcluster
     SUBDIR += py-dj52-django-stubs-ext
     SUBDIR += py-dj52-djangorestframework
-    SUBDIR += py-dj52-drf-writable-nested
     SUBDIR += py-dj52-social-auth-app-django
     SUBDIR += py-dj60-channels
     SUBDIR += py-dj60-django-auth-ldap
diff --git a/www/py-dj52-drf-writable-nested/Makefile b/www/py-dj52-drf-writable-nested/Makefile
deleted file mode 100644
index c2748eb0cbbe..000000000000
--- a/www/py-dj52-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}dj52-
-
-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=     Obsolete, please use www/py-drf-writable-nested instead
-EXPIRATION_DATE=2026-06-30
-
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django52>=5.2:www/py-django52@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}dj52-djangorestframework>0:www/py-dj52-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-dj52-drf-writable-nested/distinfo b/www/py-dj52-drf-writable-nested/distinfo
deleted file mode 100644
index aaaeaf39a4e7..000000000000
--- a/www/py-dj52-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-dj52-drf-writable-nested/pkg-descr b/www/py-dj52-drf-writable-nested/pkg-descr
deleted file mode 100644
index 36f9ed56df82..000000000000
--- a/www/py-dj52-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)