summary refs log tree commit diff
diff options
context:
space:
mode:
authoradisbladis <adis@blad.is>2017-10-28 14:59:04 +0800
committeradisbladis <adis@blad.is>2017-10-30 11:55:43 +0800
commitb831d3845f885ebb102ec0d63d4b664fbdfd10f8 (patch)
tree7e3cadde14cad5f4b5cc775136d9baae1a546ac5
parentdc309e98afc58671d60ec28b9546cc5cc0d085ce (diff)
downloadnixlib-b831d3845f885ebb102ec0d63d4b664fbdfd10f8.tar
nixlib-b831d3845f885ebb102ec0d63d4b664fbdfd10f8.tar.gz
nixlib-b831d3845f885ebb102ec0d63d4b664fbdfd10f8.tar.bz2
nixlib-b831d3845f885ebb102ec0d63d4b664fbdfd10f8.tar.lz
nixlib-b831d3845f885ebb102ec0d63d4b664fbdfd10f8.tar.xz
nixlib-b831d3845f885ebb102ec0d63d4b664fbdfd10f8.tar.zst
nixlib-b831d3845f885ebb102ec0d63d4b664fbdfd10f8.zip
pythonPackages.clientform: Remove package
From upstream:
This functionality provided by this module is now part of mechanize. I don't intend to make further standalone releases of ClientForm.
-rw-r--r--pkgs/top-level/python-packages.nix20
1 files changed, 1 insertions, 19 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index d83ac0df11b0..4f7db48b7d96 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -2752,24 +2752,6 @@ in {
 
   cligj = callPackage ../development/python-modules/cligj { };
 
-  clientform = buildPythonPackage (rec {
-    name = "clientform-0.2.10";
-    disabled = isPy3k;
-
-    src = pkgs.fetchurl {
-      url = "mirror://pypi/C/ClientForm/ClientForm-0.2.10.tar.gz";
-      sha256 = "0dydh3i1sx7rrj6d0gj375wkjpiivm7jjlsimw6hmwv4ck7yf1wm";
-    };
-
-    meta = {
-      homepage = http://wwwsearch.sourceforge.net/ClientForm/;
-
-      license = "bsd";
-
-      description = "Python module for handling HTML forms on the client side";
-    };
-  });
-
   /* There is a project called "closure-linter" on PyPI that is the
      same as this, but it does not appear to be owned by Google.
      So we're pulling from Google's GitHub repo instead. */
@@ -11299,7 +11281,7 @@ in {
       sha256 = "0rki9nl4y42q694parafcsdcdqvkdjckrbg6n0691302lfsrkyfl";
     };
 
-    propagatedBuildInputs = with self; [ clientform html5lib ];
+    propagatedBuildInputs = with self; [ html5lib ];
 
     doCheck = false;