8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 hash = "sha256-gSDuTJTpUObgSD4FCk8OVgduWQugqa3RlSTCVL0jwtE=";
20 # Test sare failing the sandbox
23 pythonImportsCheck = [ "pox" ];
26 description = "Utilities for filesystem exploration and automated builds";
28 homepage = "https://pox.readthedocs.io/";
29 license = licenses.bsd3;