python313Packages.alibabacloud-credentials-api: init at 1.0.0
Aliyun Credentials API Library for Python https://pypi.org/project/alibabacloud-credentials-api/
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "alibabacloud-credentials-api";
|
||||
version = "1.0.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-jDQAONkE8CGNchSo9AiMMZEr/PJ5ryy8fZvkiXqX3S8=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
pythonImportsCheck = [ "alibabacloud_credentials_api" ];
|
||||
|
||||
# Module has only tests in the untagged upstream repo
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
description = "Aliyun Credentials API Library for Python";
|
||||
homepage = "https://pypi.org/project/alibabacloud-credentials-api/";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
}
|
||||
@@ -608,7 +608,9 @@ self: super: with self; {
|
||||
|
||||
alibabacloud-credentials = callPackage ../development/python-modules/alibabacloud-credentials { };
|
||||
|
||||
alibabacloud-credentials-api = callPackage ../development/python-modules/alibabacloud-credentials-api { };
|
||||
alibabacloud-credentials-api =
|
||||
callPackage ../development/python-modules/alibabacloud-credentials-api
|
||||
{ };
|
||||
|
||||
alibabacloud-endpoint-util =
|
||||
callPackage ../development/python-modules/alibabacloud-endpoint-util
|
||||
|
||||
Reference in New Issue
Block a user