1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python-packages.nix: drop trailing whitespace

This commit is contained in:
Peter Simons 2012-09-13 14:54:10 +02:00
parent f16a0e8c12
commit da6db0dc19

View file

@ -367,8 +367,8 @@ let pythonPackages = python.modules // rec {
md5 = "5f39727415b837abd02651eeb2721749";
};
propagatedBuildInputs = [ stompclient distribute ];
propagatedBuildInputs = [ stompclient distribute ];
doCheck = false;
meta = {
@ -447,7 +447,7 @@ let pythonPackages = python.modules // rec {
};
});
dateutil = buildPythonPackage (rec {
name = "dateutil-1.5";
@ -483,12 +483,12 @@ let pythonPackages = python.modules // rec {
src = fetchurl {
url = "http://pypi.python.org/packages/source/d/distribute/distribute-0.6.26.tar.gz";
md5 = "841f4262a70107f85260362f5def8206"; #"ecd75ea629fee6d59d26f88c39b2d291";
};
buildInputs = [ pkgs.unzip ];
installCommand =
installCommand =
''
# ehm, YES, the --verbose flags needs to be there, otherwise it tries to patch setuptools!
easy_install --verbose --prefix=$out .
@ -502,7 +502,7 @@ let pythonPackages = python.modules // rec {
platforms = python.meta.platforms;
};
});
distutils_extra = buildPythonPackage rec {
name = "distutils-extra-2.26";
@ -518,7 +518,7 @@ let pythonPackages = python.modules // rec {
};
};
django = buildPythonPackage rec {
name = "Django-${version}";
version = "1.4.1";
@ -536,7 +536,7 @@ let pythonPackages = python.modules // rec {
};
};
django_1_3 = buildPythonPackage rec {
name = "Django-1.3.2";
@ -553,7 +553,7 @@ let pythonPackages = python.modules // rec {
};
};
django_evolution = buildPythonPackage rec {
name = "django_evolution-0.6.7";
@ -570,7 +570,7 @@ let pythonPackages = python.modules // rec {
};
};
djblets = buildPythonPackage rec {
name = "Djblets-0.6.19";
@ -587,7 +587,7 @@ let pythonPackages = python.modules // rec {
};
};
dulwich = buildPythonPackage rec {
name = "dulwich-0.8.1";
@ -608,7 +608,7 @@ let pythonPackages = python.modules // rec {
};
};
hggit = buildPythonPackage rec {
name = "hg-git-0.3.1";
@ -625,7 +625,7 @@ let pythonPackages = python.modules // rec {
};
};
docutils = buildPythonPackage rec {
name = "docutils-0.8.1";
@ -732,7 +732,7 @@ let pythonPackages = python.modules // rec {
};
});
foolscap = buildPythonPackage (rec {
name = "foolscap-0.6.1";
@ -1136,7 +1136,7 @@ let pythonPackages = python.modules // rec {
};
});
mechanize = buildPythonPackage (rec {
name = "mechanize-0.1.11";
@ -1171,7 +1171,7 @@ let pythonPackages = python.modules // rec {
};
};
mock = buildPythonPackage (rec {
name = "mock-0.7.0";
@ -1478,7 +1478,7 @@ let pythonPackages = python.modules // rec {
};
});
paramiko = buildPythonPackage rec {
name = "paramiko-1.7.7.1";
@ -1781,7 +1781,7 @@ let pythonPackages = python.modules // rec {
url = "http://pypi.python.org/packages/source/P/Pygments/${name}.tar.gz";
md5 = "ef997066cc9ee7a47d01fb4f3da0b5ff";
};
meta = {
homepage = http://pygments.org/;
description = "A generic syntax highlighter";
@ -1850,7 +1850,7 @@ let pythonPackages = python.modules // rec {
};
};
ldap = buildPythonPackage rec {
name = "python-ldap-2.4.3";
namePrefix = "";
@ -1894,7 +1894,7 @@ let pythonPackages = python.modules // rec {
propagatedBuildInputs = [astng];
};
pymacs = pkgs.stdenv.mkDerivation rec {
version = "v0.24-beta2";
name = "Pymacs-${version}";
@ -1923,7 +1923,7 @@ let pythonPackages = python.modules // rec {
};
};
pyopengl =
let version = "3.0.0b5";
in
@ -1952,7 +1952,7 @@ let pythonPackages = python.modules // rec {
};
};
pyreport = buildPythonPackage (rec {
name = "pyreport-0.3.4c";
@ -2088,7 +2088,7 @@ let pythonPackages = python.modules // rec {
};
};
pyutil = buildPythonPackage (rec {
name = "pyutil-1.7.9";
@ -2160,7 +2160,7 @@ let pythonPackages = python.modules // rec {
};
});
RBTools = buildPythonPackage rec {
name = "rbtools-0.4.1";
namePrefix = "";
@ -2173,7 +2173,7 @@ let pythonPackages = python.modules // rec {
propagatedBuildInputs = [ setuptools ];
};
recaptcha_client = buildPythonPackage rec {
name = "recaptcha-client-1.0.6";
@ -2188,7 +2188,7 @@ let pythonPackages = python.modules // rec {
};
};
reportlab =
let freetype = pkgs.lib.overrideDerivation pkgs.freetype (args: { configureFlags = "--enable-static --enable-shared"; });
in buildPythonPackage rec {
@ -2208,7 +2208,7 @@ let pythonPackages = python.modules // rec {
};
};
reviewboard = buildPythonPackage rec {
name = "ReviewBoard-1.6.9";
@ -2224,7 +2224,7 @@ let pythonPackages = python.modules // rec {
];
};
rdflib = buildPythonPackage (rec {
name = "rdflib-3.0.0";
@ -2398,7 +2398,7 @@ let pythonPackages = python.modules // rec {
};
};
setuptoolsTrial = buildPythonPackage {
name = "setuptools-trial-0.5.12";
@ -2418,7 +2418,7 @@ let pythonPackages = python.modules // rec {
};
};
simplejson = buildPythonPackage (rec {
name = "simplejson-2.1.3";
@ -2444,7 +2444,7 @@ let pythonPackages = python.modules // rec {
};
});
six = buildPythonPackage rec {
name = "six-1.1.0";
@ -2461,7 +2461,7 @@ let pythonPackages = python.modules // rec {
};
};
skype4py = buildPythonPackage (rec {
name = "Skype4Py-1.0.32.0";