Commit 9af334d8 authored by adisbladis's avatar adisbladis
Browse files

Revert "rmfuse: 0.2.1 -> 0.2.3"

This reverts commit 4f624718.
parent 2683fa17
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,8 +5,8 @@ self: super: {
    _: {
      src = pkgs.fetchgit {
        url = "https://github.com/rschroll/rmfuse.git";
        rev = "3796b8610c8a965a60a417fc0bf8ea5200b71fd2";
        sha256 = "03qxy95jpk741b81bd38y51d4a0vynx2y1g662bci9r6m7l14yav";
        rev = "fca03bcdd6dc118f2ba981410ec9dff7f7cb88ec";
        sha256 = "0i7dvvi2bp3hydjpzvr7vg10bx0wxz87spf7pg455aga8d0qhxgk";
      };
    }
  );
+77 −503

File changed.

Preview size limit exceeded, changes collapsed.

+5 −25
Original line number Diff line number Diff line
[tool.poetry]
name = "rmfuse"
version = "0.2.3"
name = "rmfuse-env"
version = "0.1.0"
description = ""
authors = ["Robert Schroll <rschroll@gmail.com>"]
license = "MIT"
repository = "https://github.com/rschroll/rmfuse"
readme = "README.md"
authors = []

[tool.poetry.dependencies]
python = "^3.7"
bidict = "^0.21.2"
rmrl = "^0.2.1"
rmcl = "^0.4.2"

# Need one of the following
pyfuse3 = { version = "^3.2.0", optional = true }
llfuse = { version = "^1.4.1", optional = true }
xdg = "^5.0.1"
python = "^3.8"
rmfuse = {git = "https://github.com/rschroll/rmfuse.git", extras = ["pyfuse3"]}

[tool.poetry.dev-dependencies]
ipython = "^7.20.0"
jedi = "0.17.2"
pylint = "^2.6.0"

[tool.poetry.extras]
pyfuse3 = ["pyfuse3"]
llfuse = ["llfuse"]

[tool.poetry.scripts]
rmfuse = "rmfuse.fuse:main"

[build-system]
requires = ["poetry-core>=1.0.0"]