Search Criteria
Package Details: python-merkletools 1.0.3-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-merkletools.git (read-only, click to copy) |
---|---|
Package Base: | python-merkletools |
Description: | Python tools for creating and verifying Merkle trees and proofs |
Upstream URL: | https://github.com/Tierion/pymerkletools |
Licenses: | GPL |
Submitter: | redfish |
Maintainer: | redfish |
Last Packager: | redfish |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2019-03-30 01:13 (UTC) |
Last Updated: | 2019-07-14 02:25 (UTC) |
Dependencies (3)
- python (python37AUR, python311AUR, python310AUR)
- python-setuptools (make)
- python-nose (check)
Latest Comments
caryoscelus commented on 2022-09-05 20:24 (UTC)
please add
patch
as build dependency ;)Oshgnacknak commented on 2020-10-26 22:48 (UTC)
PKGBUILD is missing dependency
python-nose
. Please Fix.fox8091 commented on 2019-07-07 10:04 (UTC)
You updated PKGBUILD's pkgrel without updating .SRCINFO, so the AUR is serving stale metadata for the package. Please fix this.
redfish commented on 2019-04-13 17:05 (UTC)
@fox8091: thanks. Filed PR #17 upstream and added it as a patch.
fox8091 commented on 2019-04-13 08:59 (UTC)
Please add "rm -r ${pkgdir}/usr/lib/python3.7/site-packages/tests/" to your PKGBUILD right after "python setup.py install --root="$pkgdir" --optimize=1 --skip-build" to prevent issues with conflicting files with other packages.