diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-10-05 09:19:31 +0100 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-10-05 09:19:31 +0100 |
| commit | f85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (patch) | |
| tree | ad799ccacfb459b809b02b9c115ed4befb93b4c1 /www/py-nikola/files/patch-pyproject.toml | |
| parent | 0b1510fe1f98f82da6f3481cb6c58957022d9211 (diff) | |
| parent | b057c68280a2f2a7b3d1fbac36f7b034e1fdf593 (diff) | |
Merge remote-tracking branch 'freebsd/main' into lf/main
Diffstat (limited to 'www/py-nikola/files/patch-pyproject.toml')
| -rw-r--r-- | www/py-nikola/files/patch-pyproject.toml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/py-nikola/files/patch-pyproject.toml b/www/py-nikola/files/patch-pyproject.toml new file mode 100644 index 000000000000..08f80da7de21 --- /dev/null +++ b/www/py-nikola/files/patch-pyproject.toml @@ -0,0 +1,20 @@ +--- pyproject.toml.orig 2025-09-16 01:33:40 UTC ++++ pyproject.toml +@@ -3,7 +3,7 @@ build-backend = "setuptools.build_meta" + build-backend = "setuptools.build_meta" + + [project] +-name = "Nikola" ++name = "nikola" + version = "8.3.3" + description = "A modular, fast, simple, static website and blog generator" + readme = "README.rst" +@@ -111,7 +111,7 @@ exclude = ["tests", "tests.*"] + "docs/theming.rst", + "docs/extending.rst" + ] +-"share/man/man1" = ["docs/man/nikola.1.gz"] ++#"share/man/man1" = ["docs/man/nikola.1.gz"] + + [tool.pydocstyle] + add-ignore = ["D412", "D413"] |
