Download and Install py-dateutil version 1.4 on Mac OS X
Thursday the 7th of August, 2008

    py-dateutil  most recent diff


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



      # $Id: Portfile 37968 2008-07-01 04:11:20Z ram macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: py-dateutil
      set my_name python-dateutil
      Version: 1.4
      Category: python
      Platform: darwin
      Maintainers: nomaintainer

      Description: powerful extensions to the standard python datetime module
      Long Description: ${description}

      Homepage: http://labix.org/python-dateutil
      master_sites http://labix.org/download/python-dateutil
      distname ${my_name}-${version}
      use_bzip2 yes

      checksums md5 7fc34c22cdc28a8fa000ad0e34f15b56 sha1 bf388800de42cfe932d22f5359b7b8b9150c8f23 rmd160 6eaf21a8517068afcc53444253262073704d5982

      depends_run port:py-tz port:py-setuptools

      test.run yes
      test.cmd ${python.bin} test.py
      test.target
      test.env PYTHONPATH=${worksrcpath}/build/lib

      post-destroot {
      set docdir ${prefix}/share/doc/${name}-${version}
      xinstall -d ${destroot}${docdir}
      xinstall -m 0644 -W ${worksrcpath} LICENSE README NEWS ${destroot}${docdir}
      }

      universal_variant no

      livecheck.check regex
      livecheck.regex /${my_name}-(\\d+(?:\\.\\d+)*)

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

     Where to find more information:

    Darwin Ports



    image test