12 buildPythonPackage rec {
13 pname = "htmllistparse";
18 inherit pname version;
19 hash = "sha256-bcimvwPIQ7nTJYQ6JqI1GnlbVzzZKiybgnFiEBnGQII=";
22 nativeBuildInputs = [ setuptools ];
23 propagatedBuildInputs = [
30 # upstream has no tests
33 pythonImportsCheck = [ "htmllistparse" ];
36 homepage = "https://github.com/gumblex/htmllisting-parser";
37 description = "Python parser for Apache/nginx-style HTML directory listing";
38 mainProgram = "rehttpfs";
39 license = licenses.mit;