Adding 'clientform', a python package.
That seems needed for the python package 'mechanize' to build. svn path=/nixpkgs/trunk/; revision=20788
This commit is contained in:
parent
9dd466d123
commit
ac94ac33d2
@ -77,6 +77,23 @@ rec {
|
||||
};
|
||||
});
|
||||
|
||||
clientform = buildPythonPackage (rec {
|
||||
name = "clientform-0.2.10";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/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";
|
||||
};
|
||||
});
|
||||
|
||||
cssutils = buildPythonPackage (rec {
|
||||
name = "cssutils-0.9.7a2";
|
||||
|
||||
@ -265,6 +282,8 @@ rec {
|
||||
sha256 = "1h62mwy4iz09jqz17nrb9j8y0djd500zdfqwrz9xmdwqzqwixkj2";
|
||||
};
|
||||
|
||||
buildInputs = [ clientform ];
|
||||
|
||||
meta = {
|
||||
description = "Stateful programmatic web browsing in Python";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user