Author: simons
Date: Wed Jul 20 15:30:40 2011
New Revision: 27843
URL: https://svn.nixos.org/websvn/nix/?rev=27843&sc=1
Log:
python-packages.nix: strip trailing whitespace
Modified:
nixpkgs/trunk/pkgs/top-level/python-packages.nix
Modified: nixpkgs/trunk/pkgs/top-level/python-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/python-packages.nix Wed Jul 20 15:30:35
2011 (r27842)
+++ nixpkgs/trunk/pkgs/top-level/python-packages.nix Wed Jul 20 15:30:40
2011 (r27843)
@@ -12,7 +12,7 @@
inherit python wrapPython setuptools;
};
-
+
setuptools = import ../development/python-modules/setuptools {
inherit (pkgs) stdenv fetchurl;
inherit python wrapPython;
@@ -62,7 +62,7 @@
apsw = buildPythonPackage rec {
name = "apsw-3.7.6.2-r1";
-
+
src = fetchurl {
url = "http://apsw.googlecode.com/files/${name}.zip";
sha1 = "fa4aec08e59fa5964197f59ba42408d64031675b";
@@ -78,7 +78,7 @@
};
};
-
+
argparse = buildPythonPackage (rec {
name = "argparse-1.1";
@@ -228,7 +228,7 @@
};
};
-
+
cherrypy = buildPythonPackage (rec {
name = "cherrypy-3.1.2";
@@ -357,10 +357,10 @@
};
};
-
+
dtopt = buildPythonPackage rec {
name = "dtopt-0.1";
-
+
src = fetchurl {
url = "http://pypi.python.org/packages/source/d/dtopt/${name}.tar.gz";
md5 = "9a41317149e926fcc408086aedee6bab";
@@ -372,7 +372,7 @@
};
};
-
+
eventlet = buildPythonPackage rec {
name = "eventlet-0.9.16";
@@ -395,7 +395,7 @@
};
};
-
+
flup = buildPythonPackage (rec {
name = "flup-1.0.2";
@@ -499,7 +499,7 @@
};
};
-
+
glance = buildPythonPackage rec {
name = "glance-0.1.7";
@@ -520,7 +520,7 @@
};
};
-
+
greenlet = buildPythonPackage rec {
name = "greenlet-0.3.1";
@@ -535,7 +535,7 @@
};
};
-
+
httplib2 = buildPythonPackage rec {
name = "httplib2-0.6.0";
@@ -552,11 +552,11 @@
};
};
-
+
ipy = buildPythonPackage rec {
version = "0.74";
name = "ipy-${version}";
-
+
src = fetchurl {
url =
"http://pypi.python.org/packages/source/I/IPy/IPy-${version}.tar.gz";
md5 = "f4f7ddc7c5e55a47222a5cc6c0a87b6d";
@@ -570,7 +570,7 @@
};
};
-
+
jinja2 = buildPythonPackage {
name = "jinja2-2.2.1";
@@ -591,7 +591,7 @@
};
};
-
+
libcloud = buildPythonPackage (rec {
name = "libcloud-0.3.1";
@@ -610,7 +610,7 @@
};
});
-
+
lockfile = buildPythonPackage rec {
name = "lockfile-0.9.1";
@@ -636,7 +636,7 @@
};
propagatedBuildInputs = [unittest2];
};
-
+
lxml = buildPythonPackage ( rec {
name = "lxml-2.2.2";
@@ -674,11 +674,11 @@
};
};
-
+
m2crypto = buildPythonPackage rec {
version = "0.21.1";
name = "m2crypto-${version}";
-
+
src = fetchurl {
url =
"http://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-${version}.tar.gz";
md5 = "f93d8462ff7646397a9f77a2fe602d17";
@@ -696,7 +696,7 @@
};
};
-
+
markdown = buildPythonPackage rec {
version = "2.0.3";
name = "markdown-${version}";
@@ -713,7 +713,7 @@
};
};
-
+
matplotlib = buildPythonPackage ( rec {
name = "matplotlib-0.99.1.2";
@@ -751,7 +751,7 @@
};
});
-
+
mock = buildPythonPackage (rec {
name = "mock-0.7.0";
@@ -788,7 +788,7 @@
};
};
-
+
mutagen = buildPythonPackage (rec {
name = "mutagen-1.20";
@@ -858,7 +858,7 @@
};
});
-
+
netaddr = buildPythonPackage rec {
name = "netaddr-0.7.5";
@@ -875,7 +875,7 @@
};
};
-
+
nevow = buildPythonPackage (rec {
name = "nevow-${version}";
version = "0.10.0";
@@ -1070,7 +1070,7 @@
paste = buildPythonPackage rec {
name = "paste-1.7.5.1";
-
+
src = fetchurl {
url =
http://pypi.python.org/packages/source/P/Paste/Paste-1.7.5.1.tar.gz;
md5 = "7ea5fabed7dca48eb46dc613c4b6c4ed";
@@ -1086,11 +1086,11 @@
};
};
-
+
paste_deploy = buildPythonPackage rec {
version = "1.3.4";
name = "paste-deploy-${version}";
-
+
src = fetchurl {
url =
"http://pypi.python.org/packages/source/P/PasteDeploy/PasteDeploy-${version}.tar.gz";
md5 = "eb4b3e2543d54401249c2cbd9f2d014f";
@@ -1106,7 +1106,7 @@
};
};
-
+
pexpect = buildPythonPackage {
name = "pexpect-2.3";
@@ -1143,10 +1143,10 @@
};
};
-
+
prettytable = buildPythonPackage rec {
name = "prettytable-0.5";
-
+
src = fetchurl {
url =
"http://pypi.python.org/packages/source/P/PrettyTable/${name}.tar.gz";
md5 = "13a6930d775395f393afd86948afa4fa";
@@ -1158,7 +1158,7 @@
};
};
-
+
psycopg2 = buildPythonPackage rec {
name = "psycopg2-2.0.13";
@@ -1377,7 +1377,7 @@
};
});
-
+
pysvn = pkgs.stdenv.mkDerivation {
name = "pysvn-1.7.2";
@@ -1424,7 +1424,7 @@
};
};
-
+
pyutil = buildPythonPackage (rec {
name = "pyutil-1.7.9";
@@ -1543,10 +1543,10 @@
};
};
-
+
routes = buildPythonPackage rec {
name = "routes-1.12.3";
-
+
src = fetchurl {
url =
http://pypi.python.org/packages/source/R/Routes/Routes-1.12.3.tar.gz;
md5 = "9740ff424ff6b841632c784a38fb2be3";
@@ -1560,11 +1560,11 @@
};
};
-
+
scripttest = buildPythonPackage rec {
version = "1.1.1";
name = "scripttest-${version}";
-
+
src = fetchurl {
url =
"http://pypi.python.org/packages/source/S/ScriptTest/ScriptTest-${version}.tar.gz";
md5 = "592ce890764c3f546d35b4d7c40c32ef";
@@ -1578,7 +1578,7 @@
};
};
-
+
setuptoolsDarcs = buildPythonPackage {
name = "setuptools-darcs-1.2.9";
@@ -1766,7 +1766,7 @@
unittest2 = buildPythonPackage rec {
name = "unittest2-0.5.1";
-
+
src = fetchurl {
url =
"http://pypi.python.org/packages/source/u/unittest2/${name}.tar.gz";
md5 = "a0af5cac92bbbfa0c3b0e99571390e0f";
@@ -1778,11 +1778,11 @@
};
};
-
+
webob = buildPythonPackage rec {
version = "1.0.6";
name = "webob-${version}";
-
+
src = fetchurl {
url =
"http://pypi.python.org/packages/source/W/WebOb/WebOb-${version}.zip";
md5 = "8e46dd755f6998d471bfbcb4def897ff";
@@ -1799,11 +1799,11 @@
};
};
-
+
webtest = buildPythonPackage rec {
version = "1.2.3";
name = "webtest-${version}";
-
+
src = fetchurl {
url =
"http://pypi.python.org/packages/source/W/WebTest/WebTest-${version}.tar.gz";
md5 = "585f9331467e6d99acaba4051c1c5878";
@@ -1819,7 +1819,7 @@
wxPython = wxPython28;
-
+
wxPython26 = import ../development/python-modules/wxPython/2.6.nix {
inherit (pkgs) stdenv fetchurl pkgconfig;
@@ -1827,14 +1827,14 @@
wxGTK = pkgs.wxGTK26;
};
-
+
wxPython28 = import ../development/python-modules/wxPython/2.8.nix {
inherit (pkgs) stdenv fetchurl pkgconfig;
inherit pythonPackages;
wxGTK = pkgs.wxGTK28;
};
-
+
zbase32 = buildPythonPackage (rec {
name = "zbase32-1.1.2";
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits