notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-dj51-strawberry-graphql Library for creating GraphQL APIs
0.262.0 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: kai@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-02-08 09:57:12
Last Update: 2025-03-07 13:47:38
Commit Hash: c354ace
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}dj51-strawberry-graphql>0:devel/py-dj51-strawberry-graphql@${PY_FLAVOR}
Conflicts:
CONFLICTS_INSTALL:
  • py311-*strawberry-graphql
To install the port:
cd /usr/ports/devel/py-dj51-strawberry-graphql/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-dj51-strawberry-graphql
  • pkg install py311-dj51-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 py311-dj51-strawberry-graphql listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-dj51-strawberry-graphql
Package flavors (<flavor>: <package>)
  • py311: py311-dj51-strawberry-graphql
distinfo:
TIMESTAMP = 1741278268 SHA256 (strawberry_graphql-0.262.0.tar.gz) = 8ec8416a7aada733d557cbbfc374efbf7935250d07d0ad4a6334a29e4fe33a17 SIZE (strawberry_graphql-0.262.0.tar.gz) = 202598

Packages (timestamps in pop-ups are UTC):
py311-dj51-strawberry-graphql
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.258.00.262.0-0.258.00.262.0---
FreeBSD:13:quarterly--------
FreeBSD:14:latest0.258.00.262.0--0.262.0---
FreeBSD:14:quarterly--------
FreeBSD:15:latest0.260.20.260.2n/a0.260.2n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-poetry-core>=1.6 : devel/py-poetry-core@py311
  2. python3.11 : lang/python311
  3. py311-build>=0 : devel/py-build@py311
  4. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-python-dateutil>=2.7.0 : devel/py-python-dateutil@py311
  2. py311-graphql-core>=3.2.0<3.4.0 : devel/py-graphql-core@py311
  3. py311-typing-extensions>=4.5.0 : devel/py-typing-extensions@py311
  4. python3.11 : lang/python311
This port is required by:
for Run
  1. net-mgmt/netbox
  2. www/py-dj51-strawberry-graphql-django

Configuration Options:
===> The following configuration options are available for py311-dj51-strawberry-graphql-0.262.0: AIOHTTP=off: Basic AIOHTTP integration ASGI=off: Basic ASGI integration CHANNELS=off: Support for Django Channels CLI=off: Support for CLI commands DEBUG=off: Generate verbose debug information DEBUG-SERVER=off: Enable debug server 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-dj51-strawberry-graphql
USES:
python:3.10+
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/s/strawberry_graphql/
  2. https://pypi.org/packages/source/s/strawberry_graphql/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.262.0
07 Mar 2025 13:47:38
commit hash: c354ace7cc1bf2349b9db3311d526644fac33788commit hash: c354ace7cc1bf2349b9db3311d526644fac33788commit hash: c354ace7cc1bf2349b9db3311d526644fac33788commit hash: c354ace7cc1bf2349b9db3311d526644fac33788 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
devel/py-dj51-strawberry-graphql: Update to 0.260.2

Changelog since 0.260.2:

https://github.com/strawberry-graphql/strawberry/blob/0.262.0/CHANGELOG.md
0.260.2
23 Feb 2025 10:16:57
commit hash: 77e9dfe6d30a2fa5e9e8939902fa3ea345c651efcommit hash: 77e9dfe6d30a2fa5e9e8939902fa3ea345c651efcommit hash: 77e9dfe6d30a2fa5e9e8939902fa3ea345c651efcommit hash: 77e9dfe6d30a2fa5e9e8939902fa3ea345c651ef files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
devel/py-dj51-strawberry-graphql: Update to 0.260.2

Changelog since 0.258.0:

https://github.com/strawberry-graphql/strawberry/blob/0.260.2/CHANGELOG.md
0.258.0
08 Feb 2025 09:51:47
commit hash: db1f7321ddd8fee00e35d371b4a9e144b670a248commit hash: db1f7321ddd8fee00e35d371b4a9e144b670a248commit hash: db1f7321ddd8fee00e35d371b4a9e144b670a248commit hash: db1f7321ddd8fee00e35d371b4a9e144b670a248 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Create Django 5.1 consumers

* Django 4.2 is currently the "default" version in the ports tree due
  its long term support until April 2026.  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.2 release possible because it requires
  Django 5.1.

  All of the ports listed below were created on the basis of their
  respective original ports:

  - devel/py-dj51-django-rq
  - devel/py-dj51-strawberry-graphql
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 3