[127479] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Tue Oct 28 14:40:14 PDT 2014


Revision: 127479
          https://trac.macports.org/changeset/127479
Author:   stromnov at macports.org
Date:     2014-10-28 14:40:14 -0700 (Tue, 28 Oct 2014)
Log Message:
-----------
py{25,26,33}-webob: Replace with py{27,34}-webob

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

Modified: trunk/dports/python/py-graveyard/Portfile
===================================================================
--- trunk/dports/python/py-graveyard/Portfile	2014-10-28 20:41:19 UTC (rev 127478)
+++ trunk/dports/python/py-graveyard/Portfile	2014-10-28 21:40:14 UTC (rev 127479)
@@ -176,6 +176,7 @@
 virtualenv-clone    0.2.4_1     25 26 31 32 33
 virtualenvwrapper   4.0_1       25 26 32 33
 weberror            0.10.3_1    25 26
+webob               1.4_1       25 26 33
 webpy               0.37_1      25 26
 webtest             1.3.3_1     25 26
 werkzeug            0.9.6_1     24 25 26 33

Modified: trunk/dports/python/py-webob/Portfile
===================================================================
--- trunk/dports/python/py-webob/Portfile	2014-10-28 20:41:19 UTC (rev 127478)
+++ trunk/dports/python/py-webob/Portfile	2014-10-28 21:40:14 UTC (rev 127479)
@@ -13,7 +13,7 @@
 license             MIT
 supported_archs     noarch
 
-python.versions     25 26 27 33 34
+python.versions     27 34
 
 maintainers         stromnov openmaintainer
 
@@ -35,23 +35,9 @@
                     sha256  0819838204e2a6823e42bf2227898fdf3f306f7619bf328e25855a0d1ca20399
 
 if {${name} ne ${subport}} {
-    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-append \
+                        port:py${python.version}-setuptools
 
-    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/20141028/fdef5a01/attachment-0001.html>


More information about the macports-changes mailing list