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

    py-discord  most recent diff


    version 1.0.1

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


      The py-discord Portfile 49335 2009-04-08 00:00:26Z blb macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: py-discord
      Version: 1.0.1
      Category: python
      Platform: darwin
      Maintainers: nomaintainer
      Description: conversion from gregorian to discordian dates
      Long Description: python module which allows for conversion from normal dates (via time.time, time.localtime, etc.) to discordian dates (a silly made-up dating system that divides a year into five seasons of 73 days each).

      Homepage: http://www.alcyone.com/software/discord/
      Master Sites: ${homepage}
      distname discord-${version}
      Checksums: md5 6d73d3b37e58a067b01437c849bb7cd7 sha1 638da56b15963a83ed6ff4d2c3a84f193ff15216 rmd160 192456dc4ec0c93a87a95fff5311180150117e3a

      post-extract {
      file copy ${filespath}/setup.py ${worksrcpath}
      reinplace "s|VERSION|${version}|g" ${worksrcpath}/setup.py
      }

      post-destroot {
      xinstall -m 644 -W ${worksrcpath} doc/discord.py.html doc/index.html README COPYING ${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-discord
      % sudo port install py-discord
      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-discord
      ---> Verifying checksum for py-discord
      ---> Extracting py-discord
      ---> Configuring py-discord
      ---> Building py-discord with target all
      ---> Staging py-discord into destroot
      ---> Installing py-discord
    - 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-discord with these commands:
      %  man py-discord
      % apropos py-discord
      % which py-discord
      % locate py-discord

     Where to find more information:

    Darwin Ports



    Lightbox this page.