summary refs log tree commit diff
diff options
context:
space:
mode:
authoradisbladis <adis@blad.is>2017-10-28 21:43:54 +0800
committeradisbladis <adis@blad.is>2017-10-30 11:55:53 +0800
commite86b3a07d188950f2c46af7c09df9ab16c6f4aed (patch)
treecc969c27cdb1509922cfee1aac3f3f3aa84453bc
parent8b8dd0926fe3f5ea8605813056264d4dea32ae06 (diff)
downloadnixlib-e86b3a07d188950f2c46af7c09df9ab16c6f4aed.tar
nixlib-e86b3a07d188950f2c46af7c09df9ab16c6f4aed.tar.gz
nixlib-e86b3a07d188950f2c46af7c09df9ab16c6f4aed.tar.bz2
nixlib-e86b3a07d188950f2c46af7c09df9ab16c6f4aed.tar.lz
nixlib-e86b3a07d188950f2c46af7c09df9ab16c6f4aed.tar.xz
nixlib-e86b3a07d188950f2c46af7c09df9ab16c6f4aed.tar.zst
nixlib-e86b3a07d188950f2c46af7c09df9ab16c6f4aed.zip
pythonpackages.ledger-autosync: Remove outdated package
-rw-r--r--pkgs/top-level/python-packages.nix29
1 files changed, 0 insertions, 29 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index c3e982e173c4..de172153208a 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -6186,35 +6186,6 @@ in {
     };
   };
 
-  ledger-autosync = buildPythonPackage rec {
-    name = "ledger-autosync-${version}";
-    version = "0.2.3";
-    src = pkgs.fetchurl {
-      url = "mirror://pypi/l/ledger-autosync/ledger-autosync-${version}.tar.gz";
-      sha256 = "f19fa66e656309825887171d84a462e64676b1cc36b62e4dd8679ff63926a469";
-    };
-
-    propagatedBuildInputs = with self; [ ofxclient ];
-
-    buildInputs = with self; [
-      mock
-      nose
-      # Used at runtime to translate ofx entries to the ledger
-      # format. In fact, user could use either ledger or hledger.
-      pkgs.which
-      pkgs.ledger ];
-
-    # Tests are disable since they require hledger and python-ledger
-    doCheck = false;
-
-    meta = {
-      homepage = https://gitlab.com/egh/ledger-autosync;
-      description = "ledger-autosync is a program to pull down transactions from your bank and create ledger transactions for them";
-      license = licenses.gpl3;
-      maintainers = with maintainers; [ lewo ];
-    };
-  };
-
   libsexy = callPackage ../development/python-modules/libsexy {
     libsexy = pkgs.libsexy;
   };