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-gql GraphQL client for Python
3.5.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: dereks@lifeofadishwasher.com search for ports maintained by this maintainer
Port Added: 2024-11-29 12:24:09
Last Update: 2024-11-29 12:20:37
Commit Hash: d640ceb
Also Listed In: python
License: MIT
WWW:
https://github.com/graphql-python/gql
Description:
This is a GraphQL client for Python 3.8+. Plays nicely with graphene, graphql-core, graphql-js and any other GraphQL implementation compatible with the spec.
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}gql>0:devel/py-gql@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-gql/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-gql
  • pkg install py311-gql
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-gql listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-gql
Package flavors (<flavor>: <package>)
  • py311: py311-gql
distinfo:
TIMESTAMP = 1727045509 SHA256 (gql-3.5.0.tar.gz) = ccb9c5db543682b28f577069950488218ed65d4ac70bb03b6929aaadaf636de9 SIZE (gql-3.5.0.tar.gz) = 179939

Packages (timestamps in pop-ups are UTC):
py311-gql
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.5.03.5.0--3.5.0---
FreeBSD:13:quarterly--------
FreeBSD:14:latest3.5.03.5.0-3.5.03.5.0---
FreeBSD:14:quarterly--------
FreeBSD:15:latest3.5.03.5.0n/a3.5.0n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-anyio>=3.0<5 : devel/py-anyio@py311
  2. py311-backoff>=1.11.1<3.0 : devel/py-backoff@py311
  3. py311-graphql-core>=3.2<3.3 : devel/py-graphql-core@py311
  4. py311-sphinx-argparse>0 : textproc/py-sphinx-argparse@py311
  5. py311-sphinx>=4.3.1,1 : textproc/py-sphinx@py311
  6. py311-sphinx_rtd_theme>0 : textproc/py-sphinx_rtd_theme@py311
  7. py311-setuptools>=63.1.0 : devel/py-setuptools@py311
  8. python3.11 : lang/python311
Test dependencies:
  1. py311-aiofiles>0 : devel/py-aiofiles@py311
  2. py311-mock>0 : devel/py-mock@py311
  3. py311-parse>0 : textproc/py-parse@py311
  4. py311-pytest-asyncio>0 : devel/py-pytest-asyncio@py311
  5. py311-pytest-console-scripts>0 : devel/py-pytest-console-scripts@py311
  6. py311-pytest>0 : devel/py-pytest@py311
  7. py311-vcrpy>0 : devel/py-vcrpy@py311
  8. python3.11 : lang/python311
Runtime dependencies:
  1. py311-anyio>=3.0<5 : devel/py-anyio@py311
  2. py311-backoff>=1.11.1<3.0 : devel/py-backoff@py311
  3. py311-graphql-core>=3.2<3.3 : devel/py-graphql-core@py311
  4. py311-yarl>=1.6<2.0 : www/py-yarl@py311
  5. py311-aiohttp>=3.8.0<4 : www/py-aiohttp@py311
  6. py311-botocore>=1.21<2 : devel/py-botocore@py311
  7. py311-httpx>=0.23.1<1 : www/py-httpx@py311
  8. py311-requests-toolbelt>=1.0.0<2 : www/py-requests-toolbelt@py311
  9. py311-requests>=2.26<3 : www/py-requests@py311
  10. py311-websockets>=10 : devel/py-websockets@py311
  11. py311-setuptools>=63.1.0 : devel/py-setuptools@py311
  12. python3.11 : lang/python311
This port is required by:
for Run
  1. devel/py-python-gitlab

Configuration Options:
===> The following configuration options are available for py311-gql-3.5.0: AIOHTTP=on: AIOHTTP Support BOTOCORE=on: BOTOCORE Support DOCS=on: Build and/or install documentation HTTPX=on: HTTPX Support REQUESTS=on: Requests Support WEBSOCKETS=on: Websockets Support ===> Use 'make config' to modify these settings
Options name:
devel_py-gql
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/g/gql/
  2. https://pypi.org/packages/source/g/gql/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.5.0
29 Nov 2024 12:20:37
commit hash: d640ceb92ae91f33694c4faa43bd9a24956a6487commit hash: d640ceb92ae91f33694c4faa43bd9a24956a6487commit hash: d640ceb92ae91f33694c4faa43bd9a24956a6487commit hash: d640ceb92ae91f33694c4faa43bd9a24956a6487 files touched by this commit
Ronald Klop (ronald) search for other commits by this committer
Author: Derek Schrock
devel/py-gql: new port

This is a GraphQL client for Python 3.8+. Plays nicely with graphene,
graphql-core, graphql-js and any other GraphQL implementation compatible
with the spec.
This is required for devel/py-python-gitlab v4.11.0.

PR:	281910

Number of commits found: 1