git: a233ac24b41f - main - www/py-dj52-djangorestframework: Remove expired port

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

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

commit a233ac24b41f29c5dbd912ed37e066273a0e54a2
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2026-06-30 20:30:43 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2026-06-30 20:30:43 +0000

    www/py-dj52-djangorestframework: Remove expired port
    
    2026-06-30 www/py-dj52-djangorestframework: Obsolete, please use www/py-djangorestframework instead
---
 MOVED                                     |  1 +
 www/Makefile                              |  1 -
 www/py-dj52-djangorestframework/Makefile  | 28 ----------------------------
 www/py-dj52-djangorestframework/distinfo  |  3 ---
 www/py-dj52-djangorestframework/pkg-descr | 15 ---------------
 5 files changed, 1 insertion(+), 47 deletions(-)

diff --git a/MOVED b/MOVED
index f8ac8e1d20d1..0bf0a5115077 100644
--- a/MOVED
+++ b/MOVED
@@ -5426,3 +5426,4 @@ www/py-dj52-django-debug-toolbar|www/py-django-debug-toolbar|2026-06-30|Has expi
 graphics/py-dj52-sorl-thumbnail|graphics/py-sorl-thumbnail|2026-06-30|Has expired: Obsolete, please use graphics/py-sorl-thumbnail instead
 www/py-dj52-django-allauth|www/py-django-allauth|2026-06-30|Has expired: Obsolete, please use www/py-django-allauth instead
 www/py-dj52-social-auth-app-django|www/py-social-auth-app-django|2026-06-30|Has expired: Obsolete, please use www/py-social-auth-app-django instead
+www/py-dj52-djangorestframework|www/py-djangorestframework|2026-06-30|Has expired: Obsolete, please use www/py-djangorestframework instead
diff --git a/www/Makefile b/www/Makefile
index 765f0007cef8..d5c661fe93dd 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1564,7 +1564,6 @@
     SUBDIR += py-dj42-django_statici18n
     SUBDIR += py-dj42-djangorestframework
     SUBDIR += py-dj42-djangosaml2
-    SUBDIR += py-dj52-djangorestframework
     SUBDIR += py-dj60-channels
     SUBDIR += py-dj60-django-auth-ldap
     SUBDIR += py-dj60-django-choices-field
diff --git a/www/py-dj52-djangorestframework/Makefile b/www/py-dj52-djangorestframework/Makefile
deleted file mode 100644
index d73328f7ccf9..000000000000
--- a/www/py-dj52-djangorestframework/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-PORTNAME=	djangorestframework
-DISTVERSION=	3.16.1
-CATEGORIES=	www python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj52-
-
-MAINTAINER=	kai@FreeBSD.org
-COMMENT=	Django REST framework
-WWW=		https://www.django-rest-framework.org/
-
-LICENSE=	BSD2CLAUSE
-LICENSE_FILE=	${WRKSRC}/LICENSE.md
-
-DEPRECATED=     Obsolete, please use www/py-djangorestframework instead
-EXPIRATION_DATE=2026-06-30
-
-BUILD_DEPENDS=	${PY_SETUPTOOLS} \
-		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django52>=4.2:www/py-django52@${PY_FLAVOR}
-
-USES=		python
-USE_PYTHON=	autoplist pep517
-
-CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
-
-NO_ARCH=		yes
-
-.include <bsd.port.mk>
diff --git a/www/py-dj52-djangorestframework/distinfo b/www/py-dj52-djangorestframework/distinfo
deleted file mode 100644
index d9123228b38d..000000000000
--- a/www/py-dj52-djangorestframework/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1755333901
-SHA256 (djangorestframework-3.16.1.tar.gz) = 166809528b1aced0a17dc66c24492af18049f2c9420dbd0be29422029cfc3ff7
-SIZE (djangorestframework-3.16.1.tar.gz) = 1089735
diff --git a/www/py-dj52-djangorestframework/pkg-descr b/www/py-dj52-djangorestframework/pkg-descr
deleted file mode 100644
index c8a8f49f4488..000000000000
--- a/www/py-dj52-djangorestframework/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-Django REST framework is a powerful and flexible toolkit that makes it easy to
-build Web APIs.
-
-Some reasons you might want to use REST framework:
-
-* The Web browsable API is a huge usability win for your developers.
-
-* Authentication policies including optional packages for OAuth1a and OAuth2.
-
-* Serialization that supports both ORM and non-ORM data sources.
-
-* Customizable all the way down - just use regular function-based views if you
-  don't need the more powerful features.
-
-* Extensive documentation, and great community support.