[140328] trunk/dports/net/youtube-dl/Portfile
ryandesign at macports.org
ryandesign at macports.org
Thu Sep 17 02:52:14 PDT 2015
Revision: 140328
https://trac.macports.org/changeset/140328
Author: ryandesign at macports.org
Date: 2015-09-17 02:52:14 -0700 (Thu, 17 Sep 2015)
Log Message:
-----------
youtube-dl: add python35 variant
Modified Paths:
--------------
trunk/dports/net/youtube-dl/Portfile
Modified: trunk/dports/net/youtube-dl/Portfile
===================================================================
--- trunk/dports/net/youtube-dl/Portfile 2015-09-17 09:41:02 UTC (rev 140327)
+++ trunk/dports/net/youtube-dl/Portfile 2015-09-17 09:52:14 UTC (rev 140328)
@@ -63,19 +63,24 @@
default_variants +ffmpeg
-variant python27 conflicts python34 description {Use Python 2.7} {
+variant python27 conflicts python34 python35 description {Use Python 2.7} {
depends_run-append port:python27
configure.python ${prefix}/bin/python2.7
}
variant python33 requires python34 description {Legacy compatibility variant} {}
-variant python34 conflicts python27 description {Use Python 3.4} {
+variant python34 conflicts python27 python35 description {Use Python 3.4} {
depends_run-append port:python34
configure.python ${prefix}/bin/python3.4
}
-if {![variant_isset python27] && ![variant_isset python34]} {
+variant python35 conflicts python27 python34 description {Use Python 3.5} {
+ depends_run-append port:python35
+ configure.python ${prefix}/bin/python3.5
+}
+
+if {![variant_isset python27] && ![variant_isset python34] && ![variant_isset python35]} {
default_variants +python27
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150917/96c35280/attachment-0001.html>
More information about the macports-changes
mailing list