16 buildPythonPackage rec {
21 disabled = pythonOlder "3.8";
23 src = fetchFromGitHub {
24 owner = "karajan1001";
26 rev = "refs/tags/${version}";
27 hash = "sha256-6tkJG6Jjvo2OaN9cRbs/7ApcrKiZ5tGSPUfugAx7iJU=";
53 pythonImportsCheck = [ "aiooss2" ];
56 # Tests require network access
57 "tests/func/test_bucket.py"
58 "tests/func/test_object.py"
59 "tests/func/test_resumable.py"
60 "tests/unit/test_adapter.py"
64 description = "Library for aliyun OSS (Object Storage Service)";
65 homepage = "https://github.com/karajan1001/aiooss2";
66 changelog = "https://github.com/karajan1001/aiooss2/blob/${version}/CHANGES.txt";
67 license = licenses.asl20;
68 maintainers = with maintainers; [ fab ];