summaryrefslogtreecommitdiff
path: root/finance/py-eth-keyfile
AgeCommit message (Collapse)AuthorFilesLines
2022-11-14py-pysha3: mark as not for python 3.11wiz1-2/+2
This was only ever intended for python < 3.6, but we do have some users in pkgsrc on newer python versions.
2022-07-15py-eth-keyfile: fix buildadam2-1/+23
2022-07-12py-eth-keyfile: updated to 0.6.0adam3-36/+9
0.6.0 - Mitigate timing attack - Fix typo in README - Migrate to CircleCI - Allow salt size specification on keyfile creation - Drop Python 3.5 and 3.6 support, Add Python 3.8-3.10 support and update corresponding dependencies
2022-01-04*: bump PKGREVISION for egg.mk userswiz1-1/+2
They now have a tool dependency on py-setuptools instead of a DEPENDS
2021-10-26finance: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07finance: Remove SHA1 hashes for distfilesnia1-2/+1
2021-02-08py-eth-keyfile: added version 0.5.1adam5-0/+69
A library for handling the encrypted keyfiles used to store ethereum private keys.