[136312] trunk/dports/math/libsvm/Portfile

larryv at macports.org larryv at macports.org
Thu May 14 10:37:40 PDT 2015


Revision: 136312
          https://trac.macports.org/changeset/136312
Author:   larryv at macports.org
Date:     2015-05-14 10:37:39 -0700 (Thu, 14 May 2015)
Log Message:
-----------
libsvm: Restore legacy Python variants; deprecate 2.6 and 3.3 properly

Modified Paths:
--------------
    trunk/dports/math/libsvm/Portfile

Modified: trunk/dports/math/libsvm/Portfile
===================================================================
--- trunk/dports/math/libsvm/Portfile	2015-05-14 17:32:32 UTC (rev 136311)
+++ trunk/dports/math/libsvm/Portfile	2015-05-14 17:37:39 UTC (rev 136312)
@@ -71,6 +71,16 @@
     }
 }
 
+# TODO: Remove after 2015-12-26.
+variant python24 requires python27 description {Legacy variant} {}
+variant python25 requires python27 description {Legacy variant} {}
+variant python31 requires python34 description {Legacy variant} {}
+variant python32 requires python34 description {Legacy variant} {}
+
+# TODO: Remove after 2016-05-14.
+variant python26 requires python27 description {Legacy variant} {}
+variant python33 requires python34 description {Legacy variant} {}
+
 variant python27 description {Install Python 2.7 interface} {
     depends_lib-append  port:python27
     post-destroot { install_py 2.7 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150514/16fdf4df/attachment.html>


More information about the macports-changes mailing list