[67420] trunk/dports/python

perry at macports.org perry at macports.org
Sat May 8 22:02:55 PDT 2010


Revision: 67420
          http://trac.macports.org/changeset/67420
Author:   perry at macports.org
Date:     2010-05-08 22:02:52 -0700 (Sat, 08 May 2010)
Log Message:
-----------
Cleaned up my py26-* ports (removed extraneous categories and changed
depends_{build,lib} to depends_{build,lib}-append).

Modified Paths:
--------------
    trunk/dports/python/py26-formalchemy/Portfile
    trunk/dports/python/py26-pylons/Portfile
    trunk/dports/python/py26-tempita/Portfile
    trunk/dports/python/py26-weberror/Portfile
    trunk/dports/python/py26-webhelpers/Portfile
    trunk/dports/python/py26-webtest/Portfile

Modified: trunk/dports/python/py26-formalchemy/Portfile
===================================================================
--- trunk/dports/python/py26-formalchemy/Portfile	2010-05-09 04:47:51 UTC (rev 67419)
+++ trunk/dports/python/py26-formalchemy/Portfile	2010-05-09 05:02:52 UTC (rev 67420)
@@ -1,28 +1,30 @@
 # $Id$
 
-PortSystem          1.0
-PortGroup           python26 1.0
+PortSystem              1.0
+PortGroup               python26 1.0
 
-name                py26-formalchemy
-version             1.3.4
-categories          python
-maintainers         perry openmaintainer
-platforms           darwin
+name                    py26-formalchemy
+version                 1.3.4
+maintainers             perry openmaintainer
+platforms               darwin
 
-description         FormAlchemy greatly speeds development with SQLAlchemy \
-                    mapped classes (models) in a HTML forms environment.
-long_description    ${description}
-license             MIT
-homepage            http://pypi.python.org/pypi/FormAlchemy/
+description             FormAlchemy greatly speeds development with SQLAlchemy \
+                        mapped classes (models) in a HTML forms environment.
+long_description        ${description}
+license                 MIT
+homepage                http://pypi.python.org/pypi/FormAlchemy/
 
-livecheck.regex     {: FormAlchemy (.+)<}
-livecheck.type      regex
-livecheck.url       ${homepage}
+livecheck.regex         {: FormAlchemy (.+)<}
+livecheck.type          regex
+livecheck.url           ${homepage}
 
-depends_build       port:py26-distribute
-depends_lib         port:py26-sqlalchemy port:py26-tempita port:py26-webhelpers
+depends_build-append    port:py26-distribute
+depends_lib-append \
+    port:py26-sqlalchemy \
+    port:py26-tempita \
+    port:py26-webhelpers
 
-distname            FormAlchemy-${version}
-master_sites        http://pypi.python.org/packages/source/F/FormAlchemy/
+distname                FormAlchemy-${version}
+master_sites            http://pypi.python.org/packages/source/F/FormAlchemy/
 
-checksums           rmd160 a4879b96d870d15b9b2881deac4fa5a5ce1113f9
+checksums               rmd160 a4879b96d870d15b9b2881deac4fa5a5ce1113f9

Modified: trunk/dports/python/py26-pylons/Portfile
===================================================================
--- trunk/dports/python/py26-pylons/Portfile	2010-05-09 04:47:51 UTC (rev 67419)
+++ trunk/dports/python/py26-pylons/Portfile	2010-05-09 05:02:52 UTC (rev 67420)
@@ -1,26 +1,25 @@
 # $Id$
 
-PortSystem          1.0
-PortGroup           python26 1.0
+PortSystem              1.0
+PortGroup               python26 1.0
 
-name                py26-pylons
-version             0.10rc1
-categories          python
-maintainers         perry openmaintainer
-platforms           darwin
+name                    py26-pylons
+version                 0.10rc1
+maintainers             perry openmaintainer
+platforms               darwin
 
-description         Pylons is a lightweight web framework emphasizing \
-                    flexibility and rapid development.
-long_description    ${description}
-license             BSD
-homepage            http://pypi.python.org/pypi/Pylons/
+description             Pylons is a lightweight web framework emphasizing \
+                        flexibility and rapid development.
+long_description        ${description}
+license                 BSD
+homepage                http://pypi.python.org/pypi/Pylons/
 
-livecheck.regex     {: Pylons (.+)<}
-livecheck.type      regex
-livecheck.url       ${homepage}
+livecheck.regex         {: Pylons (.+)<}
+livecheck.type          regex
+livecheck.url           ${homepage}
 
