python312Packages.jupyter-ydoc: 2.1.1 -> 2.1.2
Changelog: https://github.com/jupyter-server/jupyter_ydoc/blob/v2.1.2/CHANGELOG.md
This commit is contained in:
parent
aec0a90d2f
commit
5ee46b6e75
@ -2,35 +2,37 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
pythonOlder,
|
||||
|
||||
# build-system
|
||||
hatch-nodejs-version,
|
||||
hatchling,
|
||||
importlib-metadata,
|
||||
|
||||
# dependencies
|
||||
pycrdt,
|
||||
pytestCheckHook,
|
||||
|
||||
# tests
|
||||
websockets,
|
||||
ypy-websocket,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "jupyter-ydoc";
|
||||
version = "2.1.1";
|
||||
version = "2.1.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "jupyter_ydoc";
|
||||
inherit version;
|
||||
hash = "sha256-HcvxOGGzZ4AA1pr07zi0njoS+AgbqFHGgDk8Lhi8S4Q=";
|
||||
hash = "sha256-yYnIm0s9ljtYQJVzKJcimNTVSDTtjzz3Zo3WE9OfKsw=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
hatch-nodejs-version
|
||||
hatchling
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [ pycrdt ] ++ lib.optionals (pythonOlder "3.10") [ importlib-metadata ];
|
||||
dependencies = [ pycrdt ];
|
||||
|
||||
pythonImportsCheck = [ "jupyter_ydoc" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user