Loading pkgs/development/python-modules/nocasedict/default.nix +11 −7 Original line number Diff line number Diff line Loading @@ -2,29 +2,33 @@ lib, buildPythonPackage, fetchPypi, pytest7CheckHook, six, pytestCheckHook, pythonOlder, setuptools, }: buildPythonPackage rec { pname = "nocasedict"; version = "2.0.3"; format = "setuptools"; version = "2.0.4"; pyproject = true; disabled = pythonOlder "3.10"; src = fetchPypi { inherit pname version; hash = "sha256-HJImx/WoqXrVHcsK4xV6cg4/fLnEVo0i6joF4/hWWKk="; hash = "sha256-TKk09l31exDQ/KtfDDnp3MuTV3/58ivvmCZd2/EvivE="; }; propagatedBuildInputs = [ six ]; build-system = [ setuptools ]; nativeCheckInputs = [ pytest7CheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "nocasedict" ]; meta = with lib; { description = "Case-insensitive ordered dictionary for Python"; homepage = "https://github.com/pywbem/nocasedict"; changelog = "https://github.com/pywbem/nocasedict/blob/${version}/docs/changes.rst"; license = licenses.lgpl21Plus; maintainers = with maintainers; [ freezeboy ]; }; Loading Loading
pkgs/development/python-modules/nocasedict/default.nix +11 −7 Original line number Diff line number Diff line Loading @@ -2,29 +2,33 @@ lib, buildPythonPackage, fetchPypi, pytest7CheckHook, six, pytestCheckHook, pythonOlder, setuptools, }: buildPythonPackage rec { pname = "nocasedict"; version = "2.0.3"; format = "setuptools"; version = "2.0.4"; pyproject = true; disabled = pythonOlder "3.10"; src = fetchPypi { inherit pname version; hash = "sha256-HJImx/WoqXrVHcsK4xV6cg4/fLnEVo0i6joF4/hWWKk="; hash = "sha256-TKk09l31exDQ/KtfDDnp3MuTV3/58ivvmCZd2/EvivE="; }; propagatedBuildInputs = [ six ]; build-system = [ setuptools ]; nativeCheckInputs = [ pytest7CheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "nocasedict" ]; meta = with lib; { description = "Case-insensitive ordered dictionary for Python"; homepage = "https://github.com/pywbem/nocasedict"; changelog = "https://github.com/pywbem/nocasedict/blob/${version}/docs/changes.rst"; license = licenses.lgpl21Plus; maintainers = with maintainers; [ freezeboy ]; }; Loading