Skip to content

Commit f5235d8

Browse files
websockets: deprecate our wheel (#176)
* ci_scripts: deprecated: update comments Make the explanation for the deprecated.txt file's purpose more explicit. * websockets: deprecate our wheel websockets v16.1 has riscv64 wheels on PyPI: https://pypi.org/project/websockets/ Fixes: #49 --------- Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Trevor Gamblin <tgamblin@baylibre.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8a51174 commit f5235d8

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

ci_scripts/deprecated.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33

44
# SPDX-License-Identifier: Apache-2.0
55

6-
# List of deprecated packages.
7-
# When we deprecated a package, we add it here, to check if upstream is still
8-
# building it
6+
# List of deprecated packages. Deprecated packages are those which are now built
7+
for riscv64 platforms by the upstream projects, so we don't need to maintain a
8+
build workflow for it ourselves. Previously-built wheels should remain in the
9+
RISE package registry.
910

1011
aiohttp
1112
blake3
@@ -36,5 +37,6 @@ tokenizers
3637
uv
3738
video_reader-rs
3839
watchfiles
40+
websockets
3941
wrapt
4042
xxhash

ci_scripts/packages.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,4 @@ tlparse
4848
tornado
4949
ujson
5050
uvloop
51-
websockets
5251
z3-solver

docs/packages/websockets.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
deprecated:
12
package-name: websockets
23
source-code: https://github.com/python-websockets/websockets
34
license: BSD-3-Clause

0 commit comments

Comments
 (0)