Name: epydoc Version: 2.1 Release: 0.fdr.1 Summary: Edward Loper's API Documentation Generation Tool. Group: Development/Tools License: MIT URL: http://epydoc.sourceforge.net Source: http://download.sourceforge.net/epydoc/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel %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. %prep %setup -q %build python setup.py build %install rm -rf $RPM_BUILD_ROOT python setup.py install --root=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{_libdir}/python?.?/site-packages/epydoc %{_bindir}/epydoc %{_bindir}/epydocgui %changelog * Fri May 07 2004 Thomas Vander Stichele - 2.1-0.fdr.1: Initial package