[35550] trunk/dports/python

akira at macports.org akira at macports.org
Sat Mar 29 22:37:03 PDT 2008


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

Log Message:
-----------
Added CherryPy port for Python 2.5

Added Paths:
-----------
    trunk/dports/python/py25-cherrypy/
    trunk/dports/python/py25-cherrypy/Portfile

Added: trunk/dports/python/py25-cherrypy/Portfile
===================================================================
--- trunk/dports/python/py25-cherrypy/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-cherrypy/Portfile	2008-03-30 05:37:01 UTC (rev 35550)
@@ -0,0 +1,31 @@
+# -*- 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-cherrypy
+version             2.3.0
+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 80ce0f666f2899d4e681432e4061db16 \
+                    sha1 067121c5f31442519ac07138ffe8af6f7c7465d2 \
+                    rmd160 4c95735b17d58c431f1dbf685500d2a1ca8e38d8
+post-destroot {
+    xinstall -m 644 -W ${worksrcpath} \
+        CHANGELOG.txt CHERRYPYTEAM.txt 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-cherrypy/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/1fb95bda/attachment.html


More information about the macports-changes mailing list