python3Packages.google-api-core: cleanup

Changed files
+2 -4
pkgs
development
python-modules
google-api-core
+2 -4
pkgs/development/python-modules/google-api-core/default.nix
···
version = "2.25.1";
pyproject = true;
-
disabled = pythonOlder "3.7";
-
src = fetchFromGitHub {
owner = "googleapis";
repo = "python-api-core";
···
pythonImportsCheck = [ "google.api_core" ];
-
meta = with lib; {
+
meta = {
description = "Core Library for Google Client Libraries";
longDescription = ''
This library is not meant to stand-alone. Instead it defines common
···
'';
homepage = "https://github.com/googleapis/python-api-core";
changelog = "https://github.com/googleapis/python-api-core/blob/${src.tag}/CHANGELOG.md";
-
license = licenses.asl20;
+
license = lib.licenses.asl20;
maintainers = [ ];
};
}