Port details |
- py-typing-extensions Backported and Experimental Type Hints for Python 3.5+
- 4.12.2 devel =10 4.12.2Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2019-01-17 19:21:03
- Last Update: 2024-06-18 04:00:09
- Commit Hash: a1eaa99
- People watching this port, also watch:: libxml2, freetype2, jpeg-turbo, py311-six, expat
- Also Listed In: python
- License: PSFL
- WWW:
- https://github.com/python/typing_extensions
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- 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 py311-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 py311-typing-extensions listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-typing-extensions
- Package flavors (<flavor>: <package>)
- py311: py311-typing-extensions
- distinfo:
- TIMESTAMP = 1718580122
SHA256 (typing_extensions-4.12.2.tar.gz) = 1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8
SIZE (typing_extensions-4.12.2.tar.gz) = 85321
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:
-
- py311-flit-core>=3.4<4 : devel/py-flit-core@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- comms/py-pynitrokey
- deskutils/normcap
- devel/py-mypy
- devel/py-nanobind
- devel/py-pydantic-core
- devel/py-setuptools_scm7
- math/py-formulaic
-
Deleted ports which required this port:
- for Run
-
- audio/beets
- audio/py-librosa
- audio/py-speechrecognition
- comms/py-pynitrokey
- comms/py-spsdk
- converters/py-gotenberg-client
- databases/py-dbt-core
-
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
- 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.12.2 18 Jun 2024 04:00:09 |
Po-Chuan Hsieh (sunpoet) |
devel/py-typing-extensions: Update to 4.12.2
Changes: https://github.com/python/typing_extensions/releases |
4.12.1 03 Jun 2024 02:38:22 |
Po-Chuan Hsieh (sunpoet) |
devel/py-typing-extensions: Update to 4.12.1
Changes: https://github.com/python/typing_extensions/releases |
4.12.0 28 May 2024 20:19:58 |
Po-Chuan Hsieh (sunpoet) |
devel/py-typing-extensions: Update to 4.12.0
Changes: https://github.com/python/typing_extensions/releases |
4.11.0 08 Apr 2024 06:46:40 |
Po-Chuan Hsieh (sunpoet) |
devel/py-typing-extensions: Update to 4.11.0
Changes: https://github.com/python/typing_extensions/releases |
4.10.0 09 Mar 2024 14:06:08 |
Po-Chuan Hsieh (sunpoet) |
devel/py-typing-extensions: Update to 4.10.0
Changes: https://github.com/python/typing_extensions/releases |
4.9.0 14 Dec 2023 20:45:21 |
Po-Chuan Hsieh (sunpoet) |
devel/py-typing-extensions: Update to 4.9.0
Changes: https://github.com/python/typing_extensions/releases |
4.8.0 22 Sep 2023 03:18:12 |
Po-Chuan Hsieh (sunpoet) |
devel/py-typing-extensions: Update to 4.8.0
Changes: https://github.com/python/typing_extensions/releases |
4.7.1 09 Jul 2023 21:34:38 |
Po-Chuan Hsieh (sunpoet) |
devel/py-typing-extensions: Update to 4.7.1
Changes: https://github.com/python/typing_extensions/releases |
4.7.0 09 Jul 2023 10:19:29 |
Po-Chuan Hsieh (sunpoet) |
devel/py-typing-extensions: Update to 4.7.0
Changes: https://github.com/python/typing_extensions/blob/main/CHANGELOG.md |
4.6.3 27 Jun 2023 21:41:51 |
Charlie Li (vishwin) |
Revert "devel/py-typing-extensions: unbreak circular dependency"
Python 3.7 EOLed and removed from the tree, so this workaround is
not needed anymore.
This reverts commits 022d383b0e704ad9bdb02255c8ef0c47c52416ed and
e7a9ba1fecd9209fbb4b669ccb283cb1862c4a2a.
With hat: python |
4.6.3 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
4.6.3 05 Jun 2023 18:47:18 |
Po-Chuan Hsieh (sunpoet) |
devel/py-typing-extensions: Update to 4.6.3
Changes: https://github.com/python/typing_extensions/blob/main/CHANGELOG.md |
4.6.2 27 May 2023 23:44:04 |
Po-Chuan Hsieh (sunpoet) |
devel/py-typing-extensions: Update to 4.6.2
Changes: https://github.com/python/typing_extensions/blob/main/CHANGELOG.md |
4.5.0 05 Apr 2023 17:30:37 |
Po-Chuan Hsieh (sunpoet) |
devel/py-typing-extensions: Update to 4.5.0
Changes: https://github.com/python/typing_extensions/blob/main/CHANGELOG.md |
4.4.0_2 04 Apr 2023 18:29:11 |
Antoine Brodin (antoine) |
USE_PYTHON=pep517: bump PORTREVISION |
4.4.0_1 21 Mar 2023 19:21:07 |
Po-Chuan Hsieh (sunpoet) |
devel/py-typing-extensions: Add comment about
e7a9ba1fecd9209fbb4b669ccb283cb1862c4a2a |
4.4.0_1 18 Feb 2023 17:50:56 |
Charlie Li (vishwin) |
devel/py-typing-extensions: unbreak circular dependency
This is part of the PEP-517 bootstrap chain on older Python, so do
not use devel/py-build to build the wheel. While here, add
USE_PYTHON=allflavors
With hat: python |
4.4.0_1 12 Feb 2023 18:41:46 |
Po-Chuan Hsieh (sunpoet) |
devel/py-typing-extensions: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for dependency and package change |
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 |