[114107] trunk/dports/lang/python34/Portfile

jwa at macports.org jwa at macports.org
Fri Nov 29 10:52:45 PST 2013


Revision: 114107
          https://trac.macports.org/changeset/114107
Author:   jwa at macports.org
Date:     2013-11-29 10:52:45 -0800 (Fri, 29 Nov 2013)
Log Message:
-----------
python34: change configuration to remove conflict with setuptools and pip packages, closes #41591

Modified Paths:
--------------
    trunk/dports/lang/python34/Portfile

Modified: trunk/dports/lang/python34/Portfile
===================================================================
--- trunk/dports/lang/python34/Portfile	2013-11-29 17:34:39 UTC (rev 114106)
+++ trunk/dports/lang/python34/Portfile	2013-11-29 18:52:45 UTC (rev 114107)
@@ -9,7 +9,7 @@
 # Remember to keep py34-tkinter and py34-gdbm's versions sync'd with this
 version                 3.4.0b1
 epoch                   20131124
-revision                1
+revision                2
 
 set major               [lindex [split $version .] 0]
 set branch              [join [lrange [split ${version} .] 0 1] .]
@@ -45,9 +45,13 @@
                         port:xz
 depends_run             port:python_select
 
+# ensurepip arg may be removed later, now conflicts with pip and setuptools
+# packages
 configure.args          --enable-framework=${frameworks_dir} \
                         --enable-ipv6 \
-                        --with-computed-gotos
+                        --with-computed-gotos \
+                        --with-ensurepip=no
+
 configure.ccache        no
 
 use_parallel_build      yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131129/c667fd60/attachment-0001.html>


More information about the macports-changes mailing list