13 buildPythonPackage rec {
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
21 inherit pname version;
22 hash = "sha256-tFGF0G+bGMbTNG06q4gauWh0VT9mHuiMzS5gJG4QPCI=";
25 propagatedBuildInputs = [
37 # Exclude tests that require provider credentials
38 "pathy/_tests/test_clients.py"
39 "pathy/_tests/test_gcs.py"
40 "pathy/_tests/test_s3.py"
43 pythonImportsCheck = [
48 description = "A Path interface for local and cloud bucket storage";
49 homepage = "https://github.com/justindujardin/pathy";
50 license = licenses.asl20;
51 maintainers = with maintainers; [ melling ];