|
1 |
| -From c98b4529584eb42b8c0459bf031ad6cc130f584e Mon Sep 17 00:00:00 2001 |
2 |
| -Message-ID: <c98b4529584eb42b8c0459bf031ad6cc130f584e.1698086809.git.stefan@agner.ch> |
3 |
| -In-Reply-To: <d06671d9031156ce3b29e06d7edb344d8f6ee0d6.1698086809.git.stefan@agner.ch> |
4 |
| -References: <d06671d9031156ce3b29e06d7edb344d8f6ee0d6.1698086809.git.stefan@agner.ch> |
| 1 | +From 26d493898bd640ffa04df3ed35e7845ecb3fc7b7 Mon Sep 17 00:00:00 2001 |
| 2 | +Message-ID: <26d493898bd640ffa04df3ed35e7845ecb3fc7b7.1698087175.git.stefan@agner.ch> |
| 3 | +In-Reply-To: <d06671d9031156ce3b29e06d7edb344d8f6ee0d6.1698087175.git.stefan@agner.ch> |
| 4 | +References: <d06671d9031156ce3b29e06d7edb344d8f6ee0d6.1698087175.git.stefan@agner.ch> |
5 | 5 | From: Stefan Agner <stefan@agner.ch>
|
6 | 6 | Date: Mon, 23 Oct 2023 20:36:06 +0200
|
7 | 7 | Subject: [PATCH] [python] mark chip cluster library as type checking ready
|
8 | 8 |
|
9 | 9 | ---
|
10 |
| - src/controller/python/BUILD.gn | 12 ++++++++++++ |
11 |
| - src/controller/python/build-chip-wheel.py | 12 +++++++----- |
12 |
| - 2 files changed, 19 insertions(+), 5 deletions(-) |
| 10 | + src/controller/python/BUILD.gn | 12 ++++++++++++ |
| 11 | + src/controller/python/build-chip-wheel.py | 12 +++++++----- |
| 12 | + src/controller/python/chip/clusters/py.typed | 0 |
| 13 | + 3 files changed, 19 insertions(+), 5 deletions(-) |
| 14 | + create mode 100644 src/controller/python/chip/clusters/py.typed |
13 | 15 |
|
14 | 16 | diff --git a/src/controller/python/BUILD.gn b/src/controller/python/BUILD.gn
|
15 | 17 | index b01dafbc30..58e6c8c487 100644
|
@@ -83,6 +85,9 @@ index 7b21215bdc..92a0f583ca 100644
|
83 | 85 | scripts=[name for name in map(
|
84 | 86 | lambda script: os.path.join(tmpDir, script.installName),
|
85 | 87 | installScripts
|
| 88 | +diff --git a/src/controller/python/chip/clusters/py.typed b/src/controller/python/chip/clusters/py.typed |
| 89 | +new file mode 100644 |
| 90 | +index 0000000000..e69de29bb2 |
86 | 91 | --
|
87 | 92 | 2.42.0
|
88 | 93 |
|
0 commit comments