[35557] trunk/dports/python/py-cherrypy/Portfile

akira at macports.org akira at macports.org
Sun Mar 30 01:12:15 PDT 2008


Revision: 35557
          http://trac.macosforge.org/projects/macports/changeset/35557
Author:   akira at macports.org
Date:     2008-03-30 01:12:14 -0700 (Sun, 30 Mar 2008)

Log Message:
-----------
Synced with py25-cherrypy.
Took over maintainership. (Approved by yuhei)

Modified Paths:
--------------
    trunk/dports/python/py-cherrypy/Portfile

Modified: trunk/dports/python/py-cherrypy/Portfile
===================================================================
--- trunk/dports/python/py-cherrypy/Portfile	2008-03-30 08:06:00 UTC (rev 35556)
+++ trunk/dports/python/py-cherrypy/Portfile	2008-03-30 08:12:14 UTC (rev 35557)
@@ -1,18 +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 python24 1.0
+PortSystem          1.0
+PortGroup           python24 1.0
 
-name            	py-cherrypy
-version         	2.2.1
-categories      	python www
-maintainers     	yuhei at pop21.odn.ne.jp
-description     	Object-oriented web development 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.
-homepage        	http://www.cherrypy.org/
-master_sites    	sourceforge:cherrypy
+name                py-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 14bf17b0706bc480342cb8fcfaed74cd
+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.4/site-packages/cherrypy/tutorial \
+        ${destroot}${prefix}/share/doc/${name}
+}

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


More information about the macports-changes mailing list