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

    py-dateutil  most recent diff


    version 1.4.1

      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.1 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


      # -*- 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-dateutil Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: py-dateutil
      set my_name python-dateutil
      Version: 1.4.1
      Category: python
      Platform: darwin
      Maintainers: dh openmaintainer

      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}

      Checksums: md5 2a5f25ab12fcefcf0b21348f2d47595a sha1 0d06926ac127b8db333d91b3afb0eeb100ac7cac rmd160 51caf0b0c7bfbf16044437e3b93af22829180dca

      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.type 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



    Lightbox this page.