File typing_extensions-toml.patch of Package python-typing_extensions
diff -urN typing_extensions-4.1.1/pyproject.toml typing_extensions-4.1.1-patch/pyproject.toml
--- typing_extensions-4.1.1/pyproject.toml 2022-02-14 05:15:51.594248800 +0200
+++ typing_extensions-4.1.1-patch/pyproject.toml 2023-10-03 14:30:44.918484178 +0300
@@ -7,24 +7,9 @@
[project]
name = "typing_extensions"
version = "4.1.1"
-description = "Backported and Experimental Type Hints for Python 3.6+"
-readme.text = """\
-Typing Extensions -- Backported and Experimental Type Hints for Python
-
-The ``typing`` module was added to the standard library in Python 3.5, but
-many new features have been added to the module since then.
-This means users of older Python versions who are unable to upgrade will not be
-able to take advantage of new types added to the ``typing`` module, such as
-``typing.Protocol`` or ``typing.TypedDict``.
-
-The ``typing_extensions`` module contains backports of these changes.
-Experimental types that may eventually be added to the ``typing``
-module are also included in ``typing_extensions``.
-"""
-readme.content-type = "text/x-rst"
+description = "Some stuff"
requires-python = ">=3.6"
-urls.Home = "https://github.com/python/typing/blob/master/typing_extensions/README.rst"
-license.file = "LICENSE"
+
keywords = [
"annotations",
"backport",