git: 1d47a6fb9d1a - main - www/py-dj50-strawberry-graphql-django: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sun, 01 Jun 2025 15:24:35 UTC
The branch main has been updated by rene:

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

commit 1d47a6fb9d1af421cbd8b1434e26b79eaf28e20a
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-06-01 15:24:26 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-06-01 15:24:26 +0000

    www/py-dj50-strawberry-graphql-django: Remove expired port
    
    2025-05-31 www/py-dj50-strawberry-graphql-django: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
---
 MOVED                                           |  1 +
 www/Makefile                                    |  1 -
 www/py-dj50-strawberry-graphql-django/Makefile  | 40 -------------------------
 www/py-dj50-strawberry-graphql-django/distinfo  |  3 --
 www/py-dj50-strawberry-graphql-django/pkg-descr | 15 ----------
 5 files changed, 1 insertion(+), 59 deletions(-)

diff --git a/MOVED b/MOVED
index 2b925b91c612..7825b34ef138 100644
--- a/MOVED
+++ b/MOVED
@@ -4424,3 +4424,4 @@ ftp/wcurl|ftp/curl|2025-05-31|Included in curl version 8.14.0 and later, please
 net/openbgpd6|net/openbgpd8|2025-05-31|Has expired: Unsupported upstream, consider using net/openbgpd8
 lang/kross-interpreters||2025-05-31|Has expired: Development discontinued, not shipped with the next KDE Gear release
 www/py-dj50-django-taggit|www/py-dj51-django-taggit|2025-06-01|Has expired: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
+www/py-dj50-strawberry-graphql-django|www/py-dj51-strawberry-graphql-django|2025-06-01|Has expired: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
diff --git a/www/Makefile b/www/Makefile
index ef7b2b055701..aea301fa04f6 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1534,7 +1534,6 @@
     SUBDIR += py-dj50-djangorestframework
     SUBDIR += py-dj50-drf-spectacular
     SUBDIR += py-dj50-drf-spectacular-sidecar
-    SUBDIR += py-dj50-strawberry-graphql-django
     SUBDIR += py-dj51-channels
     SUBDIR += py-dj51-channels-redis
     SUBDIR += py-dj51-django-allauth
diff --git a/www/py-dj50-strawberry-graphql-django/Makefile b/www/py-dj50-strawberry-graphql-django/Makefile
deleted file mode 100644
index be783e1e9a43..000000000000
--- a/www/py-dj50-strawberry-graphql-django/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-PORTNAME=	strawberry-graphql-django
-DISTVERSION=	0.58.0
-CATEGORIES=	www python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj50-
-DISTNAME=	strawberry_graphql_django-${DISTVERSION}
-
-MAINTAINER=	kai@FreeBSD.org
-COMMENT=	Strawberry GraphQL Django extension
-WWW=		https://github.com/strawberry-graphql/strawberry-django
-
-LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-DEPRECATED=	Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
-EXPIRATION_DATE=2025-05-31
-
-BUILD_DEPENDS=	${PY_SETUPTOOLS} \
-		${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django50>=4.2:www/py-django50@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}asgiref>=3.8:www/py-asgiref@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}dj50-strawberry-graphql>=0.258.0:devel/py-dj50-strawberry-graphql@${PY_FLAVOR}
-
-USES=		python:3.10+
-USE_PYTHON=	autoplist pep517
-
-CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
-
-NO_ARCH=	yes
-
-OPTIONS_DEFINE=		DEBUG-TOOLBAR ENUM
-OPTIONS_DEFAULT=	DEBUG-TOOLBAR ENUM
-
-DEBUG-TOOLBAR_DESC=	Debug support
-ENUM_DESC=		Integration for Django's TextChoices/IntegerChoices enumerations
-
-DEBUG-TOOLBAR_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dj50-django-debug-toolbar>=3.4:www/py-dj50-django-debug-toolbar@${PY_FLAVOR}
-ENUM_RUN_DEPENDS=		${PYTHON_PKGNAMEPREFIX}dj50-django-choices-field>=2.2.2:www/py-dj50-django-choices-field@${PY_FLAVOR}
-
-.include <bsd.port.mk>
diff --git a/www/py-dj50-strawberry-graphql-django/distinfo b/www/py-dj50-strawberry-graphql-django/distinfo
deleted file mode 100644
index ef60f2c3a485..000000000000
--- a/www/py-dj50-strawberry-graphql-django/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1745381684
-SHA256 (strawberry_graphql_django-0.58.0.tar.gz) = cc5e07e0da122e267715384dd049e4e77de53143b8f0222f35035a4138a24f9c
-SIZE (strawberry_graphql_django-0.58.0.tar.gz) = 78347
diff --git a/www/py-dj50-strawberry-graphql-django/pkg-descr b/www/py-dj50-strawberry-graphql-django/pkg-descr
deleted file mode 100644
index bea2083c6410..000000000000
--- a/www/py-dj50-strawberry-graphql-django/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-This package provides powerful tools to generate GraphQL types, queries,
-mutations and resolvers from Django models.
-
-Supported Features:
-
-* GraphQL type generation from models
-* Filtering, pagination and ordering
-* Basic create, retrieve, update and delete (CRUD) types and mutations
-* Basic Django auth support, current user query, login and logout mutations
-* Django sync and async views
-* Permission extension using django's permissioning system
-* Relay support with automatic resolvers generation
-* Query optimization to improve performance and avoid common pitfalls (e.g n+1)
-* Debug Toolbar integration with graphiql to display metrics like SQL queries
-* Unit test integration