[115633] trunk/dports/python/py-webob/Portfile

stromnov at macports.org stromnov at macports.org
Tue Jan 7 01:35:17 PST 2014


Revision: 115633
          https://trac.macports.org/changeset/115633
Author:   stromnov at macports.org
Date:     2014-01-07 01:35:17 -0800 (Tue, 07 Jan 2014)
Log Message:
-----------
py-webob: update to version 1.3.1

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

Modified: trunk/dports/python/py-webob/Portfile
===================================================================
--- trunk/dports/python/py-webob/Portfile	2014-01-07 09:24:18 UTC (rev 115632)
+++ trunk/dports/python/py-webob/Portfile	2014-01-07 09:35:17 UTC (rev 115633)
@@ -6,40 +6,52 @@
 
 name                py-webob
 set real_name       WebOb
-version             1.2.3
-python.versions     25 26 27
+version             1.3.1
+revision            0
 categories-append   www
+platforms           darwin
 license             MIT
+supported_archs     noarch
+
+python.versions     25 26 27 33
+
 maintainers         stromnov openmaintainer
+
 description         WSGI request and response object.
-long_description    \
-    WebOb provides wrappers around the WSGI request environment, and an \
-    object to help create WSGI responses. \
-    \
-    The objects map much of the specified behavior of HTTP, including \
-    header parsing and accessors for other standard parts of the \
-    environment.
 
-platforms           darwin
-supported_archs     noarch
+long_description    WebOb provides wrappers around the WSGI request \
+                    environment, and an object to help create WSGI responses. \
+                    \
+                    The objects map much of the specified behavior of HTTP, \
+                    including header parsing and accessors for other standard \
+                    parts of the environment.
 
 homepage            http://webob.org/
 master_sites        https://pypi.python.org/packages/source/W/${real_name}/
+
 distname            ${real_name}-${version}
-checksums           md5    11825b7074ba7043e157805e4e6e0f55 \
-                    rmd160 d97a2c3fdef966ee59179665ed87b5873a112a23 \
-                    sha256 325c249f3ac35e72b75ba13b2c60317def0c986a24a413ebf700509ea4c73a13
 
+checksums           rmd160  b48674c9775685ef43f3b91ac8d5ee1015d302e8 \
+                    sha256  1b53edf70e65d42b34d520c41d7e609a62f991fdd6b5c0306c0c026222f7edae
+
 if {${name} ne ${subport}} {
-    depends_build       port:py${python.version}-setuptools
-    if {${python.version} <= 25} {
+    if {${python.version} == 25} {
         version             1.1.1
+        revision            0
         distname            ${real_name}-${version}
         use_zip             yes
         checksums           rmd160 39284620aee3dc7e4063fb36a6298f25d3d7d6e9 \
                             sha256 21f3a2ecea66129b20ba757fafa087af8ba85e413c77972accdeb56a50f1eff6
+    } elseif {${python.version} == 26} {
+        version             1.2.3
+        revision            0
+        distname            ${real_name}-${version}
+        checksums           rmd160  d97a2c3fdef966ee59179665ed87b5873a112a23 \
+                            sha256  325c249f3ac35e72b75ba13b2c60317def0c986a24a413ebf700509ea4c73a13
     }
 
+    depends_build       port:py${python.version}-setuptools
+
     livecheck.type      none
 } else {
     livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140107/ca0eb4d4/attachment-0001.html>


More information about the macports-changes mailing list