Commit 881719ad authored by Rene Ladan's avatar Rene Ladan
Browse files

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
parent 6558343d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −26
Original line number Diff line number Diff line
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>
+0 −3
Original line number Diff line number Diff line
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
+0 −9
Original line number Diff line number Diff line
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)