python310Packages.google-cloud-storage: add changelog to meta
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
, pytest-asyncio
|
||||
, mock
|
||||
, pythonOlder
|
||||
, pandas
|
||||
, google-cloud-storage
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -27,9 +29,21 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
google-api-core
|
||||
libcst
|
||||
proto-plus
|
||||
];
|
||||
protobuf
|
||||
] ++ google-api-core.optional-dependencies.grpc;
|
||||
|
||||
passthru.optional-dependencies = {
|
||||
libcst = [
|
||||
libcst
|
||||
];
|
||||
pandas = [
|
||||
pandas
|
||||
];
|
||||
storage = [
|
||||
google-cloud-storage
|
||||
];
|
||||
};
|
||||
|
||||
checkInputs = [
|
||||
google-cloud-storage
|
||||
|
||||
@@ -38,7 +38,7 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
# disable tests which require credentials and network access
|
||||
# Disable tests which require credentials and network access
|
||||
disabledTests = [
|
||||
"create"
|
||||
"download"
|
||||
@@ -69,11 +69,14 @@ buildPythonPackage rec {
|
||||
rm tests/conformance/test_conformance.py
|
||||
'';
|
||||
|
||||
pythonImportsCheck = [ "google.cloud.storage" ];
|
||||
pythonImportsCheck = [
|
||||
"google.cloud.storage"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Google Cloud Storage API client library";
|
||||
homepage = "https://github.com/googleapis/python-storage";
|
||||
changelog = "https://github.com/googleapis/python-storage/blob/v${version}/CHANGELOG.md";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ SuperSandro2000 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user