12 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
21 inherit pname version;
22 sha256 = "58de4758e7e3cb7acbf28fcfa80f4155252afdfb191beb4ba4aa36961f66cc67";
26 substituteInPlace pyproject.toml \
27 --replace '= "^' '= ">='
30 nativeBuildInputs = [ poetry-core ];
32 propagatedBuildInputs = [
38 # upstream has no tests
41 pythonImportsCheck = [ "rmcl" ];
44 description = "ReMarkable Cloud Library";
45 homepage = "https://github.com/rschroll/rmcl";
46 license = lib.licenses.mit;
47 maintainers = with lib.maintainers; [ dotlambda ];