Package Details: python-eth-keyfile 0.9.1-2

Git Clone URL: https://aur.archlinux.org/python-eth-keyfile.git (read-only, click to copy)
Package Base: python-eth-keyfile
Description: Tools for handling the encrypted keyfile format used to store private keys.
Upstream URL: https://github.com/ethereum/eth-keyfile
Keywords: ethereum python
Licenses: MIT
Submitter: Kewl
Maintainer: Xeonacid (lilac)
Last Packager: lilac
Votes: 0
Popularity: 0.000000
First Submitted: 2021-09-16 12:11 (UTC)
Last Updated: 2026-01-13 01:55 (UTC)

Latest Comments

rod2ik commented on 2025-12-31 15:12 (UTC) (edited on 2025-12-31 18:07 (UTC) by rod2ik)

If you encounter a "/dev/null" error on prepare, you can modify the prepare() function hereso:

prepare() {
  cd $_name

  git submodule init fixtures
  git config submodule.fixtures.url ../tests
  git -c protocol.file.allow=always submodule update fixtures
}

It should work. Please confirm :)