Port details |
- py-strawberry-graphql-django Strawberry GraphQL Django extension
- 0.53.1 www =2 0.52.0Version of this port present on the latest quarterly branch.
- Maintainer: kai@FreeBSD.org
- 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
- ¦ ¦ ¦ ¦
- 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):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>0 : devel/py-setuptools@py311
- py311-poetry-core>=1.0.0 : devel/py-poetry-core@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-asgiref>=3.8 : www/py-asgiref@py311
- py311-django42>=4.2 : www/py-django42@py311
- py311-django-tree-queries>=0.19.0 : www/py-django-tree-queries@py311
- py311-strawberry-graphql>=0.236.0 : devel/py-strawberry-graphql@py311
- py311-django-debug-toolbar>=3.4 : www/py-django-debug-toolbar@py311
- py311-django-choices-field>=2.2.2 : www/py-django-choices-field@py311
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.53.1 07 Jan 2025 19:11:47 |
Kai Knoblich (kai) |
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 |
Kai Knoblich (kai) |
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 |
Kai Knoblich (kai) |
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 |
Kai Knoblich (kai) |
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 |
Kai Knoblich (kai) |
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 |
Kai Knoblich (kai) |
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 |
Kai Knoblich (kai) |
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 |
Kai Knoblich (kai) |
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 |
Kai Knoblich (kai) |
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 |
Kai Knoblich (kai) |
*: 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 |
Kai Knoblich (kai) |
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 |
Kai Knoblich (kai) |
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 |