Skip to content

Commit

Permalink
🔥 Remove repl-python-wakatime
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Jun 10, 2024
1 parent d37d35a commit 8312406
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 41 deletions.
8 changes: 0 additions & 8 deletions _sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,6 @@
sha256 = "sha256-zuJBKcee/MdFvYECIIlxWL6FXDxa33VQtWEJXkfFRxM=";
};
};
repl-python-wakatime = {
pname = "repl-python-wakatime";
version = "0.0.11";
src = fetchurl {
url = "https://pypi.org/packages/source/r/repl-python-wakatime/repl-python-wakatime-0.0.11.tar.gz";
sha256 = "sha256-HoCdeo03Lf3g5Xg0GgAyWOu2PtGqy33vg5bQrfkEPkE=";
};
};
requirements-language-server = {
pname = "requirements-language-server";
version = "0.0.20";
Expand Down
2 changes: 0 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ let
undollar = callPackage ./pkgs/tools/misc/undollar { };
manpager = callPackage ./pkgs/tools/misc/manpager { };

# https://github.com/NixOS/nixpkgs/issues/261342
repl-python-wakatime = callPackage ./pkgs/development/python-modules/repl-python-wakatime { };
translate-shell = callPackage ./pkgs/development/python-modules/translate-shell { };
mulimgviewer = callPackage ./pkgs/development/python-modules/mulimgviewer { };
stardict-ecdict = callPackage ./pkgs/data/misc/stardict-ecdict { };
Expand Down
4 changes: 0 additions & 4 deletions nvfetcher.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ fetch.github = "Freed-Wu/undollar"
src.github = "Freed-Wu/manpager"
fetch.github = "Freed-Wu/manpager"

[repl-python-wakatime]
src.pypi = "repl-python-wakatime"
fetch.pypi = "repl-python-wakatime"

[translate-shell]
src.pypi = "translate-shell"
fetch.pypi = "translate-shell"
Expand Down
26 changes: 0 additions & 26 deletions pkgs/development/python-modules/repl-python-wakatime/default.nix

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ mySources
, python3
, lib
, repl-python-wakatime
}:

with python3.pkgs;
Expand Down

0 comments on commit 8312406

Please sign in to comment.