Loading pkgs/development/python-modules/packvers/default.nix +12 −4 Original line number Diff line number Diff line Loading @@ -6,23 +6,26 @@ pyparsing, pytestCheckHook, pythonOlder, setuptools, }: buildPythonPackage rec { pname = "packvers"; version = "21.5"; format = "setuptools"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "nexB"; repo = pname; repo = "packvers"; rev = "refs/tags/${version}"; hash = "sha256-nCSYL0g7mXi9pGFt24pOXbmmYsaRuB+rRZrygf8DTLE="; }; propagatedBuildInputs = [ pyparsing ]; build-system = [ setuptools ]; dependencies = [ pyparsing ]; nativeCheckInputs = [ pretend Loading @@ -31,9 +34,14 @@ buildPythonPackage rec { pythonImportsCheck = [ "packvers" ]; disabledTests = [ # Failed: DID NOT RAISE <class 'packvers.requirements.InvalidRequirement'> "test_invalid_file_urls" ]; meta = with lib; { description = "Module for version handling of modules"; homepage = "https://github.com/nexB/dparse2"; homepage = "https://github.com/aboutcode-org/packvers"; changelog = "https://github.com/nexB/packvers/blob/${version}/CHANGELOG.rst"; license = with licenses; [ asl20 # and Loading Loading
pkgs/development/python-modules/packvers/default.nix +12 −4 Original line number Diff line number Diff line Loading @@ -6,23 +6,26 @@ pyparsing, pytestCheckHook, pythonOlder, setuptools, }: buildPythonPackage rec { pname = "packvers"; version = "21.5"; format = "setuptools"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "nexB"; repo = pname; repo = "packvers"; rev = "refs/tags/${version}"; hash = "sha256-nCSYL0g7mXi9pGFt24pOXbmmYsaRuB+rRZrygf8DTLE="; }; propagatedBuildInputs = [ pyparsing ]; build-system = [ setuptools ]; dependencies = [ pyparsing ]; nativeCheckInputs = [ pretend Loading @@ -31,9 +34,14 @@ buildPythonPackage rec { pythonImportsCheck = [ "packvers" ]; disabledTests = [ # Failed: DID NOT RAISE <class 'packvers.requirements.InvalidRequirement'> "test_invalid_file_urls" ]; meta = with lib; { description = "Module for version handling of modules"; homepage = "https://github.com/nexB/dparse2"; homepage = "https://github.com/aboutcode-org/packvers"; changelog = "https://github.com/nexB/packvers/blob/${version}/CHANGELOG.rst"; license = with licenses; [ asl20 # and Loading