1 { lib, buildPythonPackage, fetchPypi, isPy3k, pycodestyle, isort }:
3 buildPythonPackage rec {
4 pname = "avro-python3";
10 inherit pname version;
11 sha256 = "3b63f24e6b04368c3e4a6f923f484be0230d821aad65ac36108edbff29e9aaab";
14 buildInputs = [ pycodestyle isort ];
15 doCheck = false; # No such file or directory: './run_tests.py
18 description = "A serialization and RPC framework";
20 homepage = "https://pypi.python.org/pypi/avro-python3/";
21 license = licenses.asl20;
23 maintainers = [ maintainers.shlevy maintainers.timma ];