Download and Install py-checker version 0.8.17 on Mac OS X
Thursday the 24th of July, 2008

    py-checker  most recent diff


      View the most recent changes for the py-checker port at: py-checker.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for py-checker.
      The raw portfile for py-checker 0.8.17 is located here:
      http://py-checker.darwinports.com/dports/python/py-checker/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-checker
      Google
      Web Darwinports.com



      # $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: py-checker
      Version: 0.8.17
      Category: python
      Maintainers: nomaintainer
      Platform: darwin freebsd
      Description: python source code checker for finding bugs
      Long Description: PyChecker is a tool for finding bugs in python source code. It finds problems that are typically caught by a compiler for less dynamic languages, like C and C++. It is similar to lint. Because of the dynamic nature of python, some warnings may be incorrect. However, spurious warnings should be fairly infrequent.

      Homepage: http://pychecker.sourceforge.net/
      master_sites sourceforge:pychecker
      distname pychecker-${version}
      checksums md5 9d2a2d62b368ce503830f830a89bd230

      patchfiles patch-setup.py.diff
      post-patch {
      reinplace "s|PYTHONLIB|${python.pkgd}|g" ${worksrcpath}/setup.py
      }

      post-destroot {
      xinstall -m 644 -W ${worksrcpath} CHANGELOG COPYRIGHT KNOWN_BUGS MAINTAINERS README TODO VERSION pycheckrc ${destroot}${prefix}/share/doc/${name}
      system "chmod -R a+r ${destroot}${prefix}"
      }

    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-checker
      % sudo port install py-checker
      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-checker
      ---> Verifying checksum for py-checker
      ---> Extracting py-checker
      ---> Configuring py-checker
      ---> Building py-checker with target all
      ---> Staging py-checker into destroot
      ---> Installing py-checker
    - 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-checker with these commands:
      %  man py-checker
      % apropos py-checker
      % which py-checker
      % locate py-checker

     Where to find more information:

    Darwin Ports



    image test