[54277] trunk/dports/python

dh at macports.org dh at macports.org
Fri Jul 24 03:52:00 PDT 2009


Revision: 54277
          http://trac.macports.org/changeset/54277
Author:   dh at macports.org
Date:     2009-07-24 03:52:00 -0700 (Fri, 24 Jul 2009)
Log Message:
-----------
* Add new port py26-dispatcher
* Based off existing py-dispatcher

Added Paths:
-----------
    trunk/dports/python/py26-dispatcher/
    trunk/dports/python/py26-dispatcher/Portfile

Added: trunk/dports/python/py26-dispatcher/Portfile
===================================================================
--- trunk/dports/python/py26-dispatcher/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-dispatcher/Portfile	2009-07-24 10:52:00 UTC (rev 54277)
@@ -0,0 +1,33 @@
+# -*- coding: utf-8; mode: tcl; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 4; truncate-lines: t -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id: Portfile 38476 2008-07-21 23:56:49Z mr_bond at macports.org $
+
+PortSystem 1.0
+PortGroup python26 1.0
+
+name                py26-dispatcher
+version             2.0.1
+categories          python devel
+platforms           darwin
+maintainers         dh openmaintainer
+description         python dispatcher mechanism for creating event models
+long_description    PyDispatcher provides the Python programmer with a \
+                    multiple-producer-multiple-consumer \
+                    signal-registration and routing infrastructure for use \
+                    in multiple contexts.
+
+homepage            http://pydispatcher.sourceforge.net/
+master_sites        sourceforge:pydispatcher
+distname            PyDispatcher-${version}
+checksums           md5     8b1695ed6f5bdbda8fbcde82b62d505c \
+                    sha1    1ad6f2feb48ff2ff53d23faacfcc00cc627b078b \
+                    rmd160  601836d7a6333043be8063f81e90573637cfd7e5
+
+test.run            yes
+test.cmd            ${python.bin} tests/test.py
+test.env            PYTHONPATH=${worksrcpath}/build/lib
+test.target
+
+post-destroot   {
+    file delete -force ${destroot}${prefix}/share/doc/${name}
+    file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090724/fb06610c/attachment-0001.html>


More information about the macports-changes mailing list