Bug 246625 - New port: textproc/py-sphinx-autodoc-typehints: Type hints (PEP 484) support for the Sphinx autodoc extension
Summary: New port: textproc/py-sphinx-autodoc-typehints: Type hints (PEP 484) support ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Danilo G. Baio
URL:
Keywords:
Depends on:
Blocks: 246627
  Show dependency treegraph
 
Reported: 2020-05-21 10:20 UTC by Andreas Bilke
Modified: 2020-05-23 00:53 UTC (History)
1 user (show)

See Also:


Attachments
Patch for new port (3.40 KB, patch)
2020-05-21 10:20 UTC, Andreas Bilke
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Bilke 2020-05-21 10:20:49 UTC
Created attachment 214714 [details]
Patch for new port
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-05-23 00:51:01 UTC
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
Comment 2 Danilo G. Baio freebsd_committer freebsd_triage 2020-05-23 00:53:41 UTC
Committed, thanks!