[117707] trunk/dports/sysutils/libvirt/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Mar 8 16:20:07 PST 2014


Revision: 117707
          https://trac.macports.org/changeset/117707
Author:   ryandesign at macports.org
Date:     2014-03-08 16:20:07 -0800 (Sat, 08 Mar 2014)
Log Message:
-----------
libvirt: remove python variants (#41776)

Modified Paths:
--------------
    trunk/dports/sysutils/libvirt/Portfile

Modified: trunk/dports/sysutils/libvirt/Portfile
===================================================================
--- trunk/dports/sysutils/libvirt/Portfile	2014-03-08 20:35:23 UTC (rev 117706)
+++ trunk/dports/sysutils/libvirt/Portfile	2014-03-09 00:20:07 UTC (rev 117707)
@@ -51,7 +51,6 @@
                     --without-openvz \
                     --without-phyp \
                     --without-polkit \
-                    --without-python \
                     --without-qemu \
                     --without-sasl \
                     --without-selinux \
@@ -76,34 +75,6 @@
     configure.args-replace  --without-avahi --with-avahi
 }
 
-variant python24 conflicts python25 python26 python27 \
-                 description {Compile Python 2.4 bindings} {
-    depends_lib-append      port:python24
-    configure.args-replace  --without-python --with-python
-    configure.python        ${prefix}/bin/python2.4
-}
-
-variant python25 conflicts python24 python26 python27 \
-                 description {Compile Python 2.5 bindings} {
-    depends_lib-append      port:python25
-    configure.args-replace  --without-python --with-python
-    configure.python        ${prefix}/bin/python2.5
-}
-
-variant python26 conflicts python24 python25 python27 \
-                 description {Compile Python 2.6 bindings} {
-    depends_lib-append      port:python26
-    configure.args-replace  --without-python --with-python
-    configure.python        ${prefix}/bin/python2.6
-}
-
-variant python27 conflicts python24 python25 python26 \
-                 description {Compile Python 2.7 bindings} {
-    depends_lib-append      port:python27
-    configure.args-replace  --without-python --with-python
-    configure.python        ${prefix}/bin/python2.7
-}
-
 variant sasl description {Use Cyrus SASL for authentication} {
     depends_lib-append      port:cyrus-sasl2
     configure.args-replace  --without-sasl --with-sasl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140308/0dc0e629/attachment.html>


More information about the macports-changes mailing list