Py-cherrypy3 version 3.0.3 - How to Download and Install on Mac OS X
Monday the 23rd of November, 2009

    py-cherrypy3  most recent diff


    version 3.0.3

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
      The py-cherrypy3 Portfile 44419 2008-12-28 09:31:44Z akitada macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: py-cherrypy3
      Version: 3.0.3
      Category: python www
      Maintainers: akitada openmaintainer
      Description: Object-Oriented HTTP framework
      Long Description: CherryPy is a pythonic, object-oriented web development framework. CherryPy allows developers to build web applications in much the same way they would build any other object-oriented Python program. This usually results in smaller source code developed in less time.
      Platform: darwin
      Homepage: http://www.cherrypy.org/
      Master Sites: http://download.cherrypy.org/cherrypy/${version}/
      distname CherryPy-${version}
      Checksums: md5 a9c5efd94ff1b87f0f1cc29d09875670 sha1 dc5ab2ac2a1c0065f03e12374a782094f9e94ba9 rmd160 86b023b5a3a957ca05d05aba3b95e0d6d2eb111a
      post-destroot {
      xinstall -m 644 -W ${worksrcpath} README.txt ${destroot}${prefix}/share/doc/${name}
      move ${destroot}${prefix}/lib/python2.4/site-packages/cherrypy/tutorial ${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-cherrypy3
      % sudo port install py-cherrypy3
      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-cherrypy3
      ---> Verifying checksum for py-cherrypy3
      ---> Extracting py-cherrypy3
      ---> Configuring py-cherrypy3
      ---> Building py-cherrypy3 with target all
      ---> Staging py-cherrypy3 into destroot
      ---> Installing py-cherrypy3
    - 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-cherrypy3 with these commands:
      %  man py-cherrypy3
      % apropos py-cherrypy3
      % which py-cherrypy3
      % locate py-cherrypy3

     Where to find more information:

    Darwin Ports



    Lightbox this page.