Files
chromebrew/packages/py3_websockets.rb
Ed Reel 03c326fe1a Yt_dlp 2023.09.24 => 2023.11.16 (#9094)
Convert to python buildsystem
2023-12-15 17:31:18 -05:00

16 lines
339 B
Ruby

require 'buildsystems/pip'
class Py3_websockets < Pip
description ' Library for building WebSocket servers and clients in Python'
homepage 'https://websockets.readthedocs.io/'
@_ver = '12.0'
version "#{@_ver}-py3.12"
license 'BSD-3'
compatibility 'all'
source_url 'SKIP'
depends_on 'python3' # L
no_compile_needed
end