[35033] trunk/dports/python
stechert at macports.org
stechert at macports.org
Fri Mar 14 21:28:53 PDT 2008
Revision: 35033
http://trac.macosforge.org/projects/macports/changeset/35033
Author: stechert at macports.org
Date: 2008-03-14 21:28:52 -0700 (Fri, 14 Mar 2008)
Log Message:
-----------
Adding openmaintainer and fixing lint issues.
Modified Paths:
--------------
trunk/dports/python/py-beaker/Portfile
trunk/dports/python/py-nevow/Portfile
trunk/dports/python/py-nose/Portfile
trunk/dports/python/py-paste/Portfile
trunk/dports/python/py-pastedeploy/Portfile
trunk/dports/python/py-pastescript/Portfile
trunk/dports/python/py-pastewebkit/Portfile
trunk/dports/python/py-pylons/Portfile
trunk/dports/python/py-routes/Portfile
trunk/dports/python/py-setuptools/Portfile
trunk/dports/python/py-simplejson/Portfile
trunk/dports/python/py-spreadmodule/Portfile
Modified: trunk/dports/python/py-beaker/Portfile
===================================================================
--- trunk/dports/python/py-beaker/Portfile 2008-03-15 03:01:17 UTC (rev 35032)
+++ trunk/dports/python/py-beaker/Portfile 2008-03-15 04:28:52 UTC (rev 35033)
@@ -2,10 +2,11 @@
PortSystem 1.0
PortGroup python24 1.0
+
name py-beaker
version 0.6.3
categories-append www
-maintainers stechert at macports.org
+maintainers openmaintainer stechert at macports.org
description Session WSGI Middleware
long_description Beaker is a simple WSGI middleware to use the \
Myghty Container API.
Modified: trunk/dports/python/py-nevow/Portfile
===================================================================
--- trunk/dports/python/py-nevow/Portfile 2008-03-15 03:01:17 UTC (rev 35032)
+++ trunk/dports/python/py-nevow/Portfile 2008-03-15 04:28:52 UTC (rev 35033)
@@ -8,7 +8,7 @@
revision 0
categories python
platforms darwin
-maintainers stechert at macports.org
+maintainers openmaintainer stechert at macports.org
description A Web Application Construction Kit
long_description Nevow is a next-generation web application templating \
system, based on the ideas developed in the Twisted Woven \
Modified: trunk/dports/python/py-nose/Portfile
===================================================================
--- trunk/dports/python/py-nose/Portfile 2008-03-15 03:01:17 UTC (rev 35032)
+++ trunk/dports/python/py-nose/Portfile 2008-03-15 04:28:52 UTC (rev 35033)
@@ -2,10 +2,11 @@
PortSystem 1.0
PortGroup python24 1.0
+
name py-nose
version 0.9.2
categories-append www
-maintainers stechert at macports.org
+maintainers openmaintainer stechert at macports.org
description A Python unittest extension.
long_description A unittest extension offering automatic test \
suite discovery, simplified test authoring, \
@@ -13,7 +14,7 @@
test discovery and running process for \
unittest, one that is intended to mimic the \
behavior of py.test as much as is reasonably \
- possible without resorting to magic.
+ possible without resorting to magic.
platforms darwin
Modified: trunk/dports/python/py-paste/Portfile
===================================================================
--- trunk/dports/python/py-paste/Portfile 2008-03-15 03:01:17 UTC (rev 35032)
+++ trunk/dports/python/py-paste/Portfile 2008-03-15 04:28:52 UTC (rev 35033)
@@ -2,11 +2,12 @@
PortSystem 1.0
PortGroup python24 1.0
+
name py-paste
version 1.3
categories-append www
-maintainers stechert at macports.org
-description Bringing consistency to Python web development.
+maintainers openmaintainer stechert at macports.org
+description Bringing consistency to Python web development.
long_description Python Paste brings consistency to Python web \
development and web application installation, \
providing tools for both developers and \
Modified: trunk/dports/python/py-pastedeploy/Portfile
===================================================================
--- trunk/dports/python/py-pastedeploy/Portfile 2008-03-15 03:01:17 UTC (rev 35032)
+++ trunk/dports/python/py-pastedeploy/Portfile 2008-03-15 04:28:52 UTC (rev 35033)
@@ -2,10 +2,11 @@
PortSystem 1.0
PortGroup python24 1.0
+
name py-pastedeploy
version 1.1
categories-append www
-maintainers stechert at macports.org
+maintainers openmaintainer stechert at macports.org
description Paste Deployment is a system for finding and \
configuring WSGI applications and servers.
long_description ${description}
Modified: trunk/dports/python/py-pastescript/Portfile
===================================================================
--- trunk/dports/python/py-pastescript/Portfile 2008-03-15 03:01:17 UTC (rev 35032)
+++ trunk/dports/python/py-pastescript/Portfile 2008-03-15 04:28:52 UTC (rev 35033)
@@ -2,10 +2,11 @@
PortSystem 1.0
PortGroup python24 1.0
+
name py-pastescript
version 1.3.2
categories-append www
-maintainers stechert at macports.org
+maintainers openmaintainer stechert at macports.org
description Paste Script is a pluggable command-line \
frontend, to the Paste system.
long_description ${description}
@@ -24,4 +25,4 @@
# Dependencies are the packaging system's job, for crying out loud.
# Cheetah doesn't use setuptools.
reinplace s|^Cheetah.*||g $destroot/$prefix/lib/python2.4/site-packages/PasteScript-${version}-py2.4.egg-info/requires.txt
-}
+}
Modified: trunk/dports/python/py-pastewebkit/Portfile
===================================================================
--- trunk/dports/python/py-pastewebkit/Portfile 2008-03-15 03:01:17 UTC (rev 35032)
+++ trunk/dports/python/py-pastewebkit/Portfile 2008-03-15 04:28:52 UTC (rev 35033)
@@ -2,10 +2,11 @@
PortSystem 1.0
PortGroup python24 1.0
+
name py-pastewebkit
version 1.0
categories-append www
-maintainers stechert at macports.org
+maintainers openmaintainer stechert at macports.org
description A port/reimplementation of Webware WebKit in WSGI and Paste.
long_description ${description}
Modified: trunk/dports/python/py-pylons/Portfile
===================================================================
--- trunk/dports/python/py-pylons/Portfile 2008-03-15 03:01:17 UTC (rev 35032)
+++ trunk/dports/python/py-pylons/Portfile 2008-03-15 04:28:52 UTC (rev 35033)
@@ -2,10 +2,11 @@
PortSystem 1.0
PortGroup python24 1.0
+
name py-pylons
version 0.9.4.1
categories-append www
-maintainers stechert at macports.org
+maintainers openmaintainer stechert at macports.org
description Pylons is a lightweight web framework.
long_description Pylons combines the very best ideas from the \
worlds of Ruby, Python and Perl, providing a \
Modified: trunk/dports/python/py-routes/Portfile
===================================================================
--- trunk/dports/python/py-routes/Portfile 2008-03-15 03:01:17 UTC (rev 35032)
+++ trunk/dports/python/py-routes/Portfile 2008-03-15 04:28:52 UTC (rev 35033)
@@ -2,10 +2,11 @@
PortSystem 1.0
PortGroup python24 1.0
+
name py-routes
version 1.6.2
categories-append www
-maintainers stechert at macports.org
+maintainers openmaintainer stechert at macports.org
description A Routing package for Python that matches \
URLs to dicts and vice versa.
long_description Routes is a Python re-implementation of the \
Modified: trunk/dports/python/py-setuptools/Portfile
===================================================================
--- trunk/dports/python/py-setuptools/Portfile 2008-03-15 03:01:17 UTC (rev 35032)
+++ trunk/dports/python/py-setuptools/Portfile 2008-03-15 04:28:52 UTC (rev 35033)
@@ -2,10 +2,11 @@
PortSystem 1.0
PortGroup python24 1.0
+
name py-setuptools
version 0.6c8
categories-append devel
-maintainers stechert at macports.org
+maintainers openmaintainer stechert at macports.org
description distutils enhancement for build and distribution
long_description \
setuptools is a collection of enhancements to the Python distutils that \
Modified: trunk/dports/python/py-simplejson/Portfile
===================================================================
--- trunk/dports/python/py-simplejson/Portfile 2008-03-15 03:01:17 UTC (rev 35032)
+++ trunk/dports/python/py-simplejson/Portfile 2008-03-15 04:28:52 UTC (rev 35033)
@@ -2,10 +2,11 @@
PortSystem 1.0
PortGroup python24 1.0
+
name py-simplejson
version 1.7.1
categories-append www
-maintainers stechert at macports.org
+maintainers openmaintainer stechert at macports.org
description simplejson is a JSON encoder and decoder.
long_description ${description}
Modified: trunk/dports/python/py-spreadmodule/Portfile
===================================================================
--- trunk/dports/python/py-spreadmodule/Portfile 2008-03-15 03:01:17 UTC (rev 35032)
+++ trunk/dports/python/py-spreadmodule/Portfile 2008-03-15 04:28:52 UTC (rev 35033)
@@ -8,7 +8,7 @@
revision 1
categories python
platforms darwin
-maintainers stechert at macports.org
+maintainers openmaintainer stechert at macports.org
description This is a Python extension module wrapping the C API for Spread.
long_description The extension module was written by PythonLabs, primarily Jeremy Hylton,\
Guido van Rossum and Tim Peters. It is released under a standard PSF open \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080314/254b66a2/attachment-0001.html
More information about the macports-changes
mailing list