[35502] trunk/dports/python

akira at macports.org akira at macports.org
Sat Mar 29 04:29:56 PDT 2008


Revision: 35502
          http://trac.macosforge.org/projects/macports/changeset/35502
Author:   akira at macports.org
Date:     2008-03-29 04:29:54 -0700 (Sat, 29 Mar 2008)

Log Message:
-----------
lint cleanups

Modified Paths:
--------------
    trunk/dports/python/py-pyprotocols/Portfile
    trunk/dports/python/py25-pyprotocols/Portfile

Modified: trunk/dports/python/py-pyprotocols/Portfile
===================================================================
--- trunk/dports/python/py-pyprotocols/Portfile	2008-03-29 11:12:11 UTC (rev 35501)
+++ trunk/dports/python/py-pyprotocols/Portfile	2008-03-29 11:29:54 UTC (rev 35502)
@@ -2,11 +2,19 @@
 
 PortSystem			1.0
 PortGroup			python24 1.0
+
 name				py-pyprotocols
 version				1.0a0dev-r2302
 categories-append		devel
 maintainers			stechert akira openmaintainer
-description			Do you hate having to write lots of if-then logic to test what type something is?
+description			Protocol Definition, Declaration, \
+				and Adaptation
+long_description		PyProtocols extends the PEP 246 adapt()\
+				function with a new "declaration API" \
+				that lets you easily define your own \
+				interfaces and adapters, and declare \
+				what adapters should be used to adapt\
+				what types, objects, or interfaces.
 
 platforms			darwin
 

Modified: trunk/dports/python/py25-pyprotocols/Portfile
===================================================================
--- trunk/dports/python/py25-pyprotocols/Portfile	2008-03-29 11:12:11 UTC (rev 35501)
+++ trunk/dports/python/py25-pyprotocols/Portfile	2008-03-29 11:29:54 UTC (rev 35502)
@@ -2,12 +2,19 @@
 
 PortSystem			1.0
 PortGroup			python25 1.0
+
 name				py25-pyprotocols
 version				1.0a0dev-r2302
 revision			1
 categories-append		devel
 maintainers			stechert akira openmaintainer
-description			Do you hate having to write lots of if-then logic to test what type something is?
+description			Protocol Definition, Declaration, and Adaptation
+long_description		PyProtocols extends the PEP 246 adapt()\
+				function with a new "declaration API" \
+				that lets you easily define your own \
+				interfaces and adapters, and declare \
+				what adapters should be used to adapt\
+				what types, objects, or interfaces.
 
 platforms			darwin
 

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


More information about the macports-changes mailing list