File tree Expand file tree Collapse file tree
pkgs/development/python-modules/pycrdt-websocket Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 websockets ,
2626} :
2727
28- buildPythonPackage rec {
28+ buildPythonPackage ( finalAttrs : {
2929 pname = "pycrdt-websocket" ;
3030 version = "0.16.0" ;
3131 pyproject = true ;
32+ __structuredAttrs = true ;
3233
3334 src = fetchFromGitHub {
3435 owner = "y-crdt" ;
3536 repo = "pycrdt-websocket" ;
36- tag = version ;
37+ tag = finalAttrs . version ;
3738 hash = "sha256-Qux8IxJR1nGbdpGz7RZBKJjYN0qfwfEpd2UDlduOna0=" ;
3839 } ;
3940
4041 build-system = [ hatchling ] ;
4142
43+ pythonRelaxDeps = [
44+ "pycrdt"
45+ ] ;
4246 dependencies = [
4347 anyio
4448 pycrdt
@@ -79,8 +83,8 @@ buildPythonPackage rec {
7983 meta = {
8084 description = "WebSocket Connector for pycrdt" ;
8185 homepage = "https://github.com/jupyter-server/pycrdt-websocket" ;
82- changelog = "https://github.com/jupyter-server/pycrdt-websocket/blob/${ src . tag } /CHANGELOG.md" ;
86+ changelog = "https://github.com/jupyter-server/pycrdt-websocket/blob/${ finalAttrs . src . tag } /CHANGELOG.md" ;
8387 license = lib . licenses . mit ;
8488 teams = [ lib . teams . jupyter ] ;
8589 } ;
86- }
90+ } )
You can’t perform that action at this time.
0 commit comments