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-ariadne Python library for implementing GraphQL servers
0.22 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 0.21Version of this port present on the latest quarterly branch.
Maintainer: bofh@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-12-07 05:15:13
Last Update: 2024-02-01 20:00:53
Commit Hash: 48a2e67
Also Listed In: python
License: BSD3CLAUSE
WWW:
https://ariadnegraphql.org
https://github.com/mirumee/ariadne
Description:
Ariadne is a Python library for implementing GraphQL servers. - Schema-first: Ariadne enables Python developers to use schema-first approach to the API implementation. This is the leading approach used by the GraphQL community and supported by dozens of frontend and backend developer tools, examples, and learning resources. Ariadne makes all of this immediately available to you and other members of your team. - Simple: Ariadne offers small, consistent and easy to memorize API that lets developers focus on business problems, not the boilerplate. - Open: Ariadne was designed to be modular and open for customization. If you are missing or unhappy with something, extend or easily swap with your own.
HomepageHomepage    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}ariadne>0:devel/py-ariadne@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-ariadne/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-ariadne
  • pkg install py39-ariadne
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-ariadne listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-ariadne
Package flavors (<flavor>: <package>)
  • py39: py39-ariadne
distinfo:
TIMESTAMP = 1706784693 SHA256 (ariadne-0.22.tar.gz) = d7f003dd4f45bd9803ba3bb43e93de663e7e3c30f4d643916a1a2a95d0fc0649 SIZE (ariadne-0.22.tar.gz) = 73101

Packages (timestamps in pop-ups are UTC):
py39-ariadne
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.220.22-0.220.22---
FreeBSD:13:quarterly0.220.22-0.220.220.210.210.21
FreeBSD:14:latest0.220.22-0.220.22---
FreeBSD:14:quarterly0.220.22-0.210.220.210.210.21
FreeBSD:15:latest0.220.22n/a0.22n/a0.220.220.22
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-hatchling>0 : devel/py-hatchling@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-graphql-core>=3.2.0 : devel/py-graphql-core@py39
  2. py39-starlette>0.17 : www/py-starlette@py39
  3. py39-typing-extensions>=3.6.0 : devel/py-typing-extensions@py39
  4. python3.9 : lang/python39
This port is required by:
for Run
  1. net/irrd

Configuration Options:
No options to configure
Options name:
devel_py-ariadne
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/a/ariadne/
  2. https://pypi.org/packages/source/a/ariadne/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.22
01 Feb 2024 20:00:53
commit hash: 48a2e67191506f15135eaeeab48aac403b092cc6commit hash: 48a2e67191506f15135eaeeab48aac403b092cc6commit hash: 48a2e67191506f15135eaeeab48aac403b092cc6commit hash: 48a2e67191506f15135eaeeab48aac403b092cc6 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/py-ariadne: Update version 0.21=>0.22

Changelog: https://github.com/mirumee/ariadne/releases/tag/022.0
0.21
07 Dec 2023 05:12:47
commit hash: 8cb77295b753892abb72056ae2938092adf2e46dcommit hash: 8cb77295b753892abb72056ae2938092adf2e46dcommit hash: 8cb77295b753892abb72056ae2938092adf2e46dcommit hash: 8cb77295b753892abb72056ae2938092adf2e46d files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/py-ariadne: New port

Ariadne is a Python library for implementing GraphQL servers.

- Schema-first: Ariadne enables Python developers to use schema-first
  approach to the API implementation. This is the leading approach used
  by the GraphQL community and supported by dozens of frontend and
  backend developer tools, examples, and learning resources. Ariadne
  makes all of this immediately available to you and other members of
  your team.
- Simple: Ariadne offers small, consistent and easy to memorize API that
  lets developers focus on business problems, not the boilerplate.
- Open: Ariadne was designed to be modular and open for customization.
  If you are missing or unhappy with something, extend or easily swap
  with your own.

Number of commits found: 2