summaryrefslogtreecommitdiff
path: root/dev-python/mkdocs-material/files/mkdocs-material-8.5.7-simplify-build.patch
blob: ac696c40710f142441e21ef1e8ee27e8ef30a384 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
diff --git a/pyproject.toml b/pyproject.toml
index c5bd914c0..3757e983b 100644
--- 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,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"]