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-strawberry-graphql-django Strawberry GraphQL Django extension
0.53.1 www on this many watch lists=2 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 0.52.0Version of this port present on the latest quarterly branch.
Maintainer: kai@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-03-31 14:39:16
Last Update: 2025-01-07 19:11:47
Commit Hash: 1172e75
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
Also Listed In: python
License: MIT
WWW:
https://github.com/strawberry-graphql/strawberry-django
Description:
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
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}strawberry-graphql-django>0:www/py-strawberry-graphql-django@${PY_FLAVOR}
Conflicts:
CONFLICTS_INSTALL:
  • py311-*strawberry-graphql-django
To install the port:
cd /usr/ports/www/py-strawberry-graphql-django/ && make install clean
To add the package, run one of these commands:
  • pkg install www/py-strawberry-graphql-django
  • pkg install py311-strawberry-graphql-django
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-strawberry-graphql-django listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-strawberry-graphql-django
Package flavors (<flavor>: <package>)
  • py311: py311-strawberry-graphql-django
distinfo:
TIMESTAMP = 1736244416 SHA256 (strawberry_graphql_django-0.53.1.tar.gz) = c913d7504aa55a9d05202ad6bd864e5f036733f0cb1fd77de3f218473af04f90 SIZE (strawberry_graphql_django-0.53.1.tar.gz) = 78814

Packages (timestamps in pop-ups are UTC):
py311-strawberry-graphql-django
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.53.10.53.1-0.50.00.53.1---
FreeBSD:13:quarterly0.52.00.52.0-0.47.10.52.0---
FreeBSD:14:latest0.52.00.53.1-0.52.00.53.1---
FreeBSD:14:quarterly0.52.00.52.0-0.47.10.52.0---
FreeBSD:15:latest0.53.10.53.1n/a0.53.1n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>0 : devel/py-setuptools@py311
  2. py311-poetry-core>=1.0.0 : devel/py-poetry-core@py311
  3. python3.11 : lang/python311
  4. py311-build>=0 : devel/py-build@py311
  5. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-asgiref>=3.8 : www/py-asgiref@py311
  2. py311-django42>=4.2 : www/py-django42@py311
  3. py311-django-tree-queries>=0.19.0 : www/py-django-tree-queries@py311
  4. py311-strawberry-graphql>=0.236.0 : devel/py-strawberry-graphql@py311
  5. py311-django-debug-toolbar>=3.4 : www/py-django-debug-toolbar@py311
  6. py311-django-choices-field>=2.2.2 : www/py-django-choices-field@py311
  7. python3.11 : lang/python311
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for py311-strawberry-graphql-django-0.53.1: DEBUG-TOOLBAR=on: Debug support ENUM=on: Integration for Django's TextChoices/IntegerChoices enumerations ===> Use 'make config' to modify these settings
Options name:
www_py-strawberry-graphql-django
USES:
python:3.9+
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_django/
  2. https://pypi.org/packages/source/s/strawberry_graphql_django/
Collapse this list.

Number of commits found: 12

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.53.1
07 Jan 2025 19:11:47
commit hash: 1172e75d7f2dd75ece447b8b0a2288decbb3df5fcommit hash: 1172e75d7f2dd75ece447b8b0a2288decbb3df5fcommit hash: 1172e75d7f2dd75ece447b8b0a2288decbb3df5fcommit hash: 1172e75d7f2dd75ece447b8b0a2288decbb3df5f files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
www/py-strawberry-graphql-django: Update to 0.53.1

Changelog since 0.52.0:

https://github.com/strawberry-graphql/strawberry-django/compare/v0.52.0...v0.53.1
0.52.0
18 Dec 2024 16:35:17
commit hash: 563d20f83efabe0a212c4bf72ec0c299c7743f84commit hash: 563d20f83efabe0a212c4bf72ec0c299c7743f84commit hash: 563d20f83efabe0a212c4bf72ec0c299c7743f84commit hash: 563d20f83efabe0a212c4bf72ec0c299c7743f84 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
www/py-strawberry-graphql-django: Update to 0.52.0

Changelog:

https://github.com/strawberry-graphql/strawberry-django/releases/tag/v0.52.0
0.51.0
14 Dec 2024 17:51:01
commit hash: e87a2673f49c1767ee2512cc228a72e08efaa40fcommit hash: e87a2673f49c1767ee2512cc228a72e08efaa40fcommit hash: e87a2673f49c1767ee2512cc228a72e08efaa40fcommit hash: e87a2673f49c1767ee2512cc228a72e08efaa40f files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
www/py-strawberry-graphql-django: Update to 0.51.0

Changelog:

https://github.com/strawberry-graphql/strawberry-django/releases/tag/v0.51.0
0.50.0
24 Nov 2024 08:58:36
commit hash: 4280c2f2236366bab3da8e129984abd18f92753bcommit hash: 4280c2f2236366bab3da8e129984abd18f92753bcommit hash: 4280c2f2236366bab3da8e129984abd18f92753bcommit hash: 4280c2f2236366bab3da8e129984abd18f92753b files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
www/py-strawberry-graphql-django: Update to 0.50.0

Changelog:

