Loading pkgs/development/python-modules/aioopenexchangerates/default.nix +10 −10 Original line number Diff line number Diff line Loading @@ -12,18 +12,23 @@ buildPythonPackage rec { pname = "aioopenexchangerates"; version = "0.4.3"; format = "pyproject"; version = "0.4.4"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "MartinHjelmare"; repo = pname; repo = "aioopenexchangerates"; rev = "refs/tags/v${version}"; hash = "sha256-C34GjCQdkKOTyHw4XNaXvVqqMfKv9KlZjdKfDFsOSOE="; hash = "sha256-Wts2qVTZFTLR2Ru3bSiobGOyegiNoGl3xOrZdDRh7iU="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace " --cov=aioopenexchangerates --cov-report=term-missing:skip-covered" "" ''; nativeBuildInputs = [ poetry-core ]; Loading @@ -39,11 +44,6 @@ buildPythonPackage rec { pytestCheckHook ]; postPatch = '' substituteInPlace pyproject.toml \ --replace " --cov=aioopenexchangerates --cov-report=term-missing:skip-covered" "" ''; pythonImportsCheck = [ "aioopenexchangerates" ]; Loading @@ -51,7 +51,7 @@ buildPythonPackage rec { meta = with lib; { description = "Library for the Openexchangerates API"; homepage = "https://github.com/MartinHjelmare/aioopenexchangerates"; changelog = "https://github.com/MartinHjelmare/aioopenexchangerates/blob/vv${version}/CHANGELOG.md"; changelog = "https://github.com/MartinHjelmare/aioopenexchangerates/blob/v${version}/CHANGELOG.md"; license = with licenses; [ asl20 ]; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/aioopenexchangerates/default.nix +10 −10 Original line number Diff line number Diff line Loading @@ -12,18 +12,23 @@ buildPythonPackage rec { pname = "aioopenexchangerates"; version = "0.4.3"; format = "pyproject"; version = "0.4.4"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "MartinHjelmare"; repo = pname; repo = "aioopenexchangerates"; rev = "refs/tags/v${version}"; hash = "sha256-C34GjCQdkKOTyHw4XNaXvVqqMfKv9KlZjdKfDFsOSOE="; hash = "sha256-Wts2qVTZFTLR2Ru3bSiobGOyegiNoGl3xOrZdDRh7iU="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace " --cov=aioopenexchangerates --cov-report=term-missing:skip-covered" "" ''; nativeBuildInputs = [ poetry-core ]; Loading @@ -39,11 +44,6 @@ buildPythonPackage rec { pytestCheckHook ]; postPatch = '' substituteInPlace pyproject.toml \ --replace " --cov=aioopenexchangerates --cov-report=term-missing:skip-covered" "" ''; pythonImportsCheck = [ "aioopenexchangerates" ]; Loading @@ -51,7 +51,7 @@ buildPythonPackage rec { meta = with lib; { description = "Library for the Openexchangerates API"; homepage = "https://github.com/MartinHjelmare/aioopenexchangerates"; changelog = "https://github.com/MartinHjelmare/aioopenexchangerates/blob/vv${version}/CHANGELOG.md"; changelog = "https://github.com/MartinHjelmare/aioopenexchangerates/blob/v${version}/CHANGELOG.md"; license = with licenses; [ asl20 ]; maintainers = with maintainers; [ fab ]; }; Loading