Download and Install py-epydoc version 3.0.1 on Mac OS X
Monday the 13th of October, 2008

    py-epydoc  most recent diff


    version 3.0.1

      View the most recent changes for the py-epydoc port at: py-epydoc.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for py-epydoc.
      The raw portfile for py-epydoc 3.0.1 is located here:
      http://py-epydoc.darwinports.com/dports/python/py-epydoc/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/py-epydoc
      Google
      Web Darwinports.com



      # $Id: Portfile 38937 2008-08-03 03:25:03Z ryandesign macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: py-epydoc
      Version: 3.0.1
      revision 2
      Category: python
      Platform: darwin freebsd
      Maintainers: trashmail.net:macports_dharland
      Description: API documentation generator for Python modules
      Long Description: Epydoc is a tool for generating API documentation for Python modules, based on their docstrings. 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.

      Homepage: http://epydoc.sourceforge.net/
      master_sites sourceforge:epydoc
      distname epydoc-${version}
      checksums md5 cdd6f6c76dd8bab5e653a343a0544294 sha1 ccd5cb602cbf8df1a6c61670793d0122fc569523

      post-destroot {
      file delete -force ${destroot}${prefix}/share/doc/${name}
      file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath} LICENSE.txt README.txt ${destroot}${prefix}/share/doc/${name}
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/py-epydoc
      % sudo port install py-epydoc
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching py-epydoc
      ---> Verifying checksum for py-epydoc
      ---> Extracting py-epydoc
      ---> Configuring py-epydoc
      ---> Building py-epydoc with target all
      ---> Staging py-epydoc into destroot
      ---> Installing py-epydoc
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using py-epydoc with these commands:
      %  man py-epydoc
      % apropos py-epydoc
      % which py-epydoc
      % locate py-epydoc

     Where to find more information:

    Darwin Ports



    Lightbox this page.