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:
@@ -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 ];
|
||||
};
|
||||
})
|
||||
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user