diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2025-12-31 11:30:04 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2025-12-31 11:30:04 +0000 |
| commit | 86aaf27a607c86fab4ec2637de298a17de5534f9 (patch) | |
| tree | a5dcdb507fd3ce6c649c4ec33858c13ee2c5f13d | |
| parent | 03e95ae4d4237f7f1dc7b02592e7770a086d3dd3 (diff) | |
devel/py-dj51-strawberry-graphql: Remove expired port
2025-12-31 devel/py-dj51-strawberry-graphql: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | devel/Makefile | 1 | ||||
| -rw-r--r-- | devel/py-dj51-strawberry-graphql/Makefile | 79 | ||||
| -rw-r--r-- | devel/py-dj51-strawberry-graphql/distinfo | 3 | ||||
| -rw-r--r-- | devel/py-dj51-strawberry-graphql/pkg-descr | 23 |
5 files changed, 1 insertions, 106 deletions
@@ -4941,3 +4941,4 @@ www/py-dj51-django-allauth||2025-12-31|Has expired: Extended support of Django 5 www/py-dj51-django-auditlog||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/ www/py-dj51-django-auth-ldap||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/ www/py-dj51-django-choices-field||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/ +devel/py-dj51-strawberry-graphql||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/ diff --git a/devel/Makefile b/devel/Makefile index d622f602ffcf..2d705c85526f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4836,7 +4836,6 @@ SUBDIR += py-diskcache SUBDIR += py-distlib SUBDIR += py-distributed - SUBDIR += py-dj51-strawberry-graphql SUBDIR += py-dj52-django-rq SUBDIR += py-dj52-strawberry-graphql SUBDIR += py-django-rq diff --git a/devel/py-dj51-strawberry-graphql/Makefile b/devel/py-dj51-strawberry-graphql/Makefile deleted file mode 100644 index 5063ca317fb6..000000000000 --- a/devel/py-dj51-strawberry-graphql/Makefile +++ /dev/null @@ -1,79 +0,0 @@ -PORTNAME= strawberry-graphql -DISTVERSION= 0.287.4 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj51- -DISTNAME= strawberry_graphql-${DISTVERSION} - -MAINTAINER= kai@FreeBSD.org -COMMENT= Library for creating GraphQL APIs -WWW= https://github.com/strawberry-graphql/strawberry - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/ -EXPIRATION_DATE=2025-12-31 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.6:devel/py-poetry-core@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cross-web>=0.4.0:www/py-cross-web@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}graphql-core>=3.2.0<3.4.0:devel/py-graphql-core@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}packaging>=23:devel/py-packaging@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.7.0:devel/py-python-dateutil@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.5.0:devel/py-typing-extensions@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist concurrent pep517 - -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} - -NO_ARCH= yes - -OPTIONS_DEFINE= AIOHTTP ASGI CHANNELS CLI DEBUG DEBUG-SERVER DJANGO \ - FASTAPI FLASK OPENTELEMETRY PYDANTIC - -AIOHTTP_DESC= Basic AIOHTTP integration -ASGI_DESC= Basic ASGI integration -CHANNELS_DESC= Support for Django Channels -CLI_DESC= Support for CLI commands -DEBUG-SERVER_DESC= Enable debug server -DEBUG_DESC= Generate verbose debug information -DJANGO_DESC= Basic Django integration -FASTAPI_DESC= Support for FastAPI in conjunction with GraphQLRouter -FLASK_DESC= Basic Flask integration -OPENTELEMETRY_DESC= Generate Open Telemetry compatible tracing information -PYDANTIC_DESC= Support for Pydantic models - -AIOHTTP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.7.4<4:www/py-aiohttp@${PY_FLAVOR} -ASGI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}multipart>=0.0.7:devel/py-multipart@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}starlette>=0.18.0:www/py-starlette@${PY_FLAVOR} -CHANNELS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asgiref>=3.2<4:www/py-asgiref@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj51-channels>=3.0.5:www/py-dj51-channels@${PY_FLAVOR} -CLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libcst>0:devel/py-libcst@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pygments>=2.3<3:textproc/py-pygments@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}rich>=12.0.0:textproc/py-rich@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}typer>=0.12.4:devel/py-typer@${PY_FLAVOR} -DEBUG-SERVER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libcst>0:devel/py-libcst@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}multipart>=0.0.7:devel/py-multipart@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pygments>=2.3<3:textproc/py-pygments@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}rich>=12.0.0:textproc/py-rich@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}starlette>=0.18.0:www/py-starlette@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}typer>=0.12.4:devel/py-typer@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}uvicorn>=0.11.6:www/py-uvicorn@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}websockets>=15.0.1<16:devel/py-websockets@${PY_FLAVOR} -DEBUG_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libcst>0:devel/py-libcst@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}rich>=12.0.0:textproc/py-rich@${PY_FLAVOR} -# NB: www/py-channels (via CHANNELS) options depends on www/py-djangoXX, which -# should be taken into account when creating a port for a specific Django version. -DJANGO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asgiref>=3.2:www/py-asgiref@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}django51>=3.2:www/py-django51@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-django>0:devel/py-pytest-django@${PY_FLAVOR} -FASTAPI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fastapi>=0.65.0:www/py-fastapi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}multipart>=0.0.7:devel/py-multipart@${PY_FLAVOR} -FLASK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flask>=1.1:www/py-flask@${PY_FLAVOR} -OPENTELEMETRY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opentelemetry-api<2:devel/py-opentelemetry-api@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}opentelemetry-sdk<2:devel/py-opentelemetry-sdk@${PY_FLAVOR} -# NB: Switch to devel/py-pydantic once www/py-fastapi uses it -PYDANTIC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pydantic2>1.6.1:devel/py-pydantic2@${PY_FLAVOR} - -.include <bsd.port.mk> diff --git a/devel/py-dj51-strawberry-graphql/distinfo b/devel/py-dj51-strawberry-graphql/distinfo deleted file mode 100644 index 207871b67b36..000000000000 --- a/devel/py-dj51-strawberry-graphql/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1766954488 -SHA256 (strawberry_graphql-0.287.4.tar.gz) = 206eef74acc581fe0edda88f58da50d70b60ceff79ba5b39853ea624a54485f8 -SIZE (strawberry_graphql-0.287.4.tar.gz) = 212031 diff --git a/devel/py-dj51-strawberry-graphql/pkg-descr b/devel/py-dj51-strawberry-graphql/pkg-descr deleted file mode 100644 index ea25df49f06d..000000000000 --- a/devel/py-dj51-strawberry-graphql/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -Strawberry is a developer friendly GraphQL library for Python, designed for -modern development. - -* Type hints: Leverages Python type hints to provide a great developer - experience while creating GraphQL Libraries. - -* Async Support: Supports async/await out of the box, allowing you to write - your resolvers in a non-blocking way. - -* Extensible: Has support for schema and field extensions, allowing you to - extend the schema with custom logic. - -* Generics: Supports generics, allowing you to create reusable types that can - be used in multiple places. - -* Federation: Supports Federation, allowing you to create a federated GraphQL - schema. - -* Dataloaders: Comes with support for dataloaders, allowing you to batch - multiple queries into a single one. - -* Integrations: Has support for multiple integrations, allowing you to use it - with your favorite web framework. |
