10 buildPythonPackage rec {
15 disabled = pythonOlder "3.6";
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 hash = "sha256-IGl9G4NyzhcqrfYfgeZin+wt1OwHmh6780MPfZBwsXA=";
28 propagatedBuildInputs = [
36 pythonImportsCheck = [
41 description = "Oracle Cloud Infrastructure Object Storage fsspec implementation";
42 homepage = "https://ocifs.readthedocs.io";
43 changelog = "https://github.com/oracle/ocifs/releases/tag/v${version}";
44 license = with licenses; [ upl ];
45 maintainers = with maintainers; [ fab ];