8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "0ng0ihfagh9g8hral0bq5nhjlp3csqghyv3z8b7ylkdkqc1cgiv8";
17 # disable coverage, because we don't care and python-coveralls is not in nixpkgs
19 sed -e '/python-coveralls/d' -e '/pytest-cov/d' -i setup.py
29 description = "Read single characters and key-strokes";
30 homepage = "https://github.com/kcsaff/getkey";
31 license = licenses.mit;
32 maintainers = [ maintainers.symphorien ];