python313Packages.{google-maps-routing,google-geo-type}: add passthru.updateScript (#406564)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
gitUpdater,
|
||||
google-api-core,
|
||||
google-auth,
|
||||
lib,
|
||||
@@ -39,6 +40,8 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
passthru.updateScript = gitUpdater { rev-prefix = "google-geo-type-v"; };
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/googleapis/google-cloud-python/blob/${src.tag}/packages/google-geo-type/CHANGELOG.md";
|
||||
description = "Google Geo Type API client library";
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
gitUpdater,
|
||||
google-api-core,
|
||||
google-auth,
|
||||
google-geo-type,
|
||||
@@ -43,6 +44,8 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
passthru.updateScript = gitUpdater { rev-prefix = "google-maps-routing-v"; };
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/googleapis/google-cloud-python/blob/${src.tag}/packages/google-maps-routing/CHANGELOG.md";
|
||||
description = "Google Maps Routing API client library";
|
||||
|
||||
Reference in New Issue
Block a user