[143003] users/krischik/Utilities

krischik at macports.org krischik at macports.org
Sat Dec 12 08:08:51 PST 2015


Revision: 143003
          https://trac.macports.org/changeset/143003
Author:   krischik at macports.org
Date:     2015-12-01 06:44:30 -0800 (Tue, 01 Dec 2015)
Log Message:
-----------
use new python.

Modified Paths:
--------------
    users/krischik/Utilities/Install_BitTornado.command
    users/krischik/Utilities/Install_GNOME.command
    users/krischik/Utilities/Install_Gimp.command
    users/krischik/Utilities/Install_Python.command
    users/krischik/Utilities/Install_VCS.command
    users/krischik/Utilities/Install_VIM.command
    users/krischik/Utilities/Setup.command

Added Paths:
-----------
    users/krischik/Utilities/Uninstall_Python.command

Modified: users/krischik/Utilities/Install_BitTornado.command
===================================================================
--- users/krischik/Utilities/Install_BitTornado.command	2015-12-01 14:32:59 UTC (rev 143002)
+++ users/krischik/Utilities/Install_BitTornado.command	2015-12-01 14:44:30 UTC (rev 143003)
@@ -13,9 +13,9 @@
 
 if test "${USER}" = "root"; then
     Deselect_System
+    Install_Python.command
 
     for I in		    \
-	"py26-wxpython"	    \
 	"bittornado"
     do
 	Install_Update ${I} ${=General_Variants}

Modified: users/krischik/Utilities/Install_GNOME.command
===================================================================
--- users/krischik/Utilities/Install_GNOME.command	2015-12-01 14:32:59 UTC (rev 143002)
+++ users/krischik/Utilities/Install_GNOME.command	2015-12-01 14:44:30 UTC (rev 143003)
@@ -16,16 +16,9 @@
     Unload_System
     Update_Tree
     Update_Packages
+    Install_Python.command
 
-    # The dependecies to not work because
-    # to few libraries build with +universal
     for I in						\
-	"py26-numpy"
-    do
-	Install_Update ${=I} "-atlas"
-    done; unset I
-
-    for I in						\
 	"cairo"						\
 	"pango"						\
 	"gtk2"						\

Modified: users/krischik/Utilities/Install_Gimp.command
===================================================================
--- users/krischik/Utilities/Install_Gimp.command	2015-12-01 14:32:59 UTC (rev 143002)
+++ users/krischik/Utilities/Install_Gimp.command	2015-12-01 14:44:30 UTC (rev 143003)
@@ -16,16 +16,9 @@
     Unload_System
     Update_Tree
     Update_Packages
+    Install_Python.command
 
-    # The dependecies to not work because
-    # to few libraries build with +universal
     for I in						    \
-	"py26-numpy"
-    do
-	Install_Update ${=I} "-atlas"
-    done; unset I
-
-    for I in						    \
 	"gimp2 +gvfs+help_browser +universal"		    \
 	"gimp-app +animation +help_browser +gvfs"	    \
 	"gimp-help-de"

Modified: users/krischik/Utilities/Install_Python.command
===================================================================
--- users/krischik/Utilities/Install_Python.command	2015-12-01 14:32:59 UTC (rev 143002)
+++ users/krischik/Utilities/Install_Python.command	2015-12-01 14:44:30 UTC (rev 143003)
@@ -12,20 +12,17 @@
 setopt No_Err_Exit
 
 if test "${USER}" = "root"; then
-    Deselect_System
-    Update_Tree
-    Update_Packages
-
     for I in		\
-	"python27 "	\
-	"py27-ctypes"	\
 	"py27-crypto"	\
-	"py27-tkinter"
+	"py27-ctypes"	\
+	"py27-numpy"	\
+	"py27-tkinter"	\
+	"py27-wxpython"	\
+	"python27"	\
+	"python35"	
     do
-	Install_Update ${I} "${=General_Variants}"s
+	Install_Update ${I} "${=General_Variants}"
     done; unset I
-
-    Select_System
 else
     setopt Multi_OS
     sudo ${0:a} 1>&1 2>&2 &>~/Library/Logs/${0:r:t}.out

