[77873] trunk/dports/python

arthurk at macports.org arthurk at macports.org
Fri Apr 15 05:42:11 PDT 2011


Revision: 77873
          http://trac.macports.org/changeset/77873
Author:   arthurk at macports.org
Date:     2011-04-15 05:42:11 -0700 (Fri, 15 Apr 2011)
Log Message:
-----------
removing myself as a maintainer

Modified Paths:
--------------
    trunk/dports/python/py-django/Portfile
    trunk/dports/python/py-jinja2/Portfile
    trunk/dports/python/py-paver/Portfile
    trunk/dports/python/py-pip/Portfile
    trunk/dports/python/py-pyflakes/Portfile
    trunk/dports/python/py-virtualenv/Portfile
    trunk/dports/python/py-virtualenvwrapper/Portfile
    trunk/dports/python/py-werkzeug/Portfile
    trunk/dports/python/py25-django/Portfile
    trunk/dports/python/py25-fabric/Portfile
    trunk/dports/python/py25-jinja2/Portfile
    trunk/dports/python/py25-paver/Portfile
    trunk/dports/python/py25-pip/Portfile
    trunk/dports/python/py25-pyflakes/Portfile
    trunk/dports/python/py25-textile/Portfile
    trunk/dports/python/py25-virtualenv/Portfile
    trunk/dports/python/py25-virtualenvwrapper/Portfile
    trunk/dports/python/py25-werkzeug/Portfile
    trunk/dports/python/py26-django/Portfile
    trunk/dports/python/py26-fabric/Portfile
    trunk/dports/python/py26-markdown/Portfile
    trunk/dports/python/py26-paver/Portfile
    trunk/dports/python/py26-pip/Portfile
    trunk/dports/python/py26-pyflakes/Portfile
    trunk/dports/python/py26-textile/Portfile
    trunk/dports/python/py26-virtualenvwrapper/Portfile

Modified: trunk/dports/python/py-django/Portfile
===================================================================
--- trunk/dports/python/py-django/Portfile	2011-04-15 12:23:33 UTC (rev 77872)
+++ trunk/dports/python/py-django/Portfile	2011-04-15 12:42:11 UTC (rev 77873)
@@ -7,7 +7,7 @@
 version             1.2.4
 categories-append   www
 platforms           darwin
-maintainers         arthurk
+maintainers         nomaintainer
 homepage            http://www.djangoproject.com
 description         Django is a high-level Python Web framework
 long_description    Django is a high-level Python Web framework that \

Modified: trunk/dports/python/py-jinja2/Portfile
===================================================================
--- trunk/dports/python/py-jinja2/Portfile	2011-04-15 12:23:33 UTC (rev 77872)
+++ trunk/dports/python/py-jinja2/Portfile	2011-04-15 12:42:11 UTC (rev 77873)
@@ -6,7 +6,7 @@
 name                py-jinja2
 version             2.1.1
 categories-append   devel
-maintainers         arthurkoziel.com:arthur openmaintainer
+maintainers         nomaintainer
 description         A small but fast and easy to use stand-alone template\
                     engine written in pure python.
 long_description    Jinja2 is a template engine written in pure Python. It\

Modified: trunk/dports/python/py-paver/Portfile
===================================================================
--- trunk/dports/python/py-paver/Portfile	2011-04-15 12:23:33 UTC (rev 77872)
+++ trunk/dports/python/py-paver/Portfile	2011-04-15 12:42:11 UTC (rev 77873)
@@ -7,7 +7,7 @@
 version             1.0.1
 platforms           darwin
 categories-append   devel
-maintainers         arthurk openmaintainer
+maintainers         nomaintainer
 
 description         Easy build, distribution and deployment scripting
 long_description    Paver is a Python-based build/distribution/deployment \

Modified: trunk/dports/python/py-pip/Portfile
===================================================================
--- trunk/dports/python/py-pip/Portfile	2011-04-15 12:23:33 UTC (rev 77872)
+++ trunk/dports/python/py-pip/Portfile	2011-04-15 12:42:11 UTC (rev 77873)
@@ -8,7 +8,7 @@
 version             0.8
 categories          python www
 platforms           darwin
-maintainers         arthurk
+maintainers         nomaintainer
 homepage            http://pip.openplans.org/
 description         An easy_install replacement
 long_description    pip is a replacement for easy_install. It uses mostly the \

Modified: trunk/dports/python/py-pyflakes/Portfile
===================================================================
--- trunk/dports/python/py-pyflakes/Portfile	2011-04-15 12:23:33 UTC (rev 77872)
+++ trunk/dports/python/py-pyflakes/Portfile	2011-04-15 12:42:11 UTC (rev 77873)
@@ -7,7 +7,7 @@
 version             0.4.0
 categories          python www
 platforms           darwin
