Created attachment 214714 [details] Patch for new port
A commit references this bug: Author: dbaio Date: Sat May 23 00:50:21 UTC 2020 New revision: 536254 URL: https://svnweb.freebsd.org/changeset/ports/536254 Log: Add textproc/py-sphinx-autodoc-typehints Type hints (PEP 484) support for the Sphinx autodoc extension This extension allows you to use Python 3 annotations for documenting acceptable argument types and return value types of functions. This allows you to use type hints in a very natural fashion. WWW: https://github.com/agronholm/sphinx-autodoc-typehints PR: 246625 Submitted by: Andreas Bilke <andreas@bilke.org> Changes: head/textproc/Makefile head/textproc/py-sphinx-autodoc-typehints/ head/textproc/py-sphinx-autodoc-typehints/Makefile head/textproc/py-sphinx-autodoc-typehints/distinfo head/textproc/py-sphinx-autodoc-typehints/pkg-descr
Committed, thanks!