Modified: users/krischik/Utilities/Install_VCS.command
===================================================================
--- users/krischik/Utilities/Install_VCS.command	2015-12-01 14:32:59 UTC (rev 143002)
+++ users/krischik/Utilities/Install_VCS.command	2015-12-01 14:44:30 UTC (rev 143003)
@@ -20,8 +20,8 @@
 	"openssh"							\
 	"sshpass"							\
 	"cvs"								\
+	"git-core +bash_completion"					\
 	"git +bash_completion+credential_osxkeychain+doc+svn"		\
-	"git-core +bash_completion"					\
 	"git-extras"							\
 	"GitX"								\
 	"juni"								\

Modified: users/krischik/Utilities/Install_VIM.command
===================================================================
--- users/krischik/Utilities/Install_VIM.command	2015-12-01 14:32:59 UTC (rev 143002)
+++ users/krischik/Utilities/Install_VIM.command	2015-12-01 14:44:30 UTC (rev 143003)
@@ -15,6 +15,7 @@
     Deselect_System
     Update_Tree
     Update_Packages
+    Install_Python.command
 
     for I in		\
 	"autoconf"	\
@@ -26,7 +27,6 @@
 	"lua"		\
 	"ncurses"	\
 	"perl5"		\
-	"python35"	\
 	"ruby22 +gmp"	\
 	"tcl"
     do

Modified: users/krischik/Utilities/Setup.command
===================================================================
--- users/krischik/Utilities/Setup.command	2015-12-01 14:32:59 UTC (rev 143002)
+++ users/krischik/Utilities/Setup.command	2015-12-01 14:44:30 UTC (rev 143003)
@@ -92,13 +92,14 @@
     {
     echo "===> Select System"
 
-    port select --set python	python35
-    port select --set python3	python35
-    port select --set ruby	ruby22
-    port select --set gcc	gcc5
-    #port select --set llvm 38
-    port select --set maven	maven3
-    port select --set scala	scala2.11
+    port select --set "cython"	"cython27"
+    port select --set "python"	"python35"
+    port select --set "python3"	"python35"
+    port select --set "ruby"	"ruby22"
+    port select --set "gcc"	"mp-gcc5"
+    port select --set "llvm"	"mp-llvm-3.7"
+    port select --set "maven"	"maven3"
+    port select --set "scala"	"scala2.11"
 
     return
     } # Select_System
@@ -107,13 +108,14 @@
     {
     echo "===> Select System"
 
-    port select --set python	none
-    port select --set python3	none
-    port select --set ruby	none
-    port select --set gcc	none
-    port select --set llvm	none
-    port select --set maven	none
-    port select --set scala	none
+    port select --set "cython"	"none"
+    port select --set "python"	"none"
+    port select --set "python3"	"none"
+    port select --set "ruby"	"none"
+    port select --set "gcc"	"none"
+    port select --set "llvm"	"none"
+    port select --set "maven"	"none"
+    port select --set "scala"	"none"
 
     return
     } # Select_System

Copied: users/krischik/Utilities/Uninstall_Python.command (from rev 142995, users/krischik/Utilities/Uninstall_Dovecot.command)
===================================================================
--- users/krischik/Utilities/Uninstall_Python.command	                        (rev 0)
+++ users/krischik/Utilities/Uninstall_Python.command	2015-12-01 14:44:30 UTC (rev 143003)
@@ -0,0 +1,29 @@
+#!/opt/local/bin/zsh
+############################################################## {{{1 ##########
+#   $Author$
+#   $Revision$
+#   $Date$
+#   $HeadURL$
+############################################################## }}}1 ##########
+
+source ${0:h}/Setup.command
+
+setopt No_X_Trace
+setopt No_Err_Exit
+
+if test "${USER}" = "root"; then
+
+    port uninstall  \
+	"python26"  \
+	"py26-*"    \
+	"python34"  \
+	"py34-*"
+
+else
+    setopt Multi_OS
+    sudo ${0:a} 1>&1 2>&2 &>~/Library/Logs/${0:r:t}.out
+fi
+
+############################################################ {{{1 ###########
+# vim: set nowrap tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab :
+# vim: set textwidth=0 filetype=zsh foldmethod=marker nospell :
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/f56ec417/attachment-0001.html>


More information about the macports-changes mailing list