9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.6";
16 src = fetchFromGitHub {
19 rev = "refs/tags/${version}";
20 hash = "sha256-wMKrK7ONc3M6beF9czrGddSeElCOTGh+JD9efb4Shbg=";
23 propagatedBuildInputs = [
31 pythonImportsCheck = [
36 description = "Oracle Cloud Infrastructure Object Storage fsspec implementation";
37 homepage = "https://ocifs.readthedocs.io";
38 license = with licenses; [ upl ];
39 maintainers = with maintainers; [ fab ];