10 buildPythonPackage rec {
15 disabled = pythonOlder "3.6";
17 src = fetchFromGitHub {
20 rev = "refs/tags/${version}";
21 hash = "sha256-ugNITi2tSf3lhbASgr6ErmFDYinQjnhmtRjV3YL7F9U=";
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/${version}";
44 license = with licenses; [ upl ];
45 maintainers = with maintainers; [ fab ];