Loading pkgs/development/python-modules/versioneer/default.nix +7 −1 Original line number Diff line number Diff line Loading @@ -26,6 +26,12 @@ buildPythonPackage rec { tomli ]; passthru.optional-dependencies = { toml = lib.optionals (pythonOlder "3.11") [ tomli ]; }; # Couldn't get tests to work because, for instance, they used virtualenv and pip doCheck = false; Loading @@ -35,7 +41,7 @@ buildPythonPackage rec { meta = with lib; { description = "Version-string management for VCS-controlled trees"; homepage = "https://github.com/warner/python-versioneer"; homepage = "https://github.com/python-versioneer/python-versioneer"; changelog = "https://github.com/python-versioneer/python-versioneer/blob/${version}/NEWS.md"; license = licenses.publicDomain; maintainers = with maintainers; [ jluttine ]; Loading Loading
pkgs/development/python-modules/versioneer/default.nix +7 −1 Original line number Diff line number Diff line Loading @@ -26,6 +26,12 @@ buildPythonPackage rec { tomli ]; passthru.optional-dependencies = { toml = lib.optionals (pythonOlder "3.11") [ tomli ]; }; # Couldn't get tests to work because, for instance, they used virtualenv and pip doCheck = false; Loading @@ -35,7 +41,7 @@ buildPythonPackage rec { meta = with lib; { description = "Version-string management for VCS-controlled trees"; homepage = "https://github.com/warner/python-versioneer"; homepage = "https://github.com/python-versioneer/python-versioneer"; changelog = "https://github.com/python-versioneer/python-versioneer/blob/${version}/NEWS.md"; license = licenses.publicDomain; maintainers = with maintainers; [ jluttine ]; Loading