11 buildPythonPackage rec {
12 pname = "htmllistparse";
17 inherit pname version;
18 hash = "sha256-bcimvwPIQ7nTJYQ6JqI1GnlbVzzZKiybgnFiEBnGQII=";
21 nativeBuildInputs = [ setuptools ];
22 propagatedBuildInputs = [ beautifulsoup4 html5lib requests fusepy ];
24 # upstream has no tests
27 pythonImportsCheck = [
32 homepage = "https://github.com/gumblex/htmllisting-parser";
33 description = "Python parser for Apache/nginx-style HTML directory listing";
34 mainProgram = "rehttpfs";
35 license = licenses.mit;
36 maintainers = with maintainers; [ hexchen ];