-depends_build       port:py26-distribute
-depends_lib \
+depends_build-append    port:py26-distribute
+depends_lib-append \
     port:py26-beaker \
     port:py26-decorator \
     port:py26-formencode \
@@ -37,7 +36,7 @@
     port:py26-webob \
     port:py26-webtest
 
-distname            Pylons-${version}
-master_sites        http://pypi.python.org/packages/source/P/Pylons/
+distname                Pylons-${version}
+master_sites            http://pypi.python.org/packages/source/P/Pylons/
 
-checksums           rmd160 55624fd01a1bb6cbd2ed98ed69bf6127e725342a
+checksums               rmd160 55624fd01a1bb6cbd2ed98ed69bf6127e725342a

Modified: trunk/dports/python/py26-tempita/Portfile
===================================================================
--- trunk/dports/python/py26-tempita/Portfile	2010-05-09 04:47:51 UTC (rev 67419)
+++ trunk/dports/python/py26-tempita/Portfile	2010-05-09 05:02:52 UTC (rev 67420)
@@ -1,27 +1,26 @@
 # $Id$
 
-PortSystem          1.0
-PortGroup           python26 1.0
+PortSystem              1.0
+PortGroup               python26 1.0
 
-name                py26-tempita
-version             0.4
-categories          python
-maintainers         perry openmaintainer
-platforms           darwin
+name                    py26-tempita
+version                 0.4
+maintainers             perry openmaintainer
+platforms               darwin
 
-description         Tempita is a small templating language for text \
-                    substitution.
-long_description    ${description}
-license             MIT
-homepage            http://pypi.python.org/pypi/Tempita/
+description             Tempita is a small templating language for text \
+                        substitution.
+long_description        ${description}
+license                 MIT
+homepage                http://pypi.python.org/pypi/Tempita/
 
-livecheck.regex     {: Tempita (.+)<}
-livecheck.type      regex
-livecheck.url       ${homepage}
+livecheck.regex         {: Tempita (.+)<}
+livecheck.type          regex
+livecheck.url           ${homepage}
 
-depends_build       port:py26-distribute
+depends_build-append    port:py26-distribute
 
-distname            Tempita-${version}
-master_sites        http://pypi.python.org/packages/source/T/Tempita/
+distname                Tempita-${version}
+master_sites            http://pypi.python.org/packages/source/T/Tempita/
 
-checksums           rmd160 add105a921d1e7ba8099ee80c79ce05866b70697
+checksums               rmd160 add105a921d1e7ba8099ee80c79ce05866b70697

Modified: trunk/dports/python/py26-weberror/Portfile
===================================================================
--- trunk/dports/python/py26-weberror/Portfile	2010-05-09 04:47:51 UTC (rev 67419)
+++ trunk/dports/python/py26-weberror/Portfile	2010-05-09 05:02:52 UTC (rev 67420)
@@ -1,36 +1,35 @@
 # $Id$
 
-PortSystem          1.0
-PortGroup           python26 1.0
+PortSystem              1.0
+PortGroup               python26 1.0
 
-name                py26-weberror
-version             0.10.2
-revision            1
-categories          python
-maintainers         perry openmaintainer
-platforms           darwin
+name                    py26-weberror
+version                 0.10.2
+revision                1
+maintainers             perry openmaintainer
+platforms               darwin
 
-description         Web Error handling and exception catching
-long_description    ${description}
-license             MIT
-homepage            http://pypi.python.org/pypi/WebError/
+description             Web Error handling and exception catching
+long_description        ${description}
+license                 MIT
+homepage                http://pypi.python.org/pypi/WebError/
 
-livecheck.regex     {: WebError (.+)<}
-livecheck.type      regex
-livecheck.url       ${homepage}
+livecheck.regex         {: WebError (.+)<}
+livecheck.type          regex
+livecheck.url           ${homepage}
 
-depends_build       port:py26-distribute
-depends_lib \
+depends_build-append    port:py26-distribute
+depends_lib-append \
     port:py26-paste \
     port:py26-pygments \
     port:py26-simplejson \
     port:py26-tempita \
     port:py26-webob
 
-distname            WebError-${version}
-master_sites        http://pypi.python.org/packages/source/W/WebError/
+distname                WebError-${version}
+master_sites            http://pypi.python.org/packages/source/W/WebError/
 
