[34834] trunk/dports/python

eridius at macports.org eridius at macports.org
Fri Mar 7 23:06:18 PST 2008


Revision: 34834
          http://trac.macosforge.org/projects/macports/changeset/34834
Author:   eridius at macports.org
Date:     2008-03-07 23:06:16 -0800 (Fri, 07 Mar 2008)

Log Message:
-----------
Rename py-twistedweb2 to py-twisted-web2.
Leave behind a dummy port to tell users how to upgrade.

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

Added Paths:
-----------
    trunk/dports/python/py-twisted-web2/
    trunk/dports/python/py-twisted-web2/Portfile

Copied: trunk/dports/python/py-twisted-web2/Portfile (from rev 34833, trunk/dports/python/py-twistedweb2/Portfile)
===================================================================
--- trunk/dports/python/py-twisted-web2/Portfile	                        (rev 0)
+++ trunk/dports/python/py-twisted-web2/Portfile	2008-03-08 07:06:16 UTC (rev 34834)
@@ -0,0 +1,26 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python24 1.0
+
+name			py-twisted-web2
+version			0.2.0
+categories		python devel net
+maintainers		nomaintainer
+description		Twisted.Web2 is the next generation Web Server \
+			Framework built with Twisted.
+long_description	Twisted.Web2 is the next generation Web Server \
+			Framework built with Twisted. Web2 is under active \
+			development and it's APIs should not be considered \
+			stable at this point. It is not a version of \
+			Twisted.Web and with that in mind compatibility is \
+			not of the highest concern, though the compatibility \
+			layer does support many but not all twisted.web \
+			resources.
+homepage		http://twistedmatrix.com/projects/web2/
+master_sites	        http://tmrc.mit.edu/mirror/twisted/Web2/
+distname		TwistedWeb2-0.2.0
+use_bzip2		yes
+checksums		md5 7d6dea006d7f1e004df9f6aad730fbee
+
+depends_build-append	port:py-twisted

Modified: trunk/dports/python/py-twistedweb2/Portfile
===================================================================
--- trunk/dports/python/py-twistedweb2/Portfile	2008-03-08 02:19:21 UTC (rev 34833)
+++ trunk/dports/python/py-twistedweb2/Portfile	2008-03-08 07:06:16 UTC (rev 34834)
@@ -5,22 +5,24 @@
 
 name			py-twistedweb2
 version			0.2.0
+revision		1
 categories		python devel net
 maintainers		nomaintainer
-description		Twisted.Web2 is the next generation Web Server \
-			Framework built with Twisted.
-long_description	Twisted.Web2 is the next generation Web Server \
-			Framework built with Twisted. Web2 is under active \
-			development and it's APIs should not be considered \
-			stable at this point. It is not a version of \
-			Twisted.Web and with that in mind compatibility is \
-			not of the highest concern, though the compatibility \
-			layer does support many but not all twisted.web \
-			resources.
+description		Placeholder port to force upgrade to py-twisted-web2
+long_description	This is a placeholder port to force users to \
+					upgrade to the newly-renamed py-twisted-web2
 homepage		http://twistedmatrix.com/projects/web2/
-master_sites	        http://tmrc.mit.edu/mirror/twisted/Web2/
+master_sites	http://tmrc.mit.edu/mirror/twisted/Web2/
 distname		TwistedWeb2-0.2.0
 use_bzip2		yes
 checksums		md5 7d6dea006d7f1e004df9f6aad730fbee
 
 depends_build-append	port:py-twisted
+
+pre-fetch {
+    ui_msg "******************************************************"
+    ui_msg "* py-twistedweb2 has been renamed to py-twisted-web2 *"
+    ui_msg "*  Please uninstall this port and install that one   *"
+    ui_msg "******************************************************"
+    throw OBSOLETE "Please use py-twisted-web2 instead."
+}
\ No newline at end of file

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


More information about the macports-changes mailing list