Port details |
- pyln-bolt7 Lightning Network BOLT7 implementation
- 1.0.246 net-p2p =2 1.0.246Version of this port present on the latest quarterly branch.
- Maintainer: vd@FreeBSD.org
- Port Added: 2024-02-16 09:27:12
- Last Update: 2024-02-16 09:25:52
- Commit Hash: 50d1b70
- 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/ElementsProject/lightning/tree/master/contrib/pyln-spec/bolt7
- Description:
- Lightning Network BOLT7 implementation
- ¦ ¦ ¦ ¦
- 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-bolt7>0:net-p2p/pyln-bolt7@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net-p2p/pyln-bolt7/ && make install clean
- To add the package, run one of these commands:
- pkg install net-p2p/pyln-bolt7
- pkg install py39-pyln-bolt7
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-bolt7 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-pyln-bolt7
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1707742564
SHA256 (pyln-bolt7-1.0.246.tar.gz) = 2b53744fa21c1b12d2c9c9df153651b122e38fa65d4a5c3f2957317ee148e089
SIZE (pyln-bolt7-1.0.246.tar.gz) = 17905
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:
-
- py39-poetry-core>=0 : devel/py-poetry-core@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net-p2p_pyln-bolt7
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.246 16 Feb 2024 09:25:52 |
Vasil Dimov (vd) |
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
|