Py-checker version 0.8.18 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    py-checker  most recent diff


    version 0.8.18

      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.18 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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
      The py-checker Portfile 40372 2008-09-29 23:59:01Z dh macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: py-checker
      Version: 0.8.18
      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 ef156a631df46de150a364912f2e36c8

      Patch Files: 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



    Lightbox this page.