[35508] trunk/dports/python

akira at macports.org akira at macports.org
Sat Mar 29 05:56:17 PDT 2008


Revision: 35508
          http://trac.macosforge.org/projects/macports/changeset/35508
Author:   akira at macports.org
Date:     2008-03-29 05:56:16 -0700 (Sat, 29 Mar 2008)

Log Message:
-----------
Added RuleDispatch port for Python 2.4

Added Paths:
-----------
    trunk/dports/python/py-ruledispatch/
    trunk/dports/python/py-ruledispatch/Portfile

Added: trunk/dports/python/py-ruledispatch/Portfile
===================================================================
--- trunk/dports/python/py-ruledispatch/Portfile	                        (rev 0)
+++ trunk/dports/python/py-ruledispatch/Portfile	2008-03-29 12:56:16 UTC (rev 35508)
@@ -0,0 +1,26 @@
+# $Id$
+
+PortSystem			1.0
+PortGroup			python24 1.0
+
+name				py-ruledispatch
+version				0.5a0.dev-r2306
+categories-append		devel
+maintainers			stechert akira openmaintainer
+description			Rule-based Dispatching and Generic Functions
+long_description		Rule-based Dispatching and Generic Functions
+platforms			darwin
+
+homepage			http://www.turbogears.org/
+master_sites			http://files.turbogears.org/eggs/
+distname			RuleDispatch-${version}
+
+checksums			md5 fc716f2e2d6247fb8e3b50f0e6476bcd \
+				sha1 009fe952a3d469d31a656083ef951a61efa52dd6 \
+				rmd160 e109c1df8f164993c3236af60397d61029040259
+depends_lib			port:py-pyprotocols
+
+post-destroot {
+	xinstall -m 644 -W ${worksrcpath} \
+		TODO.txt ${destroot}${prefix}/share/doc/${name}
+}


Property changes on: trunk/dports/python/py-ruledispatch/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080329/5c5eba67/attachment.html


More information about the macports-changes mailing list