https://github.com/strawberry-graphql/strawberry-django/compare/v0.49.1...v0.50.0
0.49.1
03 Nov 2024 10:13:43
commit hash: df973ca3296ca34a8f471d2110236cd7d7a1fa64commit hash: df973ca3296ca34a8f471d2110236cd7d7a1fa64commit hash: df973ca3296ca34a8f471d2110236cd7d7a1fa64commit hash: df973ca3296ca34a8f471d2110236cd7d7a1fa64 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
www/py-strawberry-graphql-django: Update to 0.49.1

* Support for Python 3.8 was dropped with release 0.49.0, adjust
  USES=python accordingly.

Changelog since 0.47.1:

https://github.com/strawberry-graphql/strawberry-django/compare/v0.47.1...v0.49.1
0.47.1
27 Jul 2024 11:38:58
commit hash: 7ca85acd525fbcfd9e6576810d1bad703408583ecommit hash: 7ca85acd525fbcfd9e6576810d1bad703408583ecommit hash: 7ca85acd525fbcfd9e6576810d1bad703408583ecommit hash: 7ca85acd525fbcfd9e6576810d1bad703408583e files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
www/py-strawberry-graphql-django: Update to 0.47.1

* Belatedly add CONFLICTS_INSTALL while I'm here, because the port has
  now also had www/py-dj50-strawberry-graphql-django as Django 5.0
  counterpart since 9dcfcfc7df21.

Changelog since 46.1:

https://github.com/strawberry-graphql/strawberry-django/compare/v0.46.1...v0.47.1
0.46.1
13 Jul 2024 07:25:35
commit hash: 644731bdc7e29fab2d98671556a3e8c9ff3972abcommit hash: 644731bdc7e29fab2d98671556a3e8c9ff3972abcommit hash: 644731bdc7e29fab2d98671556a3e8c9ff3972abcommit hash: 644731bdc7e29fab2d98671556a3e8c9ff3972ab files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
www/py-strawberry-graphql-django: Update to 0.46.1

Changelog since 0.44.1:

https://github.com/strawberry-graphql/strawberry-django/compare/v0.44.1...v0.46.1
0.44.1
16 Jun 2024 08:10:52
commit hash: ef657ab7364f1673aa7017d0082542c980ba1c66commit hash: ef657ab7364f1673aa7017d0082542c980ba1c66commit hash: ef657ab7364f1673aa7017d0082542c980ba1c66commit hash: ef657ab7364f1673aa7017d0082542c980ba1c66 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
www/py-strawberry-graphql-django: Update to 0.44.1

Changelog since 0.39.2:

https://github.com/strawberry-graphql/strawberry-django/compare/v0.39.2...v0.44.1
0.39.2
28 Apr 2024 07:05:56
commit hash: 0315207961492e3c2ad9964a80a7c7e791c55baacommit hash: 0315207961492e3c2ad9964a80a7c7e791c55baacommit hash: 0315207961492e3c2ad9964a80a7c7e791c55baacommit hash: 0315207961492e3c2ad9964a80a7c7e791c55baa files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
www/py-strawberry-graphql-django: Update to 0.39.2

Changelog since 0.37.0:

https://github.com/strawberry-graphql/strawberry-django/compare/v0.37.0...v0.39.2
0.37.0_1
27 Apr 2024 09:08:48
commit hash: 680c68fd4d6975dcfd20b2b74fd5dcfc53cdf233commit hash: 680c68fd4d6975dcfd20b2b74fd5dcfc53cdf233commit hash: 680c68fd4d6975dcfd20b2b74fd5dcfc53cdf233commit hash: 680c68fd4d6975dcfd20b2b74fd5dcfc53cdf233 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
*: Switch consumers over to Django 4.2

Django 3.2 reached its End-of-Life on 1st April 2024 and Django 4.2 is
the new LTS (= Long Term Support) release which will be supported until
April 2026.

* Switch most ports that use www/py-django32 to www/py-django42.

* Ports that are not compatible with Django 3.2 have already been set
  with an expiration date were not taken into account.

* Bump PORTREVISION due dependency change where necessary.

PR:		276319
Reviewed by:	dvl, grembo, ultima
Approved by:	bofh (implicit), dvl, grembo, Kevin Golding, sunpoet,
		ultima, maintainer timeout (remaining maintainers)
Differential Revision:	https://reviews.freebsd.org/D44637
0.37.0
05 Apr 2024 14:02:20
commit hash: 1e73319f11c6b1a05a4ed8af393a39e5e4f01c0ecommit hash: 1e73319f11c6b1a05a4ed8af393a39e5e4f01c0ecommit hash: 1e73319f11c6b1a05a4ed8af393a39e5e4f01c0ecommit hash: 1e73319f11c6b1a05a4ed8af393a39e5e4f01c0e files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
www/py-strawberry-graphql-django: Update to 0.37.0

Changelog:

https://github.com/strawberry-graphql/strawberry-django/releases/tag/v0.37.0
0.36.0
31 Mar 2024 14:34:36
commit hash: 20ae8fa42c295517d587de9c226cac67397d5a69commit hash: 20ae8fa42c295517d587de9c226cac67397d5a69commit hash: 20ae8fa42c295517d587de9c226cac67397d5a69commit hash: 20ae8fa42c295517d587de9c226cac67397d5a69 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
www/py-strawberry-graphql-django: New port

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

https://github.com/strawberry-graphql/strawberry-django

Number of commits found: 12