12 buildPythonPackage rec {
14 version = "2023.12.0";
17 disabled = pythonOlder "3.8";
19 src = fetchFromGitHub {
23 hash = "sha256-N1NkpI8inGJCf0xuc+FFmVX85CS7vqzoNddxZ9kqEk0=";
36 propagatedBuildInputs = [
42 # Most tests require network access
45 pythonImportsCheck = [ "ossfs" ];
48 description = "Filesystem for Alibaba Cloud (Aliyun) Object Storage System (OSS)";
49 homepage = "https://github.com/fsspec/ossfs";
50 changelog = "https://github.com/fsspec/ossfs/releases/tag/${version}";
51 license = licenses.asl20;
52 maintainers = with maintainers; [ fab ];