diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-22 10:35:32 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-22 10:35:48 +0300 |
commit | 9a4c11ae1d1c1b00b07dcf7668dcaa91946e969e (patch) | |
tree | 9cff6c21545ba6ea5daf20f6834ff57b92e54765 /dev-python/mkdocs-material/files | |
parent | dev-python/mkdocs-material-extensions: add 1.1 (diff) | |
download | gentoo-9a4c11ae1d1c1b00b07dcf7668dcaa91946e969e.tar.gz gentoo-9a4c11ae1d1c1b00b07dcf7668dcaa91946e969e.tar.bz2 gentoo-9a4c11ae1d1c1b00b07dcf7668dcaa91946e969e.zip |
dev-python/mkdocs-material: add 8.5.7
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/mkdocs-material/files')
-rw-r--r-- | dev-python/mkdocs-material/files/mkdocs-material-8.5.7-simplify-build.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-python/mkdocs-material/files/mkdocs-material-8.5.7-simplify-build.patch b/dev-python/mkdocs-material/files/mkdocs-material-8.5.7-simplify-build.patch new file mode 100644 index 000000000000..c0f07eac494f --- /dev/null +++ b/dev-python/mkdocs-material/files/mkdocs-material-8.5.7-simplify-build.patch @@ -0,0 +1,27 @@ +From: Arthur Zamarin <arthurzam@gentoo.org> + +Simplify dependencies used for metadata generation. + +--- a/pyproject.toml ++++ b/pyproject.toml +@@ -19,7 +19,7 @@ + # IN THE SOFTWARE. + + [build-system] +-requires = ["hatchling", "hatch-requirements-txt", "hatch-nodejs-version>=0.3.0"] ++requires = ["hatchling"] + build-backend = "hatchling.build" + + [project] +@@ -55,10 +55,7 @@ tags = "material.plugins.tags.plugin:TagsPlugin" + material = "material" + + [tool.hatch.version] +-source = "nodejs" +- +-[tool.hatch.metadata.hooks.nodejs] +-fields = ["license", "description", "authors", "keywords", "urls"] ++path = "gentoo_version.py" + + [tool.hatch.metadata.hooks.requirements_txt] + filename = "requirements.txt" |