[35549] trunk/dports/python

akira at macports.org akira at macports.org
Sat Mar 29 22:20:09 PDT 2008


Revision: 35549
          http://trac.macosforge.org/projects/macports/changeset/35549
Author:   akira at macports.org
Date:     2008-03-29 22:20:06 -0700 (Sat, 29 Mar 2008)

Log Message:
-----------
Added CherryPy 3 for Python 2.4 and 2.5

Added Paths:
-----------
    trunk/dports/python/py-cherrypy3/
    trunk/dports/python/py-cherrypy3/Portfile
    trunk/dports/python/py25-cherrypy3/
    trunk/dports/python/py25-cherrypy3/Portfile

Added: trunk/dports/python/py-cherrypy3/Portfile
===================================================================
--- trunk/dports/python/py-cherrypy3/Portfile	                        (rev 0)
+++ trunk/dports/python/py-cherrypy3/Portfile	2008-03-30 05:20:06 UTC (rev 35549)
@@ -0,0 +1,30 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python24 1.0
+
+name                py-cherrypy3
+version             3.0.3
+categories          python www
+maintainers         akira openmaintainer
+description         Object-Oriented HTTP framework
+long_description    CherryPy is a pythonic, object-oriented web \
+                    development framework. CherryPy allows developers \
+                    to build web applications in much the same way \
+                    they would build any other object-oriented Python \
+                    program. This usually results in smaller source \
+                    code developed in less time.
+platforms           darwin
+homepage            http://www.cherrypy.org/
+master_sites        http://download.cherrypy.org/cherrypy/${version}/
+distname            CherryPy-${version}
+checksums           md5 a9c5efd94ff1b87f0f1cc29d09875670 \
+                    sha1 dc5ab2ac2a1c0065f03e12374a782094f9e94ba9 \
+                    rmd160 86b023b5a3a957ca05d05aba3b95e0d6d2eb111a
+post-destroot {
+    xinstall -m 644 -W ${worksrcpath} \
+        README.txt ${destroot}${prefix}/share/doc/${name}
+    move ${destroot}${prefix}/lib/python2.4/site-packages/cherrypy/tutorial \
+        ${destroot}${prefix}/share/doc/${name}
+}


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

Added: trunk/dports/python/py25-cherrypy3/Portfile
===================================================================
--- trunk/dports/python/py25-cherrypy3/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-cherrypy3/Portfile	2008-03-30 05:20:06 UTC (rev 35549)
@@ -0,0 +1,30 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python25 1.0
+
+name                py25-cherrypy3
+version             3.0.3
+categories          python www
+maintainers         akira openmaintainer
+description         Object-Oriented HTTP framework
+long_description    CherryPy is a pythonic, object-oriented web \
+                    development framework. CherryPy allows developers \
+                    to build web applications in much the same way \
+                    they would build any other object-oriented Python \
+                    program. This usually results in smaller source \
+                    code developed in less time.
+platforms           darwin
+homepage            http://www.cherrypy.org/
+master_sites        http://download.cherrypy.org/cherrypy/${version}/
+distname            CherryPy-${version}
+checksums           md5 a9c5efd94ff1b87f0f1cc29d09875670 \
+                    sha1 dc5ab2ac2a1c0065f03e12374a782094f9e94ba9 \
+                    rmd160 86b023b5a3a957ca05d05aba3b95e0d6d2eb111a
+post-destroot {
+    xinstall -m 644 -W ${worksrcpath} \
+        README.txt ${destroot}${prefix}/share/doc/${name}
+    move ${destroot}${prefix}/lib/python2.5/site-packages/cherrypy/tutorial \
+        ${destroot}${prefix}/share/doc/${name}
+}


Property changes on: trunk/dports/python/py25-cherrypy3/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/2f7ddc4e/attachment.html


More information about the macports-changes mailing list