Name: | epydoc |
---|---|
Version: | 3.0.1 |
Release: | 6.el6 |
Architecture: | noarch |
Group: | Development/Tools |
Size: | 16696594 |
License: | MIT |
RPM: | epydoc-3.0.1-6.el6.noarch.rpm |
Source RPM: | epydoc-3.0.1-6.el6.src.rpm |
Build Date: | Mon Jun 06 2011 |
Build Host: | ca-build19.us.oracle.com |
Vendor: | Oracle America |
URL: | http://epydoc.sourceforge.net/ |
Summary: | Automatic API documentation generation tool for Python |
Description: | Epydoc is a tool for generating API documentation for Python modules, based on their docstrings. For an example of epydoc's output, see the API documentation for epydoc itself (html, pdf). A lightweight markup language called epytext can be used to format docstrings, and to add information about specific fields, such as parameters and instance variables. Epydoc also understands docstrings written in ReStructuredText, Javadoc, and plaintext. |
- Fixed restructuredtext formatting (#657567)
- Rebuilt for RHEL 6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
- Include patch to use png instead of gif for generated images (#459857).
- Rebuild for Python 2.6
- Update to 3.0.1. - Update nohashbang patch. - Include new apirst2html script, but remove .py extension to avoid .pyc/pyo. - Include egg-info file.
- Remove desktop file prefix and X-Fedora category. - Include patch to remove #! python from files only meant to be included.
- Rebuild against python 2.5. - Remove no longer needed explicit python-abi requirement. - Change python build requirement to python-devel, as it's needed now.
- No longer ghost the .pyo files, as per new python guidelines (#205374).
- FC6 rebuild. - Add %{?dist} tag. - Update summary line.
- rebuilt
- Change to noarch. - Get Python site-packages dir from distutils, should fix x86_64 build. - Require python-abi and tkinter. - %ghost'ify *.pyo. - Fix man page permissions. - Add menu entry for epydocgui.
- Bump release to provide Extras upgrade path.
- Picked up and rebuilt. - Added doc and man pages.
- 2.1-0.fdr.1: Initial package