-checksums           rmd160 9ecb657c8dfa4a6cd915cc4a97abd0c6a0009c08
+checksums               rmd160 9ecb657c8dfa4a6cd915cc4a97abd0c6a0009c08
 
 post-extract {
     foreach file [glob ${worksrcpath}/WebError.egg-info/*] {

Modified: trunk/dports/python/py26-webhelpers/Portfile
===================================================================
--- trunk/dports/python/py26-webhelpers/Portfile	2010-05-09 04:47:51 UTC (rev 67419)
+++ trunk/dports/python/py26-webhelpers/Portfile	2010-05-09 05:02:52 UTC (rev 67420)
@@ -1,29 +1,28 @@
 # $Id$
 
-PortSystem          1.0
-PortGroup           python26 1.0
+PortSystem              1.0
+PortGroup               python26 1.0
 
-name                py26-webhelpers
-version             1.0b6
-categories          python
-maintainers         perry openmaintainer
-platforms           darwin
+name                    py26-webhelpers
+version                 1.0b6
+maintainers             perry openmaintainer
+platforms               darwin
 
-description         Web Helpers is a library of helper functions intended to \
-                    make writing web applications easier.
-long_description    ${description} It's the standard function library for \
-                    Pylons and TurboGears 2, but can be used with any web \
-                    framework.
-license             BSD
-homepage            http://pypi.python.org/pypi/WebHelpers/
+description             Web Helpers is a library of helper functions intended \
+                        to make writing web applications easier.
+long_description        ${description} It's the standard function library for \
+                        Pylons and TurboGears 2, but can be used with any web \
+                        framework.
+license                 BSD
+homepage                http://pypi.python.org/pypi/WebHelpers/
 
-livecheck.regex     {WebHelpers/(.+)"}
-livecheck.type      regex
-livecheck.url       ${homepage}
+livecheck.regex         {WebHelpers/(.+)"}
+livecheck.type          regex
+livecheck.url           ${homepage}
 
-depends_build       port:py26-distribute
+depends_build-append    port:py26-distribute
 
-distname            WebHelpers-${version}
-master_sites        http://pypi.python.org/packages/source/W/WebHelpers/
+distname                WebHelpers-${version}
+master_sites            http://pypi.python.org/packages/source/W/WebHelpers/
 
-checksums           rmd160 cc2dff0305d5c2220a9d53978f23c598a3732efd
+checksums               rmd160 cc2dff0305d5c2220a9d53978f23c598a3732efd

Modified: trunk/dports/python/py26-webtest/Portfile
===================================================================
--- trunk/dports/python/py26-webtest/Portfile	2010-05-09 04:47:51 UTC (rev 67419)
+++ trunk/dports/python/py26-webtest/Portfile	2010-05-09 05:02:52 UTC (rev 67420)
@@ -1,27 +1,26 @@
 # $Id$
 
-PortSystem          1.0
-PortGroup           python26 1.0
+PortSystem              1.0
+PortGroup               python26 1.0
 
-name                py26-webtest
-version             1.2.1
-categories          python
-maintainers         perry openmaintainer
-platforms           darwin
+name                    py26-webtest
+version                 1.2.1
+maintainers             perry openmaintainer
+platforms               darwin
 
-description         Helper to test WSGI applications
-long_description    ${description}
-license             MIT
-homepage            http://pypi.python.org/pypi/WebTest/
+description             Helper to test WSGI applications
+long_description        ${description}
+license                 MIT
+homepage                http://pypi.python.org/pypi/WebTest/
 
-livecheck.regex     {: WebTest (.+)<}
-livecheck.type      regex
-livecheck.url       ${homepage}
+livecheck.regex         {: WebTest (.+)<}
+livecheck.type          regex
+livecheck.url           ${homepage}
 
-depends_build       port:py26-distribute
-depends_lib         port:py26-webob
+depends_build-append    port:py26-distribute
+depends_lib-append      port:py26-webob
 
-distname            WebTest-${version}
-master_sites        http://pypi.python.org/packages/source/W/WebTest/
+distname                WebTest-${version}
+master_sites            http://pypi.python.org/packages/source/W/WebTest/
 
-checksums           rmd160 e3602b06cef444fca094fc38035ae9080693cfcf
+checksums               rmd160 e3602b06cef444fca094fc38035ae9080693cfcf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100508/fa1365e0/attachment.html>


More information about the macports-changes mailing list