7 buildPythonPackage rec {
10 format = "setuptools";
12 disabled = pythonOlder "3.7";
15 inherit pname version;
16 sha256 = "sha256-6CUiUpdjjW49SUFfjPtlQHpdFeVvL7f+nZueMFDGXuE=";
19 # Test sare failing the sandbox
22 pythonImportsCheck = [
27 description = "Utilities for filesystem exploration and automated builds";
28 homepage = "https://pox.readthedocs.io/";
29 license = licenses.bsd3;
30 maintainers = with maintainers; [ ];