9 buildPythonPackage rec {
13 disabled = pythonOlder "3.6";
16 inherit pname version;
17 hash = "sha256-P+p0h+KuOsunPsXbRwxzAhr1XcEqMjQxHeHmA29+pDQ=";
20 propagatedBuildInputs = [ ratarmountcore fusepy ];
31 description = "Mounts archives as read-only file systems by way of indexing";
32 homepage = "https://github.com/mxmlnkn/ratarmount";
33 license = licenses.mit;
34 maintainers = with lib.maintainers; [ mxmlnkn ];
35 platforms = platforms.all;