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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-strawberry-graphql Library for creating GraphQL APIs
0.227.2 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 is expected early in the quarter (because the new packaage repo has not been built yet.). Otherwise, this missing version is most likely a FreshPorts error.
Maintainer: kai@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-03-31 14:39:14
Last Update: 2024-04-28 07:00:02
Commit Hash: 06d17ee
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}strawberry-graphql>0:devel/py-strawberry-graphql@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-strawberry-graphql/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-strawberry-graphql
  • pkg install py39-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 py39-strawberry-graphql listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-strawberry-graphql
Package flavors (<flavor>: <package>)
  • py39: py39-strawberry-graphql
distinfo:
TIMESTAMP = 1713932326 SHA256 (strawberry_graphql-0.227.2.tar.gz) = c65ddc1d3c6b9dac9987360261920f2938fdab84260074d5f677a7272a75c9b5 SIZE (strawberry_graphql-0.227.2.tar.gz) = 199059

Packages (timestamps in pop-ups are UTC):
py39-strawberry-graphql
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.224.10.224.1_1-0.224.10.224.1_1---
FreeBSD:13:quarterly0.224.10.224.1-0.224.10.224.1---
FreeBSD:14:latest0.224.10.224.1_1-0.224.10.224.1_1---
FreeBSD:14:quarterly0.224.10.224.1-0.224.10.224.1---
FreeBSD:15:latest0.224.1_10.224.1_1n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-poetry-core>=0.12.0 : devel/py-poetry-core@py39
  2. python3.9 : lang/python39
  3. py39-build>=0 : devel/py-build@py39
  4. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-python-dateutil>=2.7.0 : devel/py-python-dateutil@py39
  2. py39-graphql-core>=3.2.0 : devel/py-graphql-core@py39
  3. py39-typing-extensions>=4.5.0 : devel/py-typing-extensions@py39
  4. python3.9 : lang/python39
This port is required by:
for Run
  1. www/py-strawberry-graphql-django

Configuration Options:
===> The following configuration options are available for py39-strawberry-graphql-0.227.2: 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-strawberry-graphql
USES:
python
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: 4

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.227.2
28 Apr 2024 07:00:02
commit hash: 06d17eea4e982d20f8978a1908c753570424b2bdcommit hash: 06d17eea4e982d20f8978a1908c753570424b2bdcommit hash: 06d17eea4e982d20f8978a1908c753570424b2bdcommit hash: 06d17eea4e982d20f8978a1908c753570424b2bd files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
devel/py-strawberry-graphql: Update to 0.227.2

* Make the port concurrent safe as a script is installed outside of
  Python's site-lib directory.

Changelog since 0.224.1:

https://github.com/strawberry-graphql/strawberry/blob/0.227.2/CHANGELOG.md
0.224.1_2
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.224.1_1
13 Apr 2024 14:47:51
commit hash: 84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742commit hash: 84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742commit hash: 84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742commit hash: 84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-python-dateutil: Move devel/py-dateutil to devel/py-python-dateutil

- Convert to USE_PYTHON=pep517
- Bump PORTREVISION of dependent ports for dependency change
- While I'm here, update audio/py-pyradio to use PYTHON_PKGNAMEPREFIX instead of
PKGNAMEPREFIX for *_DEPENDS
0.224.1
31 Mar 2024 14:34:36
commit hash: 30b5dea292c9429fbe34ebe7477b5a193867bf0ccommit hash: 30b5dea292c9429fbe34ebe7477b5a193867bf0ccommit hash: 30b5dea292c9429fbe34ebe7477b5a193867bf0ccommit hash: 30b5dea292c9429fbe34ebe7477b5a193867bf0c files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
devel/py-strawberry-graphql: New port

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
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 4