| Port details |
- py-dj60-strawberry-graphql Library for creating GraphQL APIs
- 0.323.2 devel
=0 0.323.2Version of this port present on the latest quarterly branch. - Maintainer: kai@FreeBSD.org
 - Port Added: 2026-06-26 09:42:05
- Last Update: 2026-07-31 14:18:20
- Commit Hash: 4bcdad7
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/strawberry-graphql/strawberry
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}dj60-strawberry-graphql>0:devel/py-dj60-strawberry-graphql@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- py312-*strawberry-graphql
- To install the port:
- cd /usr/ports/devel/py-dj60-strawberry-graphql/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-dj60-strawberry-graphql
- pkg install py312-dj60-strawberry-graphql
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py312-dj60-strawberry-graphql listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py312-dj60-strawberry-graphql
- Package flavors (<flavor>: <package>)
- py312: py312-dj60-strawberry-graphql
- distinfo:
- TIMESTAMP = 1785424421
SHA256 (strawberry_graphql-0.323.2.tar.gz) = e3ba1f24596fc5e943a13dc75c8d071befc7c9f471c3b1a5def39ecb483a2f62
SIZE (strawberry_graphql-0.323.2.tar.gz) = 234787
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py312-uv-build>=0.11 : devel/py-uv-build@py312
- python3.12 : lang/python312
- py312-build>=0 : devel/py-build@py312
- py312-installer>=0 : devel/py-installer@py312
- Test dependencies:
-
- python3.12 : lang/python312
- Runtime dependencies:
-
- py312-cross-web>=0.6.0 : www/py-cross-web@py312
- py312-graphql-core>=3.2.0<3.4.0 : devel/py-graphql-core@py312
- py312-packaging>=23 : devel/py-packaging@py312
- py312-python-dateutil>=2.7.0 : devel/py-python-dateutil@py312
- py312-typing-extensions>=4.14.0 : devel/py-typing-extensions@py312
- python3.12 : lang/python312
- This port is required by:
- for Run
-
- net-mgmt/netbox
- www/py-dj60-strawberry-graphql-django
Configuration Options:
- ===> The following configuration options are available for py312-dj60-strawberry-graphql-0.323.2:
AIOHTTP=off: Basic AIOHTTP integration
APOLLO-FEDERATION=off: Apollo Federation GraphQL support
ASGI=off: Basic ASGI integration
CHANNELS=off: Support for Django Channels
CLI=off: Support for CLI commands
DEBUG=off: Generate verbose debug information
DJANGO=off: Basic Django integration
FASTAPI=off: Support for FastAPI in conjunction with GraphQLRouter
FLASK=off: Basic Flask integration
OPENTELEMETRY=off: Generate Open Telemetry compatible tracing information
PYDANTIC=off: Support for Pydantic models
===> Use 'make config' to modify these settings
- Options name:
- devel_py-dj60-strawberry-graphql
- USES:
- python:3.12+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.323.2 31 Jul 2026 14:18:20
    |
Kai Knoblich (kai)  |
devel/py-dj60-strawberry-graphql: Update to 0.323.2
Changelog since 0.321.0:
https://github.com/strawberry-graphql/strawberry/blob/0.323.2/CHANGELOG.md
MFH: 2026Q3 |
0.321.0 30 Jul 2026 00:16:06
    |
Yuri Victorovich (yuri)  |
devel/py-uv-build: update 0.11.32 → 0.12.0 |
0.321.0 15 Jul 2026 09:29:27
    |
Kai Knoblich (kai)  |
devel/py-dj60-strawberry-graphql: Update to 0.321.0
Changelog since 0.320.0:
https://github.com/strawberry-graphql/strawberry/blob/0.321.0/CHANGELOG.md
MFH: 2026Q3 |
0.320.0 30 Jun 2026 18:15:35
    |
Kai Knoblich (kai)  |
devel/py-dj60-strawberry-graphql: Update to 0.320.0
Changelog since 0.316.0:
https://github.com/strawberry-graphql/strawberry/blob/0.320.0/CHANGELOG.md |
0.316.0 26 Jun 2026 09:35:29
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Create Django 6.0 consumers
* Django 5.2 is currently the "default" version in the ports tree due
its long term support until April 2028. Thus ports that are assigned
to that version will exist until then.
The following ports are required to make the upgrade of
net-mgmt/netbox to the 4.6 release possible because it requires
Django 6.0.
All of the ports listed below were created on the basis of their
respective original ports:
- devel/py-dj60-django-rq
- devel/py-dj60-strawberry-graphql (Only the first 15 lines of the commit message are shown above ) |