Loading pkgs/development/python-modules/btrees/default.nix +10 −7 Original line number Diff line number Diff line Loading @@ -7,22 +7,22 @@ transaction, zope-testrunner, python, pythonOlder, setuptools, }: buildPythonPackage rec { pname = "btrees"; version = "6.1"; format = "setuptools"; disabled = pythonOlder "3.7"; version = "6.2"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-4YdG+GQYaaIPRTKMm1+X3GxxoRlZYDVq72O3X1yNRF8="; hash = "sha256-SnxwN2aEfrD6tYrpudacyAWIy/1uNFcrur1FU+B5/is="; }; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ persistent zope-interface ]; Loading @@ -34,7 +34,9 @@ buildPythonPackage rec { checkPhase = '' runHook preCheck ${python.interpreter} -m zope.testrunner --test-path=src --auto-color --auto-progress runHook postCheck ''; Loading @@ -48,6 +50,7 @@ buildPythonPackage rec { meta = with lib; { description = "Scalable persistent components"; homepage = "http://packages.python.org/BTrees"; changelog = "https://github.com/zopefoundation/BTrees/blob/${version}/CHANGES.rst"; license = licenses.zpl21; maintainers = [ ]; }; Loading Loading
pkgs/development/python-modules/btrees/default.nix +10 −7 Original line number Diff line number Diff line Loading @@ -7,22 +7,22 @@ transaction, zope-testrunner, python, pythonOlder, setuptools, }: buildPythonPackage rec { pname = "btrees"; version = "6.1"; format = "setuptools"; disabled = pythonOlder "3.7"; version = "6.2"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-4YdG+GQYaaIPRTKMm1+X3GxxoRlZYDVq72O3X1yNRF8="; hash = "sha256-SnxwN2aEfrD6tYrpudacyAWIy/1uNFcrur1FU+B5/is="; }; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ persistent zope-interface ]; Loading @@ -34,7 +34,9 @@ buildPythonPackage rec { checkPhase = '' runHook preCheck ${python.interpreter} -m zope.testrunner --test-path=src --auto-color --auto-progress runHook postCheck ''; Loading @@ -48,6 +50,7 @@ buildPythonPackage rec { meta = with lib; { description = "Scalable persistent components"; homepage = "http://packages.python.org/BTrees"; changelog = "https://github.com/zopefoundation/BTrees/blob/${version}/CHANGES.rst"; license = licenses.zpl21; maintainers = [ ]; }; Loading