-maintainers         arthurk
+maintainers         nomaintainer
 homepage            http://www.divmod.org/trac/wiki/DivmodPyflakes
 description         passive checker of Python programs
 long_description    Pyflakes is program to analyze Python programs and \

Modified: trunk/dports/python/py-virtualenv/Portfile
===================================================================
--- trunk/dports/python/py-virtualenv/Portfile	2011-04-15 12:23:33 UTC (rev 77872)
+++ trunk/dports/python/py-virtualenv/Portfile	2011-04-15 12:42:11 UTC (rev 77873)
@@ -8,7 +8,7 @@
 version             1.5.1
 categories-append   devel
 platforms           darwin
-maintainers         arthurk openmaintainer
+maintainers         nomaintainer
 homepage            http://pypi.python.org/pypi/virtualenv
 description         Virtual Python Environment builder
 long_description    virtualenv is a tool to create isolated Python \

Modified: trunk/dports/python/py-virtualenvwrapper/Portfile
===================================================================
--- trunk/dports/python/py-virtualenvwrapper/Portfile	2011-04-15 12:23:33 UTC (rev 77872)
+++ trunk/dports/python/py-virtualenvwrapper/Portfile	2011-04-15 12:42:11 UTC (rev 77873)
@@ -12,7 +12,7 @@
 version             1.20
 categories          python
 platforms           darwin
-maintainers         arthurk openmaintainer
+maintainers         nomaintainer
 homepage            http://www.doughellmann.com/projects/virtualenvwrapper/
 description         Enhancements to virtualenv.
 long_description    Extensions to Ian Bicking's virtualenv tool.

Modified: trunk/dports/python/py-werkzeug/Portfile
===================================================================
--- trunk/dports/python/py-werkzeug/Portfile	2011-04-15 12:23:33 UTC (rev 77872)
+++ trunk/dports/python/py-werkzeug/Portfile	2011-04-15 12:42:11 UTC (rev 77873)
@@ -8,7 +8,7 @@
 categories-append   devel
 depends_lib-append  port:py-setuptools
 platforms           darwin
-maintainers         arthurkoziel.com:arthur openmaintainer
+maintainers         nomaintainer
 
 homepage            http://werkzeug.pocoo.org/
 description         The Swiss Army knife of Python web development

Modified: trunk/dports/python/py25-django/Portfile
===================================================================
--- trunk/dports/python/py25-django/Portfile	2011-04-15 12:23:33 UTC (rev 77872)
+++ trunk/dports/python/py25-django/Portfile	2011-04-15 12:42:11 UTC (rev 77873)
@@ -7,7 +7,7 @@
 version             1.2.5
 categories-append   www
 platforms           darwin
-maintainers         arthurk
+maintainers         nomaintainer
 homepage            http://www.djangoproject.com
 description         Django is a high-level Python Web framework
 long_description    Django is a high-level Python Web framework that \

Modified: trunk/dports/python/py25-fabric/Portfile
===================================================================
--- trunk/dports/python/py25-fabric/Portfile	2011-04-15 12:23:33 UTC (rev 77872)
+++ trunk/dports/python/py25-fabric/Portfile	2011-04-15 12:42:11 UTC (rev 77873)
@@ -8,7 +8,7 @@
 version             0.1.1
 categories          python
 platforms           darwin
-maintainers         arthurk openmaintainer
+maintainers         nomaintainer
 homepage            http://www.nongnu.org/fab/
 description         Fabric is a simple pythonic remote deployment tool.
 long_description    It is designed to upload files to, and run shell commands \

Modified: trunk/dports/python/py25-jinja2/Portfile
===================================================================
--- trunk/dports/python/py25-jinja2/Portfile	2011-04-15 12:23:33 UTC (rev 77872)
+++ trunk/dports/python/py25-jinja2/Portfile	2011-04-15 12:42:11 UTC (rev 77873)
@@ -6,7 +6,7 @@
 name                py25-jinja2
 version             2.1.1
 categories-append   devel
-maintainers         arthurkoziel.com:arthur openmaintainer
+maintainers         nomaintainer
 description         A small but fast and easy to use stand-alone template\
                     engine written in pure python.
 long_description    Jinja2 is a template engine written in pure Python. It\

Modified: trunk/dports/python/py25-paver/Portfile
===================================================================
--- trunk/dports/python/py25-paver/Portfile	2011-04-15 12:23:33 UTC (rev 77872)
+++ trunk/dports/python/py25-paver/Portfile	2011-04-15 12:42:11 UTC (rev 77873)
@@ -12,7 +12,7 @@
 version             1.0.1
 platforms           darwin
 categories-append   devel
