aports/community/py3-service_identity/remove-fancy-pypi-readme.patch
Celeste 812daf1cb7 community/py3-service_identity: upgrade to 24.1.0
also, fix lint warning about $pkgname usage in source URL
2024-01-15 09:32:00 +00:00

46 lines
1.1 KiB
Diff

--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["hatchling", "hatch-vcs", "hatch-fancy-pypi-readme"]
+requires = ["hatchling", "hatch-vcs"]
build-backend = "hatchling.build"
[project]
@@ -53,35 +53,6 @@
[tool.hatch.version]
source = "vcs"
raw-options = { local_scheme = "no-local-version" }
-
-[tool.hatch.metadata.hooks.fancy-pypi-readme]
-content-type = "text/markdown"
-
-[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
-text = "# Service Identity Verification for pyOpenSSL & *cryptography*\n"
-
-[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
-path = "README.md"
-start-after = "spiel-begin -->\n"
-
-[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
-text = """
-
-
-## Release Information
-
-"""
-
-[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
-path = "CHANGELOG.md"
-pattern = "\n(###.+?\n)## "
-
-[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
-text = """
-----
-
-[Complete Changelog →](https://service-identity.readthedocs.io/en/stable/changelog.html)
-"""
[tool.pytest.ini_options]