Loading pkgs/development/python-modules/z3c-checkversions/default.nix +5 −4 Original line number Diff line number Diff line Loading @@ -9,24 +9,25 @@ buildPythonPackage rec { pname = "z3c-checkversions"; version = "1.2"; version = "2.0"; src = fetchPypi { inherit version; pname = "z3c.checkversions"; sha256 = "94c7ab0810ee6fdb66a4689b48e537b57e2dbee277cb1de2ece7a7f4d8c83001"; hash = "sha256-rn4kl8Pn6YNqbE+VD6L8rVBQHkQqXSD47ZIy77+ashE="; }; propagatedBuildInputs = [ zc-buildout ]; nativeCheckInputs = [ zope_testrunner ]; doCheck = !python.pkgs.isPy27; checkPhase = '' ${python.interpreter} -m zope.testrunner --test-path=src [] ''; meta = with lib; { broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin; homepage = "https://github.com/zopefoundation/z3c.checkversions"; changelog = "https://github.com/zopefoundation/z3c.checkversions/blob/${version}/CHANGES.rst"; description = "Find newer package versions on PyPI"; license = licenses.zpl21; }; Loading Loading
pkgs/development/python-modules/z3c-checkversions/default.nix +5 −4 Original line number Diff line number Diff line Loading @@ -9,24 +9,25 @@ buildPythonPackage rec { pname = "z3c-checkversions"; version = "1.2"; version = "2.0"; src = fetchPypi { inherit version; pname = "z3c.checkversions"; sha256 = "94c7ab0810ee6fdb66a4689b48e537b57e2dbee277cb1de2ece7a7f4d8c83001"; hash = "sha256-rn4kl8Pn6YNqbE+VD6L8rVBQHkQqXSD47ZIy77+ashE="; }; propagatedBuildInputs = [ zc-buildout ]; nativeCheckInputs = [ zope_testrunner ]; doCheck = !python.pkgs.isPy27; checkPhase = '' ${python.interpreter} -m zope.testrunner --test-path=src [] ''; meta = with lib; { broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin; homepage = "https://github.com/zopefoundation/z3c.checkversions"; changelog = "https://github.com/zopefoundation/z3c.checkversions/blob/${version}/CHANGES.rst"; description = "Find newer package versions on PyPI"; license = licenses.zpl21; }; Loading