8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "1ldp5r4ggskji6qx4bp2qxy2vrvb3fam03ksn0gq2hdxgrlg2x07";
17 buildInputs = [ zlib ];
21 substituteInPlace test/test.py \
22 --replace 'test_remote_file' 'dont_test_remote_file'
24 pythonImportsCheck = [ "tabix" ];
27 homepage = "https://github.com/slowkow/pytabix";
28 description = "Python interface for tabix";
29 license = licenses.mit;
30 maintainers = with maintainers; [ ris ];