Loading pkgs/development/python-modules/saneyaml/default.nix +11 −5 Original line number Diff line number Diff line Loading @@ -5,22 +5,27 @@ setuptools-scm, pyyaml, pytestCheckHook, pythonOlder, setuptools, }: buildPythonPackage rec { pname = "saneyaml"; version = "0.6.0"; format = "setuptools"; version = "0.6.1"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-sjCfeDZiPNbbkyV067xD4/ZcdD52NReeZL7ssNFibkQ="; hash = "sha256-Gc+9i/lNcwmYFix5D+XOyau1MAzFiQ/jfcbbyqj7Frs="; }; dontConfigure = true; nativeBuildInputs = [ setuptools-scm ]; build-system = [ setuptools-scm ]; propagatedBuildInputs = [ pyyaml ]; dependencies = [ pyyaml ]; nativeCheckInputs = [ pytestCheckHook ]; Loading @@ -29,6 +34,7 @@ buildPythonPackage rec { meta = with lib; { description = "PyYaml wrapper with sane behaviour to read and write readable YAML safely"; homepage = "https://github.com/nexB/saneyaml"; changelog = "https://github.com/aboutcode-org/saneyaml/blob/v${version}/CHANGELOG.rst"; license = licenses.asl20; maintainers = [ ]; }; Loading Loading
pkgs/development/python-modules/saneyaml/default.nix +11 −5 Original line number Diff line number Diff line Loading @@ -5,22 +5,27 @@ setuptools-scm, pyyaml, pytestCheckHook, pythonOlder, setuptools, }: buildPythonPackage rec { pname = "saneyaml"; version = "0.6.0"; format = "setuptools"; version = "0.6.1"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-sjCfeDZiPNbbkyV067xD4/ZcdD52NReeZL7ssNFibkQ="; hash = "sha256-Gc+9i/lNcwmYFix5D+XOyau1MAzFiQ/jfcbbyqj7Frs="; }; dontConfigure = true; nativeBuildInputs = [ setuptools-scm ]; build-system = [ setuptools-scm ]; propagatedBuildInputs = [ pyyaml ]; dependencies = [ pyyaml ]; nativeCheckInputs = [ pytestCheckHook ]; Loading @@ -29,6 +34,7 @@ buildPythonPackage rec { meta = with lib; { description = "PyYaml wrapper with sane behaviour to read and write readable YAML safely"; homepage = "https://github.com/nexB/saneyaml"; changelog = "https://github.com/aboutcode-org/saneyaml/blob/v${version}/CHANGELOG.rst"; license = licenses.asl20; maintainers = [ ]; }; Loading