setuptools: 0.9.8 -> 2.0.2
This commit is contained in:
parent
952a0a3797
commit
c73f118af6
@ -4,18 +4,13 @@ stdenv.mkDerivation rec {
|
||||
shortName = "setuptools-${version}";
|
||||
name = "${python.executable}-${shortName}";
|
||||
|
||||
version = "0.9.8";
|
||||
version = "2.0.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/s/setuptools/${shortName}.tar.gz";
|
||||
sha256 = "037b8x3fdhx8s6xafqndi3yr8x2vr42n1kzs7jxk6j9s9fd65gs2";
|
||||
sha256 = "09nv5x45y8fgc0kjmmw4gig3hr0is9xlc5rq053vnbmkxr5q5xmi";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# https://bitbucket.org/pypa/setuptools/issue/55/1-failure-lc_all-c-python33m-setuppy-test
|
||||
./distribute-skip-sdist_with_utf8_encoded_filename.patch
|
||||
];
|
||||
|
||||
buildInputs = [ python wrapPython ];
|
||||
|
||||
buildPhase = "${python}/bin/${python.executable} setup.py build --build-base $out";
|
||||
@ -29,8 +24,7 @@ stdenv.mkDerivation rec {
|
||||
wrapPythonPrograms
|
||||
'';
|
||||
|
||||
# tests fail on darwin, see http://bitbucket.org/pypa/setuptools/issue/55/1-failure-lc_all-c-python33m-setuppy-test
|
||||
doCheck = (!stdenv.isDarwin);
|
||||
doCheck = true;
|
||||
|
||||
checkPhase = ''
|
||||
${python}/bin/${python.executable} setup.py test
|
||||
|
Loading…
Reference in New Issue
Block a user