mechanize: 0.1.11 -> 0.2.5 (ZHF). Old mechanize failed to build due to setuptools bump.
This commit is contained in:
@@ -7351,16 +7351,18 @@ let
|
|||||||
|
|
||||||
|
|
||||||
mechanize = buildPythonPackage (rec {
|
mechanize = buildPythonPackage (rec {
|
||||||
name = "mechanize-0.1.11";
|
name = "mechanize-0.2.5";
|
||||||
disabled = isPy3k;
|
disabled = isPy3k;
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "http://wwwsearch.sourceforge.net/mechanize/src/${name}.tar.gz";
|
url = "https://pypi.python.org/packages/source/m/mechanize/${name}.tar.gz";
|
||||||
sha256 = "1h62mwy4iz09jqz17nrb9j8y0djd500zdfqwrz9xmdwqzqwixkj2";
|
sha256 = "0rj7r166i1dyrq0ihm5rijfmvhs8a04im28lv05c0c3v206v4rrf";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [ clientform ];
|
propagatedBuildInputs = with self; [ clientform ];
|
||||||
|
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Stateful programmatic web browsing in Python";
|
description = "Stateful programmatic web browsing in Python";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user