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

    py-cython  most recent diff


    version 0.11.2

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


      # -*- 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-cython Portfile 57805 2009-09-16 23:14:55Z toby macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: py-cython
      Version: 0.11.2
      Category: python devel
      Maintainers: openmaintainer akitada
      Platform: darwin
      Description: A language for writing C extension modules for Python.
      Long Description: Cython is a language that makes writing C extensions for the Python language as easy as Python itself. Cython is based on the well-known Pyrex, but supports more cutting edge functionality and optimizations

      Homepage: http://www.cython.org/
      Master Sites: ${homepage}

      distname Cython-${version}
      Checksums: md5 31a79d5c7365e1d18ff7be48d6c1026b sha1 67ae3bdfdb6f2e5ee5f54e21a295d880d3c3bb9e rmd160 6e4a69ff1de4e901ad416398a5453a09b229ae8d

      post-destroot {
      xinstall -m 644 -W ${worksrcpath}/Doc About.html FAQ.html extension_types.html index.html overview.html primes.c sharing.html special_methods.html ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath} INSTALL.txt README.txt ToDo.txt USAGE.txt ${destroot}${prefix}/share/doc/${name}
      move ${destroot}${prefix}/bin/cython ${destroot}${prefix}/bin/cython-${python.branch}
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.