python27Packages.mechanize: enable on python 3
This commit is contained in:
@@ -2,13 +2,11 @@
|
|||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, html5lib
|
, html5lib
|
||||||
, isPy3k
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "mechanize";
|
pname = "mechanize";
|
||||||
version = "0.4.3";
|
version = "0.4.3";
|
||||||
disabled = isPy3k;
|
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
@@ -21,7 +19,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Stateful programmatic web browsing in Python";
|
description = "Stateful programmatic web browsing in Python";
|
||||||
homepage = http://wwwsearch.sourceforge.net/;
|
homepage = "https://github.com/python-mechanize/mechanize";
|
||||||
license = "BSD-style";
|
license = "BSD-style";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user