-maintainers         arthurk openmaintainer
+maintainers         nomaintainer
 
 description         Easy build, distribution and deployment scripting
 long_description    Paver is a Python-based build/distribution/deployment \

Modified: trunk/dports/python/py25-pip/Portfile
===================================================================
--- trunk/dports/python/py25-pip/Portfile	2011-04-15 12:23:33 UTC (rev 77872)
+++ trunk/dports/python/py25-pip/Portfile	2011-04-15 12:42:11 UTC (rev 77873)
@@ -8,7 +8,7 @@
 version             0.8
 categories          python www
 platforms           darwin
-maintainers         arthurk
+maintainers         nomaintainer
 homepage            http://pip.openplans.org/
 description         An easy_install replacement
 long_description    pip is a replacement for easy_install. It uses mostly the \

Modified: trunk/dports/python/py25-pyflakes/Portfile
===================================================================
--- trunk/dports/python/py25-pyflakes/Portfile	2011-04-15 12:23:33 UTC (rev 77872)
+++ trunk/dports/python/py25-pyflakes/Portfile	2011-04-15 12:42:11 UTC (rev 77873)
@@ -7,7 +7,7 @@
 version             0.4.0
 categories          python www
 platforms           darwin
-maintainers         arthurk
+maintainers         nomaintainer
 homepage            http://www.divmod.org/trac/wiki/DivmodPyflakes
 description         passive checker of Python programs
 long_description    Pyflakes is program to analyze Python programs and \

Modified: trunk/dports/python/py25-textile/Portfile
===================================================================
--- trunk/dports/python/py25-textile/Portfile	2011-04-15 12:23:33 UTC (rev 77872)
+++ trunk/dports/python/py25-textile/Portfile	2011-04-15 12:42:11 UTC (rev 77873)
@@ -7,7 +7,7 @@
 version             2.1.3
 categories-append   textproc
 platforms           darwin
-maintainers         openmaintainer arthurkoziel.com:arthur
+maintainers         nomaintainer
 homepage            http://loopcore.com/python-textile/
 description         This is Textile. A Humane Web Text Generator.
 long_description    Textile is a XHTML generator using a simple markup \

Modified: trunk/dports/python/py25-virtualenv/Portfile
===================================================================
--- trunk/dports/python/py25-virtualenv/Portfile	2011-04-15 12:23:33 UTC (rev 77872)
+++ trunk/dports/python/py25-virtualenv/Portfile	2011-04-15 12:42:11 UTC (rev 77873)
@@ -8,7 +8,7 @@
 version             1.5.1
 categories-append   devel
 platforms           darwin
-maintainers         arthurk
+maintainers         nomaintainer
 homepage            http://pypi.python.org/pypi/virtualenv
 description         Virtual Python Environment builder
 long_description    virtualenv is a tool to create isolated Python \

Modified: trunk/dports/python/py25-virtualenvwrapper/Portfile
===================================================================
--- trunk/dports/python/py25-virtualenvwrapper/Portfile	2011-04-15 12:23:33 UTC (rev 77872)
+++ trunk/dports/python/py25-virtualenvwrapper/Portfile	2011-04-15 12:42:11 UTC (rev 77873)
@@ -12,7 +12,7 @@
 version             1.20
 categories          python
 platforms           darwin
-maintainers         arthurk openmaintainer
+maintainers         nomaintainer
 homepage            http://www.doughellmann.com/projects/virtualenvwrapper/
 description         Enhancements to virtualenv.
 long_description    Extensions to Ian Bicking's virtualenv tool.

Modified: trunk/dports/python/py25-werkzeug/Portfile
===================================================================
--- trunk/dports/python/py25-werkzeug/Portfile	2011-04-15 12:23:33 UTC (rev 77872)
+++ trunk/dports/python/py25-werkzeug/Portfile	2011-04-15 12:42:11 UTC (rev 77873)
@@ -8,7 +8,7 @@
 categories-append   devel
 depends_lib-append  port:py25-distribute
 platforms           darwin
-maintainers         arthurk openmaintainer
+maintainers         nomaintainer
 
 homepage            http://werkzeug.pocoo.org/
 description         The Swiss Army knife of Python web development

Modified: trunk/dports/python/py26-django/Portfile
===================================================================
--- trunk/dports/python/py26-django/Portfile	2011-04-15 12:23:33 UTC (rev 77872)
+++ trunk/dports/python/py26-django/Portfile	2011-04-15 12:42:11 UTC (rev 77873)
@@ -7,7 +7,7 @@
 version             1.2.5
 categories-append   www
 platforms           darwin
-maintainers         arthurk
+maintainers         nomaintainer
 homepage            http://www.djangoproject.com
 description         Django is a high-level Python Web framework
 long_description    Django is a high-level Python Web framework that \

