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

    py-cherrypy  most recent diff


    version 2.3.0

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


      # -*- 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-cherrypy Portfile 44419 2008-12-28 09:31:44Z akitada macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: py-cherrypy
      Version: 2.3.0
      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 80ce0f666f2899d4e681432e4061db16 sha1 067121c5f31442519ac07138ffe8af6f7c7465d2 rmd160 4c95735b17d58c431f1dbf685500d2a1ca8e38d8
      post-destroot {
      xinstall -m 644 -W ${worksrcpath} CHANGELOG.txt CHERRYPYTEAM.txt 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-cherrypy
      % sudo port install py-cherrypy
      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-cherrypy
      ---> Verifying checksum for py-cherrypy
      ---> Extracting py-cherrypy
      ---> Configuring py-cherrypy
      ---> Building py-cherrypy with target all
      ---> Staging py-cherrypy into destroot
      ---> Installing py-cherrypy
    - 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-cherrypy with these commands:
      %  man py-cherrypy
      % apropos py-cherrypy
      % which py-cherrypy
      % locate py-cherrypy

     Where to find more information:

    Darwin Ports



    Lightbox this page.