Search Criteria
Package Details: python-pyln-bolt7 1:1.0.4.246-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-pyln-bolt7.git (read-only, click to copy) |
---|---|
Package Base: | python-pyln-bolt7 |
Description: | BOLT7 |
Upstream URL: | https://github.com/ElementsProject/lightning/blob/master/contrib/pyln-spec/bolt7 |
Licenses: | custom:BSD-MIT |
Submitter: | cotsuka |
Maintainer: | cotsuka |
Last Packager: | cotsuka |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-03-18 23:41 (UTC) |
Last Updated: | 2025-09-28 17:40 (UTC) |
Dependencies (6)
- python (python37AUR)
- python-pyln-protoAUR
- python-build (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (make)
- python-wheel (make)
Latest Comments
cotsuka commented on 2025-09-14 18:19 (UTC)
@bitcoinlizard You are right. I've updated the PKGBUILD to align with the version scheme and number in the
pyproject.toml
: https://github.com/ElementsProject/lightning/blob/16252fd72dcb52a77149d553884ea176be7ba8c1/contrib/pyln-spec/bolt7/pyproject.toml#L3C12-L3C21bitcoinlizard commented on 2024-04-12 00:38 (UTC)
I believe the package version number for this should be 1.0.246
https://pypi.org/project/pyln-bolt7/
cotsuka commented on 2024-03-19 18:13 (UTC)
Responding to @Spixmaster comment here:
It looks like python-poetry is still a dependency since it's the build backend used in
pyproject.toml
. I've added python-pyln-proto as a dependency for this package and I believe the rest of the PKGBUILD is more compliant with guidelines.