Source: python-typing-extensions
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Michael R. Crusoe <crusoe@debian.org>,
 Colin Watson <cjwatson@debian.org>,
Section: python
Testsuite: autopkgtest-pkg-pybuild
Build-Depends:
 debhelper-compat (= 14),
 dh-sequence-python3,
 dh-sequence-sphinxdoc,
 flit (>= 3.11),
 pybuild-plugin-pyproject,
 python3-alabaster,
 python3-all:any,
 python3-doc,
 python3-pytest,
 python3-sphinx,
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-typing-extensions
Vcs-Git: https://salsa.debian.org/python-team/packages/python-typing-extensions.git
Homepage: https://typing-extensions.readthedocs.io/en/latest/
X-Style: black

Package: python3-typing-extensions
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-typing-extensions-doc (= ${binary:Version}),
Multi-Arch: foreign
Description: Backported and Experimental Type Hints for Python (Python3 version)
 The "typing_extensions" module serves two related purposes:
 .
 1. Enable use of new type system features on older Python versions.
 2. Enable experimentation with new type system PEPs before they are accepted
    and added to the "typing" module.
 .
 "typing_extensions" is treated specially by static type checkers such as mypy
 and pyright. Objects defined in "typing_extensions" are treated the same
 way as equivalent forms in "typing".
 .
 This package contains the Python 3 version of the library.

Package: python-typing-extensions-doc
Section: doc
Architecture: all
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: Backported and Experimental Type Hints for Python (Documentation)
 The "typing_extensions" module serves two related purposes:
 .
 1. Enable use of new type system features on older Python versions.
 2. Enable experimentation with new type system PEPs before they are accepted
    and added to the "typing" module.
 .
 "typing_extensions" is treated specially by static type checkers such as mypy
 and pyright. Objects defined in "typing_extensions" are treated the same
 way as equivalent forms in "typing".
 .
 This package contains the documentation.
