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.
This commit is contained in:
adisbladis
2017-10-30 11:55:43 +08:00
parent dc309e98af
commit b831d3845f
+1 -19
View File
@@ -2752,24 +2752,6 @@ in {
cligj = callPackage ../development/python-modules/cligj { }; 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 /* 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. same as this, but it does not appear to be owned by Google.
So we're pulling from Google's GitHub repo instead. */ So we're pulling from Google's GitHub repo instead. */
@@ -11299,7 +11281,7 @@ in {
sha256 = "0rki9nl4y42q694parafcsdcdqvkdjckrbg6n0691302lfsrkyfl"; sha256 = "0rki9nl4y42q694parafcsdcdqvkdjckrbg6n0691302lfsrkyfl";
}; };
propagatedBuildInputs = with self; [ clientform html5lib ]; propagatedBuildInputs = with self; [ html5lib ];
doCheck = false; doCheck = false;