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

jmr at macports.org jmr at macports.org
Mon Jul 8 08:46:13 PDT 2013


Revision: 107892
          https://trac.macports.org/changeset/107892
Author:   jmr at macports.org
Date:     2013-07-08 08:46:13 -0700 (Mon, 08 Jul 2013)
Log Message:
-----------
py-webob: update to 1.2.3 for python 2.6+

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

Modified: trunk/dports/python/py-webob/Portfile
===================================================================
--- trunk/dports/python/py-webob/Portfile	2013-07-08 14:16:02 UTC (rev 107891)
+++ trunk/dports/python/py-webob/Portfile	2013-07-08 15:46:13 UTC (rev 107892)
@@ -6,7 +6,7 @@
 
 name                py-webob
 set real_name       WebOb
-version             1.1.1
+version             1.2.3
 python.versions     25 26 27
 categories-append   www
 license             MIT
@@ -23,13 +23,20 @@
 platforms           darwin
 supported_archs     noarch
 
-homepage            http://pythonpaste.org/webob/
-master_sites        http://pypi.python.org/packages/source/W/${real_name}/
+homepage            http://webob.org/
+master_sites        https://pypi.python.org/packages/source/W/${real_name}/
 distname            ${real_name}-${version}
-checksums           rmd160  39284620aee3dc7e4063fb36a6298f25d3d7d6e9 \
-                    sha256  21f3a2ecea66129b20ba757fafa087af8ba85e413c77972accdeb56a50f1eff6
+checksums           md5    11825b7074ba7043e157805e4e6e0f55 \
+                    rmd160 d97a2c3fdef966ee59179665ed87b5873a112a23 \
+                    sha256 325c249f3ac35e72b75ba13b2c60317def0c986a24a413ebf700509ea4c73a13
 
 if {$name != $subport} {
-    use_zip             yes
     depends_build       port:py${python.version}-setuptools
+    if {${python.version} <= 25} {
+        version             1.1.1
+        distname            ${real_name}-${version}
+        use_zip             yes
+        checksums           rmd160 39284620aee3dc7e4063fb36a6298f25d3d7d6e9 \
+                            sha256 21f3a2ecea66129b20ba757fafa087af8ba85e413c77972accdeb56a50f1eff6
+    }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130708/2e8b86f0/attachment.html>


More information about the macports-changes mailing list