gentoo/dev-python/mkdocs-material/files/mkdocs-material-8.5.7-simplify-build.patch
Michał Górny 400f82643e
dev-python/mkdocs-material: Bump to 8.5.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2022-12-01 08:09:12 +01:00

20 lines
529 B
Diff

diff --git a/pyproject.toml b/pyproject.toml
index c5bd914c0..3757e983b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -55,13 +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"]
-
-[tool.hatch.metadata.hooks.requirements_txt]
-filename = "requirements.txt"
+path = "gentoo_version.py"
[tool.hatch.build.targets.wheel]
include = ["/material"]