holgersson-overlay/net-mail/urlscan/files/urlscan-1.0.0-respect-paths.patch
Nils Freydank 1abf627db4
net-mail/urlscan: Bump to 1.0.0, use man page from github.com
The pypi archive has no man page bundled, but the gh archives fail to build,
so let's pull the archive from pypi and the single manpage file from
github.com.

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
2023-06-11 15:09:41 +02:00

19 lines
589 B
Diff

# Nils Freydank <holgersson@posteo.de> (2023-06-11)
Respect the gentoo paths for documentation - i.e. manual
installation of the documents.
Updating the patch from 2021-10-06 using setup.py to pyproject.toml
--- a/pyproject.toml 2023-06-11 14:30:00.000000000 +0200
+++ b/pyproject.toml 2023-06-11 14:30.00.000000001 +0200
@@ -49,8 +49,6 @@
version-file = "urlscan/_version.py"
[tool.hatch.build.targets.wheel.shared-data]
-LICENSE = "share/doc/urlscan/LICENSE"
-"README.md" = "share/doc/urlscan/README.md"
"urlscan.1" = "share/man/man1/urlscan.1"
[tool.hatch.build.targets.sdist]