16 buildPythonPackage rec {
21 disabled = pythonOlder "3.8";
23 src = fetchFromGitHub {
24 owner = "karajan1001";
26 rev = "refs/tags/${version}";
27 hash = "sha256-eMmJpX7bjX5r6GW9N5KmLQpo5V8i6F95TfInct34a2g=";
30 SETUPTOOLS_SCM_PRETEND_VERSION = version;
43 propagatedBuildInputs = [
55 pythonImportsCheck = [
60 # Tests require network access
61 "tests/func/test_bucket.py"
62 "tests/func/test_object.py"
63 "tests/func/test_resumable.py"
64 "tests/unit/test_adapter.py"
68 description = "Library for aliyun OSS (Object Storage Service)";
69 homepage = "https://github.com/karajan1001/aiooss2";
70 changelog = "https://github.com/karajan1001/aiooss2/blob/${version}/CHANGES.txt";
71 license = licenses.asl20;
72 maintainers = with maintainers; [ fab ];