Version: 3.7.4.1, Package name: py-typing-3.7.4.1 |
Maintained by: Kurt Mosiejczuk |
Master sites: |
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. |
Filesize: 76.154 KB |
Version History (View Complete History) |
|
2021-02-23 12:39:53 by Stuart Henderson | Files touched by this commit (743) |
Log message: Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not. |
2019-12-26 22:09:15 by Kurt Mosiejczuk | Files touched by this commit (3) |
Log message: Update devel/py-typing 3.6.4 -> 3.7.4.1 Update to latest py-typing and drop python3 FLAVOR since it is just a backport for early versions of Python. (Usage of python3 flavor has previously been removed from the tree). Take maintainership while here OK kn@ |
2019-07-12 14:46:30 by Stuart Henderson | Files touched by this commit (853) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-04-28 14:52:03 by Stuart Henderson | Files touched by this commit (715) |
Log message: bump all the py3 things, _SYSTEM_VERSION didn't quite work out how we expected and it's easier|safer to do it this way than fiddle with pkg_add now. thanks aja for update tests with a quick bulk. |
2018-04-27 09:14:47 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: update to py-typing-3.6.4 |
2018-03-09 05:40:14 by Stuart Henderson | Files touched by this commit (1) |
Log message: oops, plist reordered -> bump. reported by naddy@ |
2018-03-08 08:08:50 by Stuart Henderson | Files touched by this commit (2) |
Log message: +py3-typing |
2018-01-19 14:45:21 by Joerg Jung | Files touched by this commit (3) |
Log message: update py-typing to 3.6.2 with input from and ok sthen |
2017-03-05 11:16:50 by Alexandr Shadchin | Files touched by this commit (2) |
Log message: Update to py-typing 3.5.3.0 |