diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-10-22 13:06:03 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-10-22 13:06:03 +0000 |
| commit | 605b618dfe4dc8d07ea23bc9e6aeefada1e2e2f0 (patch) | |
| tree | 477ef6bdc5fc0bab3bc35167cafcf2eba0c6b873 /dev-python/mkdocs-material/files | |
| parent | 0bd9a5ffddbe17ff8b1dcb4441acd99ae190e39c (diff) | |
| download | baldeagleos-repo-605b618dfe4dc8d07ea23bc9e6aeefada1e2e2f0.tar.gz baldeagleos-repo-605b618dfe4dc8d07ea23bc9e6aeefada1e2e2f0.tar.xz baldeagleos-repo-605b618dfe4dc8d07ea23bc9e6aeefada1e2e2f0.zip | |
Adding metadata
Diffstat (limited to 'dev-python/mkdocs-material/files')
| -rw-r--r-- | dev-python/mkdocs-material/files/mkdocs-material-8.5.7-simplify-build.patch | 28 |
1 files changed, 28 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..ac696c40710f --- /dev/null +++ b/dev-python/mkdocs-material/files/mkdocs-material-8.5.7-simplify-build.patch @@ -0,0 +1,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"] |
