Port details |
- py-typing-extensions Backported and Experimental Type Hints for Python 3.5+
- 4.4.0 devel
=3 Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2019-01-17 19:21:03
- Last Update: 2023-01-11 15:58:34
- Commit Hash: 77d6847
- People watching this port, also watch:: py39-pysocks, py39-cffi, py39-pycparser, py39-idna, py39-chardet
- Also Listed In: python
- License: PSFL
- Description:
- The typing module was added to the standard library in Python 3.5 on a
provisional basis and will no longer be provisional in Python 3.7. However, this
means users of Python 3.5 - 3.6 who are unable to upgrade will not be able to
take advantage of new types added to the typing module, such as typing.Text or
typing.Coroutine.
The typing_extensions module contains both backports of these changes as well as
experimental types that will eventually be added to the typing module, such as
Protocol.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-typing-extensions/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-typing-extensions
- pkg install py39-typing-extensions
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-typing-extensions listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-typing-extensions
- Package flavors (<flavor>: <package>)
- py39: py39-typing-extensions
- distinfo:
- TIMESTAMP = 1665330642
SHA256 (typing_extensions-4.4.0.tar.gz) = 1511434bb92bf8dd198c12b1cc812e800d4181cfcb867674e0f8279cc93087aa
SIZE (typing_extensions-4.4.0.tar.gz) = 49708
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Build
-
- devel/py-lsprotocol
- math/py-formulaic
- misc/py-apache-beam
- misc/pytorch
- science/py-qiskit-ibm-experiment
- science/py-qiskit-nature
- science/py-tensorflow
- for Run
-
- cad/py-cadquery
- databases/py-ormar
- databases/py-psycopg
- databases/py-psycopg-pool
- devel/py-Faker
- devel/py-aioitertools
- devel/py-astroid
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_py-typing-extensions
- USES:
- python:3.7+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.4.0 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
4.4.0 09 Oct 2022 19:45:30
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-typing-extensions: Update to 4.4.0
Changes: https://github.com/python/typing_extensions/blob/main/CHANGELOG.md |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.3.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.3.0 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
4.3.0 07 Jul 2022 21:42:55
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-typing-extensions: Update to 4.3.0
- Update WWW
Changes: https://github.com/python/typing_extensions/blob/main/CHANGELOG.md |
4.2.0 26 Apr 2022 15:01:27
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-typing-extensions: Update to 4.2.0
Changes: https://github.com/python/typing/blob/master/typing_extensions/CHANGELOG.md |
4.1.1 07 Mar 2022 18:11:19
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-typing-extensions: Update to 4.1.1
Changes: https://github.com/python/typing/commits/master/typing_extensions |
4.0.1 25 Jan 2022 19:50:23
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-typing-extensions: Update to 4.0.1
Changes: https://github.com/python/typing/commits/master/typing_extensions |
3.10.0.2 21 Sep 2021 03:44:44
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-typing-extensions: Update to 3.10.0.2
Changes: https://github.com/python/typing/commits/master/typing_extensions |
3.10.0.0 11 May 2021 21:47:14
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-typing-extensions: Update to 3.10.0.0
Changes: https://github.com/python/typing/commits/master/typing_extensions |
3.7.4.3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.7.4.3 10 Jan 2021 19:32:24
  |
rene  |
Remove empty PY_TYPING from ports using Python 3.6+
Leave out textproc/py-sphinx[18] for now. |
3.7.4.3 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
3.7.4.3 25 Aug 2020 18:49:21
  |
sunpoet  |
Update to 3.7.4.3
Changes: https://github.com/python/typing/commits/master/typing_extensions |
3.7.4.2 04 Apr 2020 07:25:37
  |
sunpoet  |
Update to 3.7.4.2
Changes: https://github.com/python/typing/commits/master/typing_extensions |
3.7.4.1 04 Nov 2019 16:01:44
  |
sunpoet  |
Update to 3.7.4.1
Changes: https://github.com/python/typing/commits/master/typing_extensions |
3.7.4 09 Aug 2019 13:38:02
  |
sunpoet  |
Relax USES=python
typing-extensions 3.7.4 supports Python 3.7. |
3.7.4 03 Aug 2019 20:57:53
  |
sunpoet  |
Update to 3.7.4
Changes: https://github.com/python/typing/commits/master/typing_extensions
PR: 239268
Submitted by: amdmi3 |
3.7.2 31 May 2019 10:00:20
  |
sunpoet  |
Introduce PY_TYPING and simplify Makefile
Since devel/py-promise requires 3.6.4+, the minimal version is set to 3.6.4.
With hat: python |
3.7.2 17 Jan 2019 19:20:50
  |
sunpoet  |
Add py-typing-extensions 3.7.2
The typing module was added to the standard library in Python 3.5 on a
provisional basis and will no longer be provisional in Python 3.7. However, this
means users of Python 3.5 - 3.6 who are unable to upgrade will not be able to
take advantage of new types added to the typing module, such as typing.Text or
typing.Coroutine.
The typing_extensions module contains both backports of these changes as well as
experimental types that will eventually be added to the typing module, such as
Protocol.
WWW: https://github.com/python/typing/tree/master/typing_extensions |