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

    py-apycot  most recent diff


    version 0.12.3

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


      # -*- 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-apycot Portfile 48047 2009-03-13 10:32:12Z dh macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      # apycot moved from 0.12.3 -> 0.99 but is a fundamentally incompatible change. The newer versions
      # should be put in a port called apycotbot
      Name: py-apycot
      Version: 0.12.3
      Category: python devel
      Platform: darwin
      Maintainers: dh openmaintainer
      Description: automated pythonic code tester.
      Long Description: Apycot is an Automated Pythonic Code Tester. Use it to daily run your tests and generate reports about code or document quality.

      Homepage: http://www.logilab.org/projects/apycot/
      Master Sites: ftp://ftp.logilab.org/pub/apycot/
      distname apycot-${version}

      Checksums: md5 60e98754ee0cc69d5bb3d76817bfcde0 sha1 512b010827f58b26472618cefd8dc10651788ba9 rmd160 1652039cdd960424e18ab5aa575f4397c1596a11

      post-destroot {
      file delete -force ${destroot}${prefix}/share/doc/${name}
      file copy ${worksrcpath}/doc ${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-apycot
      % sudo port install py-apycot
      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-apycot
      ---> Verifying checksum for py-apycot
      ---> Extracting py-apycot
      ---> Configuring py-apycot
      ---> Building py-apycot with target all
      ---> Staging py-apycot into destroot
      ---> Installing py-apycot
    - 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-apycot with these commands:
      %  man py-apycot
      % apropos py-apycot
      % which py-apycot
      % locate py-apycot

     Where to find more information:

    Darwin Ports



    Lightbox this page.