Skip to content

Commit 4899fc0

Browse files
Google APIscopybara-github
authored andcommitted
chore(python): Update build rules for google/apps/script/type
chore(python): Update build rules for google/apps/script/type/calendar chore(python): Update build rules for google/apps/script/type/docs chore(python): Update build rules for google/apps/script/type/drive chore(python): Update build rules for google/apps/script/type/gmail chore(python): Update build rules for google/apps/script/type/sheets chore(python): Update build rules for google/apps/script/type/slides PiperOrigin-RevId: 568570701
1 parent 0a9af51 commit 4899fc0

7 files changed

Lines changed: 6 additions & 12 deletions

File tree

google/apps/script/type/BUILD.bazel

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,6 @@ py_gapic_assembly_pkg(
9696
name = "type-py",
9797
deps = [
9898
":type_py_gapic",
99-
"//google/apps/script/type/calendar:calendar_py_gapic",
100-
"//google/apps/script/type/docs:docs_py_gapic",
101-
"//google/apps/script/type/drive:drive_py_gapic",
102-
"//google/apps/script/type/gmail:gmail_py_gapic",
103-
"//google/apps/script/type/sheets:sheets_py_gapic",
104-
"//google/apps/script/type/slides:slides_py_gapic",
10599
],
106100
)
107101

google/apps/script/type/calendar/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ py_gapic_library(
9797

9898
# Open Source Packages
9999
py_gapic_assembly_pkg(
100-
name = "calendar-gapic",
100+
name = "calendar-py",
101101
deps = [
102102
":calendar_py_gapic",
103103
],

google/apps/script/type/docs/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ py_gapic_library(
9797

9898
# Open Source Packages
9999
py_gapic_assembly_pkg(
100-
name = "docs-gapic",
100+
name = "docs-py",
101101
deps = [
102102
":docs_py_gapic",
103103
],

google/apps/script/type/drive/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ py_gapic_library(
9595

9696
# Open Source Packages
9797
py_gapic_assembly_pkg(
98-
name = "drive-gapic",
98+
name = "drive-py",
9999
deps = [
100100
":drive_py_gapic",
101101
],

google/apps/script/type/gmail/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ py_gapic_library(
9696

9797
# Open Source Packages
9898
py_gapic_assembly_pkg(
99-
name = "gmail-gapic",
99+
name = "gmail-py",
100100
deps = [
101101
":gmail_py_gapic",
102102
],

google/apps/script/type/sheets/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ py_gapic_library(
9797

9898
# Open Source Packages
9999
py_gapic_assembly_pkg(
100-
name = "sheets-gapic",
100+
name = "sheets-py",
101101
deps = [
102102
":sheets_py_gapic",
103103
],

google/apps/script/type/slides/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ py_gapic_library(
9797

9898
# Open Source Packages
9999
py_gapic_assembly_pkg(
100-
name = "slides-gapic",
100+
name = "slides-py",
101101
deps = [
102102
":slides_py_gapic",
103103
],

0 commit comments

Comments
 (0)