summary refs log tree commit diff
diff options
context:
space:
mode:
authoradisbladis <adis@blad.is>2017-10-28 15:21:17 +0800
committeradisbladis <adis@blad.is>2017-10-30 11:55:44 +0800
commite78864e3b7db45d4b803fb816781ec7ce904aedc (patch)
tree0feb8b754a2dcc89fe621eff287e1cadc54300d7
parentb831d3845f885ebb102ec0d63d4b664fbdfd10f8 (diff)
downloadnixlib-e78864e3b7db45d4b803fb816781ec7ce904aedc.tar
nixlib-e78864e3b7db45d4b803fb816781ec7ce904aedc.tar.gz
nixlib-e78864e3b7db45d4b803fb816781ec7ce904aedc.tar.bz2
nixlib-e78864e3b7db45d4b803fb816781ec7ce904aedc.tar.lz
nixlib-e78864e3b7db45d4b803fb816781ec7ce904aedc.tar.xz
nixlib-e78864e3b7db45d4b803fb816781ec7ce904aedc.tar.zst
nixlib-e78864e3b7db45d4b803fb816781ec7ce904aedc.zip
pythonPackages.skype4py: Remove package, not updated in years and no dependent packages
-rw-r--r--pkgs/top-level/python-packages.nix33
1 files changed, 0 insertions, 33 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 4f7db48b7d96..933635931887 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -19613,39 +19613,6 @@ in {
     };
   };
 
-
-  skype4py = buildPythonPackage (rec {
-    name = "Skype4Py-1.0.32.0";
-    disabled = isPy3k || isPyPy;
-
-    src = pkgs.fetchurl {
-      url = mirror://sourceforge/skype4py/Skype4Py-1.0.32.0.tar.gz;
-      sha256 = "0cmkrv450wa8v50bng5dflpwkl5c1p9pzysjkb2956w5kvwh6f5b";
-    };
-
-    unpackPhase = ''
-      tar xf $src
-      find . -type d -exec chmod +rx {} \;
-      sourceRoot=`pwd`/`ls -d S*`
-    '';
-
-    # error: invalid command 'test'
-    doCheck = false;
-
-    propagatedBuildInputs = with self; [ pkgs.xorg.libX11 dbus-python pygobject2 ];
-
-    meta = {
-      description = "High-level, platform independent Skype API wrapper for Python";
-
-      # The advertisement says https://developer.skype.com/wiki/Skype4Py
-      # but that url does not work. This following web page points to the
-      # download link and has some information about the package.
-      homepage = http://pypi.python.org/pypi/Skype4Py/1.0.32.0;
-      broken = true;
-      license = "BSD";
-    };
-  });
-
   smartdc = buildPythonPackage rec {
     name = "smartdc-0.1.12";