aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2026-06-30 20:30:43 +0000
committerRene Ladan <rene@FreeBSD.org>2026-06-30 20:30:43 +0000
commita233ac24b41f29c5dbd912ed37e066273a0e54a2 (patch)
tree37aeb722b887cc4d0e5ac1b99c3da8bf6d025c47
parent7e28371507b9bb1f49f1a517d24b10e6547d8e4c (diff)
www/py-dj52-djangorestframework: Remove expired port
2026-06-30 www/py-dj52-djangorestframework: Obsolete, please use www/py-djangorestframework instead
-rw-r--r--MOVED1
-rw-r--r--www/Makefile1
-rw-r--r--www/py-dj52-djangorestframework/Makefile28
-rw-r--r--www/py-dj52-djangorestframework/distinfo3
-rw-r--r--www/py-dj52-djangorestframework/pkg-descr15
5 files changed, 1 insertions, 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.