python3Packages.darabonba-core: init at 1.0.7

The darabonba module of alibabaCloud Python SDK

https://github.com/aliyun/tea-python
This commit is contained in:
Fabian Affolter
2026-06-25 20:45:27 +02:00
parent 1c666cf056
commit b0edce3edd
2 changed files with 46 additions and 0 deletions
@@ -0,0 +1,44 @@
{
lib,
aiohttp,
alibabacloud-tea,
buildPythonPackage,
fetchPypi,
requests,
setuptools,
}:
buildPythonPackage (finalAttrs: {
pname = "darabonba-core";
version = "1.0.7";
pyproject = true;
__structuredAttrs = true;
src = fetchPypi {
pname = "darabonba_core";
inherit (finalAttrs) version;
hash = "sha256-wt4u4mBoK0wIyexneT3maivfMWNjuRZfFSuayqFrTcM=";
};
build-system = [ setuptools ];
dependencies = [
aiohttp
alibabacloud-tea
requests
];
pythonImportsCheck = [ "Tea" ];
# Module has no tests
doCheck = false;
meta = {
description = "The darabonba module of alibabaCloud Python SDK";
homepage = "https://github.com/aliyun/tea-python";
changelog = "https://github.com/aliyun/tea-python/blob/master/ChangeLog.md";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ fab ];
};
})
+2
View File
@@ -3583,6 +3583,8 @@ self: super: with self; {
daqp = callPackage ../development/python-modules/daqp { };
darabonba-core = callPackage ../development/python-modules/darabonba-core { };
darkdetect = callPackage ../development/python-modules/darkdetect { };
dartsim = toPythonModule (