Loading pkgs/development/python-modules/mkdocs-rss-plugin/default.nix +9 −5 Original line number Diff line number Diff line Loading @@ -10,10 +10,11 @@ pytest-cov-stub, pytestCheckHook, setuptools, setuptools-scm, validator-collection, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "mkdocs-rss-plugin"; version = "1.17.9"; pyproject = true; Loading @@ -21,11 +22,14 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "Guts"; repo = "mkdocs-rss-plugin"; tag = version; tag = finalAttrs.version; hash = "sha256-rUMjS0+895SsU7qNckLL3BprUQa/3lJDjpwhMkF0jYg="; }; build-system = [ setuptools ]; build-system = [ setuptools setuptools-scm ]; dependencies = [ cachecontrol Loading Loading @@ -65,8 +69,8 @@ buildPythonPackage rec { meta = { description = "MkDocs plugin to generate a RSS feeds for created and updated pages, using git log and YAML frontmatter"; homepage = "https://github.com/Guts/mkdocs-rss-plugin"; changelog = "https://github.com/Guts/mkdocs-rss-plugin/blob/${src.tag}/CHANGELOG.md"; changelog = "https://github.com/Guts/mkdocs-rss-plugin/blob/${finalAttrs.version}/CHANGELOG.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } }) Loading
pkgs/development/python-modules/mkdocs-rss-plugin/default.nix +9 −5 Original line number Diff line number Diff line Loading @@ -10,10 +10,11 @@ pytest-cov-stub, pytestCheckHook, setuptools, setuptools-scm, validator-collection, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "mkdocs-rss-plugin"; version = "1.17.9"; pyproject = true; Loading @@ -21,11 +22,14 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "Guts"; repo = "mkdocs-rss-plugin"; tag = version; tag = finalAttrs.version; hash = "sha256-rUMjS0+895SsU7qNckLL3BprUQa/3lJDjpwhMkF0jYg="; }; build-system = [ setuptools ]; build-system = [ setuptools setuptools-scm ]; dependencies = [ cachecontrol Loading Loading @@ -65,8 +69,8 @@ buildPythonPackage rec { meta = { description = "MkDocs plugin to generate a RSS feeds for created and updated pages, using git log and YAML frontmatter"; homepage = "https://github.com/Guts/mkdocs-rss-plugin"; changelog = "https://github.com/Guts/mkdocs-rss-plugin/blob/${src.tag}/CHANGELOG.md"; changelog = "https://github.com/Guts/mkdocs-rss-plugin/blob/${finalAttrs.version}/CHANGELOG.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } })