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
pyln-client Python client library for lightningd (net-p2p/c-lightning)
23.11 net-p2p 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: vd@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-02-16 09:27:12
Last Update: 2024-02-16 09:25:52
Commit Hash: 50d1b70
Also Listed In: python
License: MIT
WWW:
https://github.com/ElementsProject/lightning/tree/master/contrib/pyln-client
Description:
A python client library for lightningd (net-p2p/c-lightning) This package implements the Unix socket based JSON-RPC protocol that lightningd exposes to the rest of the world. It can be used to call arbitrary functions on the RPC interface, and serves as a basis for plugins written in python.
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}pyln-client>0:net-p2p/pyln-client@${PY_FLAVOR}
To install the port:
cd /usr/ports/net-p2p/pyln-client/ && make install clean
To add the package, run one of these commands:
  • pkg install net-p2p/pyln-client
  • pkg install py39-pyln-client
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-pyln-client listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-pyln-client
Package flavors (<flavor>: <package>)
  • py39: py39-pyln-client
distinfo:
TIMESTAMP = 1707743561 SHA256 (pyln_client-23.11.tar.gz) = 4102792bbdca545d5fbfa1fb1371222744e7157ec3d2c162edb03e8786db9823 SIZE (pyln_client-23.11.tar.gz) = 35134

Packages (timestamps in pop-ups are UTC):
py39-pyln-client
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest23.1123.11-23.1123.11---
FreeBSD:13:quarterly23.1123.11-23.1123.11---
FreeBSD:14:latest23.1123.11-23.1123.11---
FreeBSD:14:quarterly-23.11--23.11---
FreeBSD:15:latest23.1123.11n/a-n/a--23.11
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-poetry-core>=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. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
net-p2p_pyln-client
USES:
python shebangfix
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/p/pyln_client/
  2. https://pypi.org/packages/source/p/pyln_client/
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
23.11
16 Feb 2024 09:25:52
commit hash: 50d1b70610afb3c07acb3558777fb2df55bca0c1commit hash: 50d1b70610afb3c07acb3558777fb2df55bca0c1commit hash: 50d1b70610afb3c07acb3558777fb2df55bca0c1commit hash: 50d1b70610afb3c07acb3558777fb2df55bca0c1 files touched by this commit
Vasil Dimov (vd) search for other commits by this committer
net-p2p/c-lightning: hook dependencies for the clnrest plugin

The clnrest plugin is already installed but it depends on a bunch of
Python packages. Add an option to net-p2p/c-lightning to install and
depend on those packages.

Further, 3 of those packages were not in the FreeBSD ports. Add them:
* net-p2p/pyln-bolt7 Lightning Network BOLT7 implementation
* net-p2p/pyln-client Python client library for lightningd (net-p2p/c-lightning)
* net-p2p/pyln-proto Lightning Network protocol implementation

To enable the plugin, add
clnrest-port=
clnrest-protocol=
clnrest-host=
to /usr/local/etc/lightningd-bitcoin.conf, see
https://docs.corelightning.org/docs/rest

Differential Revision:	https://reviews.freebsd.org/D43863

Number of commits found: 1