Modified: trunk/dports/python/py26-fabric/Portfile
===================================================================
--- trunk/dports/python/py26-fabric/Portfile	2011-04-15 12:23:33 UTC (rev 77872)
+++ trunk/dports/python/py26-fabric/Portfile	2011-04-15 12:42:11 UTC (rev 77873)
@@ -7,7 +7,7 @@
 name                py26-fabric
 version             0.9.0
 platforms           darwin
-maintainers         arthurk openmaintainer
+maintainers         nomaintainer
 homepage            http://fabfile.org
 description         Fabric is a simple pythonic remote deployment tool.
 long_description    It is designed to upload files to, and run shell commands \

Modified: trunk/dports/python/py26-markdown/Portfile
===================================================================
--- trunk/dports/python/py26-markdown/Portfile	2011-04-15 12:23:33 UTC (rev 77872)
+++ trunk/dports/python/py26-markdown/Portfile	2011-04-15 12:42:11 UTC (rev 77873)
@@ -5,7 +5,7 @@
 name                py26-markdown
 version             2.0.3
 categories-append   textproc
-maintainers         openmaintainer arthurk
+maintainers         nomaintainer
 description         Python implementation of Markdown
 long_description    ${description}
 

Modified: trunk/dports/python/py26-paver/Portfile
===================================================================
--- trunk/dports/python/py26-paver/Portfile	2011-04-15 12:23:33 UTC (rev 77872)
+++ trunk/dports/python/py26-paver/Portfile	2011-04-15 12:42:11 UTC (rev 77873)
@@ -12,7 +12,7 @@
 version             1.0.1
 platforms           darwin
 categories-append   devel
-maintainers         arthurk openmaintainer
+maintainers         nomaintainer
 
 description         Easy build, distribution and deployment scripting
 long_description    Paver is a Python-based build/distribution/deployment \

Modified: trunk/dports/python/py26-pip/Portfile
===================================================================
--- trunk/dports/python/py26-pip/Portfile	2011-04-15 12:23:33 UTC (rev 77872)
+++ trunk/dports/python/py26-pip/Portfile	2011-04-15 12:42:11 UTC (rev 77873)
@@ -7,7 +7,7 @@
 version             0.8
 categories          python www
 platforms           darwin
-maintainers         arthurk openmaintainer
+maintainers         nomaintainer
 homepage            http://pip.openplans.org/
 description         An easy_install replacement
 long_description    pip is a replacement for easy_install. It uses mostly the \

Modified: trunk/dports/python/py26-pyflakes/Portfile
===================================================================
--- trunk/dports/python/py26-pyflakes/Portfile	2011-04-15 12:23:33 UTC (rev 77872)
+++ trunk/dports/python/py26-pyflakes/Portfile	2011-04-15 12:42:11 UTC (rev 77873)
@@ -7,7 +7,7 @@
 version             0.4.0
 categories          python www
 platforms           darwin
-maintainers         arthurk
+maintainers         nomaintainer
 homepage            http://www.divmod.org/trac/wiki/DivmodPyflakes
 description         passive checker of Python programs
 long_description    Pyflakes is program to analyze Python programs and \

Modified: trunk/dports/python/py26-textile/Portfile
===================================================================
--- trunk/dports/python/py26-textile/Portfile	2011-04-15 12:23:33 UTC (rev 77872)
+++ trunk/dports/python/py26-textile/Portfile	2011-04-15 12:42:11 UTC (rev 77873)
@@ -7,7 +7,7 @@
 version             2.1.3
 categories-append   textproc
 platforms           darwin
-maintainers         openmaintainer arthurkoziel.com:arthur
+maintainers         nomaintainer
 homepage            http://loopcore.com/python-textile/
 description         This is Textile. A Humane Web Text Generator.
 long_description    Textile is a XHTML generator using a simple markup \

Modified: trunk/dports/python/py26-virtualenvwrapper/Portfile
===================================================================
--- trunk/dports/python/py26-virtualenvwrapper/Portfile	2011-04-15 12:23:33 UTC (rev 77872)
+++ trunk/dports/python/py26-virtualenvwrapper/Portfile	2011-04-15 12:42:11 UTC (rev 77873)
@@ -12,7 +12,7 @@
 version             1.20
 categories          python
 platforms           darwin
-maintainers         arthurk openmaintainer
+maintainers         nomaintainer
 homepage            http://www.doughellmann.com/projects/virtualenvwrapper/
 description         Enhancements to virtualenv.
 long_description    Extensions to Ian Bicking's virtualenv tool.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110415/3bc24a7f/attachment-0001.html>


More information about the macports-changes mailing list