Port details |
- py-typing Type Hints for Python
- 3.7.4.1 devel
=6 3.7.4.1Version of this port present on the latest quarterly branch. DEPRECATED: Python 2 only, backport of Python 3
This port expired on: 2020-12-31
- Maintainer: rm@FreeBSD.org
 - Port Added: 2016-07-29 12:09:28
- Last Update: 2021-01-12 20:14:46
- SVN Revision: 561375
- People watching this port, also watch:: py39-imagesize, indexinfo, autoconf, libevent, p11-kit
- Also Listed In: python
- License: PSFL
- WWW:
- https://pypi.org/project/typing/
- Description:
- This is a backport of the standard library typing module to Python
versions older than 3.5.
Typing defines a standard notation for Python function and variable type
annotations. The notation can be used for documenting code in a concise,
standard format, and it has been designed to also be used by static and
runtime type checkers, static analyzers, IDEs and other tools.
WWW: https://pypi.org/project/typing/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- 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>0:devel/py-typing@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-typing
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1582223012
SHA256 (typing-3.7.4.1.tar.gz) = 91dfe6f3f706ee8cc32d38edbbf304e9b7583fb37108fef38229617f8b3eba23
SIZE (typing-3.7.4.1.tar.gz) = 77982
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:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- NOTE: dependencies for deleted ports are notoriously suspect
- This port is required by:
- for Run
-
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:
- N/A
- USES:
- python:2.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 |
3.7.4.1 12 Jan 2021 20:14:46
  |
rene  |
Remove now unused PY_IPADDRESS and PY_TYPING and their ports. |
3.7.4.1 03 Jan 2021 08:46:19
  |
antoine  |
Resurrect py-typing to unbreak bulk -a |
3.7.4.1 02 Jan 2021 22:45:43
  |
rene  |
Remove some more expired ports:
devel/py-backports.functools_lru_cache
devel/py-backports_abc
devel/py-futures
devel/py-singledispatch
devel/py-typing
graphics/py-pillow6
Adjust dependent ports.
Tested with 'make index' against r559975 |
3.7.4.1 01 Jan 2021 10:11:35
  |
antoine  |
Revert r559792 to unbreak INDEX and bulk -a
It seems a lot of reverse dependencies were missed
With hat: portmgr |
3.7.4.1 01 Jan 2021 00:57:24
  |
rene  |
Remove most expired ports that depend on Python 2.7:
Exceptions are:
- mail/mailman, our listservers still use it
- www/chromium, solely because of popular demand,
upstream is (slowly) working on porting it to Python 3
- ports that have actual patches for Python 3 against
them (Cinnamon and a few unrelated other ports)
- llvm70 and qt5-webengine because they seem to have a lot
of dependencies which need further analysis
- sysutils/uefi-edk2-bhyve because bhyve seems to use them
- python2 and python27 themselves
I'm sure there will be complaints, but the nice thing about
a version control system is that we can revert and adjust things. (Only the first 15 lines of the commit message are shown above ) |
3.7.4.1 20 Oct 2020 02:02:40
  |
dbaio  |
devel/py-typing: Mark as deprecated, following lang/python27
PR: 249662 |
3.7.4.1 26 Feb 2020 20:48:05
  |
sunpoet  |
Update to 3.7.4.1
Changes: https://github.com/python/typing/commits/master
PR: 244416
Submitted by: sunpoet (myself)
Approved by: rm (maintainer) |
3.7.4 19 Feb 2020 17:59:36
  |
antoine  |
Clean up USES
With hat: portmgr |
3.7.4 08 Aug 2019 18:47:06
  |
sunpoet  |
Revert r508396 which incorrectly changes USES=python version range
With hat: python |
3.7.4 08 Aug 2019 17:47:43
  |
yuri  |
devel/py-typing: Remove the unnecessary python:-3.4 limitation
Approved by: portmgr blanket |
3.7.4 03 Aug 2019 20:57:59
  |
sunpoet  |
Update to 3.7.4
Changes: https://github.com/python/typing/commits/master
PR: 239269
Submitted by: amdmi3
Approved by: maintainer (timeout, 17 days) |
3.6.6 06 Mar 2019 18:08:09
  |
sunpoet  |
Update to 3.6.6
PR: 236272
Submitted by: sunpoet (myself)
Approved by: rm (maintainer) |
3.6.4 25 Apr 2018 16:42:38
  |
amdmi3  |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
3.6.4 05 Feb 2018 17:28:34
  |
rm  |
devel/py-typing: correct supported python version
This port is noop on anything equal or greater than Python 3.5
Reported by: sunpoet |
3.6.4 05 Feb 2018 17:03:41
  |
rm  |
devel/py-typing: update to 3.6.4 |
3.6.2 22 Sep 2017 20:52:07
  |
rm  |
devel/py-typing: update to 3.6.2 |
3.6.1 23 Apr 2017 16:11:14
  |
rm  |
devel/py-typing: update to 3.6.1 |
3.5.3.0 13 Jan 2017 20:07:56
  |
rm  |
devel/py-typing: update to 3.5.3.0 |
3.5.2.2 29 Jul 2016 12:09:19
  |
rm  |
This is a backport of the standard library typing module to Python
versions older than 3.5.
Typing defines a standard notation for Python function and variable type
annotations. The notation can be used for documenting code in a concise,
standard format, and it has been designed to also be used by static and
runtime type checkers, static analyzers, IDEs and other tools.
WWW: https://pypi.python.org/pypi/typing |