Search Criteria
Package Details: python-pyln-proto 24.08.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-pyln-proto.git (read-only, click to copy) |
---|---|
Package Base: | python-pyln-proto |
Description: | This package implements some of the Lightning Network protocol in pure python. It is intended for protocol testing and some minor tooling only. It is not deemed secure enough to handle any amount of real funds (you have been warned!). |
Upstream URL: | https://github.com/ElementsProject/lightning/blob/master/contrib/pyln-proto |
Licenses: | custom:BSD-MIT |
Submitter: | cotsuka |
Maintainer: | cotsuka |
Last Packager: | cotsuka |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-03-19 00:05 (UTC) |
Last Updated: | 2024-10-19 17:19 (UTC) |
Dependencies (10)
- python (python37AUR, python311AUR, python310AUR)
- python-base58AUR
- python-bitstring
- python-coincurveAUR
- python-cryptography
- python-pysocks
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-poetry (python-poetry-gitAUR) (make)
- python-wheel (make)
Latest Comments
cotsuka commented on 2024-03-19 18:14 (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 ran
namcap -i PKGBUILD
on my end and didn't get the same make dependency error you're seeing. This seems to build fine without explicitly including themake
as a dependency, but let me know if I should add that in anyways.I believe the rest of the PKGBUILD is more compliant with guidelines.