[79337] trunk/dports/python

ryandesign at macports.org ryandesign at macports.org
Thu Jun 9 11:13:12 PDT 2011


Revision: 79337
          http://trac.macports.org/changeset/79337
Author:   ryandesign at macports.org
Date:     2011-06-09 11:13:11 -0700 (Thu, 09 Jun 2011)
Log Message:
-----------
py-cherrypy3, py25-cherrpy3, py26-cherrypy3: update to 3.2.0, indicate license, indicate noarch

Modified Paths:
--------------
    trunk/dports/python/py-cherrypy3/Portfile
    trunk/dports/python/py25-cherrypy3/Portfile
    trunk/dports/python/py26-cherrypy3/Portfile

Modified: trunk/dports/python/py-cherrypy3/Portfile
===================================================================
--- trunk/dports/python/py-cherrypy3/Portfile	2011-06-09 17:59:13 UTC (rev 79336)
+++ trunk/dports/python/py-cherrypy3/Portfile	2011-06-09 18:13:11 UTC (rev 79337)
@@ -5,9 +5,12 @@
 PortGroup           python24 1.0
 
 name                py-cherrypy3
-version             3.0.3
+version             3.2.0
 categories          python www
 maintainers         akitada openmaintainer
+license             BSD
+supported_archs     noarch
+
 description         Object-Oriented HTTP framework
 long_description    CherryPy is a pythonic, object-oriented web \
                     development framework. CherryPy allows developers \
@@ -19,14 +22,12 @@
 homepage            http://www.cherrypy.org/
 master_sites        http://download.cherrypy.org/cherrypy/${version}/
 distname            CherryPy-${version}
-checksums           md5 a9c5efd94ff1b87f0f1cc29d09875670 \
-                    sha1 dc5ab2ac2a1c0065f03e12374a782094f9e94ba9 \
-                    rmd160 86b023b5a3a957ca05d05aba3b95e0d6d2eb111a
+
+checksums           sha1    fd05b4f975f848dc5f5116b8f504b9bd31e93969 \
+                    rmd160  8cb2fda2acfc2a9ae84025f541a8d2d8776474cd
+
 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}
+    move ${destroot}${prefix}/bin/cherryd ${destroot}${prefix}/bin/cherryd-${python.branch}
 }
 
 livecheck.type      regex

Modified: trunk/dports/python/py25-cherrypy3/Portfile
===================================================================
--- trunk/dports/python/py25-cherrypy3/Portfile	2011-06-09 17:59:13 UTC (rev 79336)
+++ trunk/dports/python/py25-cherrypy3/Portfile	2011-06-09 18:13:11 UTC (rev 79337)
@@ -5,9 +5,12 @@
 PortGroup           python25 1.0
 
 name                py25-cherrypy3
-version             3.1.1
+version             3.2.0
 categories          python www
 maintainers         akitada openmaintainer
+license             BSD
+supported_archs     noarch
+
 description         Object-Oriented HTTP framework
 long_description    CherryPy is a pythonic, object-oriented web \
                     development framework. CherryPy allows developers \
@@ -19,10 +22,14 @@
 homepage            http://www.cherrypy.org/
 master_sites        http://download.cherrypy.org/cherrypy/${version}/
 distname            CherryPy-${version}
-checksums           md5 3a37c6eae833324897f298191ff11ae2 \
-                    sha1 0a8aace00ea28adc05edd41e20dd910042e6d265 \
-                    rmd160 1d5975ade0b511ad5f116c398938c87ce38d323f
 
+checksums           sha1    fd05b4f975f848dc5f5116b8f504b9bd31e93969 \
+                    rmd160  8cb2fda2acfc2a9ae84025f541a8d2d8776474cd
+
+post-destroot {
+    move ${destroot}${prefix}/bin/cherryd ${destroot}${prefix}/bin/cherryd-${python.branch}
+}
+
 livecheck.type      regex
 livecheck.url       ${homepage}wiki/CherryPyDownload
 livecheck.regex     {cherrypy/([0-9.]+)/}

Modified: trunk/dports/python/py26-cherrypy3/Portfile
===================================================================
--- trunk/dports/python/py26-cherrypy3/Portfile	2011-06-09 17:59:13 UTC (rev 79336)
+++ trunk/dports/python/py26-cherrypy3/Portfile	2011-06-09 18:13:11 UTC (rev 79337)
@@ -5,9 +5,12 @@
 PortGroup           python26 1.0
 
 name                py26-cherrypy3
-version             3.1.2
+version             3.2.0
 categories          python www
 maintainers         akitada openmaintainer
+license             BSD
+supported_archs     noarch
+
 description         Object-Oriented HTTP framework
 long_description    CherryPy is a pythonic, object-oriented web \
                     development framework. CherryPy allows developers \
@@ -19,10 +22,10 @@
 homepage            http://www.cherrypy.org/
 master_sites        http://download.cherrypy.org/cherrypy/${version}/
 distname            CherryPy-${version}
-checksums           md5 15c60b3a91886b9a304d366fba93669c \
-                    sha1 a94aedfd0e675858dbcc32dd250c23d285ee9b88 \
-                    rmd160 43a34bc7454da21b597c60124ff0fc61b8dc3e31
 
+checksums           sha1    fd05b4f975f848dc5f5116b8f504b9bd31e93969 \
+                    rmd160  8cb2fda2acfc2a9ae84025f541a8d2d8776474cd
+
 livecheck.type      regex
 livecheck.url       ${homepage}wiki/CherryPyDownload
 livecheck.regex     {cherrypy/([0-9.]+)/}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110609/4601fb3c/attachment.html>


More information about the macports-changes mailing list