Commit a233ac24 authored by Rene Ladan's avatar Rene Ladan
Browse files

www/py-dj52-djangorestframework: Remove expired port

2026-06-30 www/py-dj52-djangorestframework: Obsolete, please use www/py-djangorestframework instead
parent 7e283715
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −28
Original line number Diff line number Diff line
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>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1755333901
SHA256 (djangorestframework-3.16.1.tar.gz) = 166809528b1aced0a17dc66c24492af18049f2c9420dbd0be29422029cfc3ff7
SIZE (djangorestframework-3.16.1.tar.gz) = 1089735
+0 −15
Original line number Diff line number Diff line
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.