9 buildPythonPackage rec {
12 format = "setuptools";
15 inherit pname version;
16 sha256 = "1ldp5r4ggskji6qx4bp2qxy2vrvb3fam03ksn0gq2hdxgrlg2x07";
19 buildInputs = [ zlib ];
23 substituteInPlace test/test.py \
24 --replace 'test_remote_file' 'dont_test_remote_file'
26 pythonImportsCheck = [ "tabix" ];
29 homepage = "https://github.com/slowkow/pytabix";
30 description = "Python interface for tabix";
31 license = licenses.mit;
32 maintainers = with maintainers; [ ris ];