8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.6";
16 inherit pname version;
17 hash = "sha256-gtxF9V7OQb34Z0cCuTh/Lbe1ttCbdaY0zpM3KHHGGuw=";
20 nativeBuildInputs = [ nasm ];
25 pythonImportsCheck = [ "rapidgzip" ];
28 description = "Python library for parallel decompression and seeking within compressed gzip files";
29 homepage = "https://github.com/mxmlnkn/rapidgzip";
30 license = licenses.mit; # dual MIT and asl20, https://internals.rust-lang.org/t/rationale-of-apache-dual-licensing/8952
31 maintainers = with lib.maintainers; [ mxmlnkn ];
32 platforms = platforms.all;