[140628] trunk/dports/python
stromnov at macports.org
stromnov at macports.org
Mon Sep 28 04:41:34 PDT 2015
Revision: 140628
https://trac.macports.org/changeset/140628
Author: stromnov at macports.org
Date: 2015-09-28 04:41:34 -0700 (Mon, 28 Sep 2015)
Log Message:
-----------
py-{appnope,gnureadline,ipykernel,ipython,ipywidgets,jsonschema,jupyter,jupyter_console,mistune,nbconvert,nbformat,notebook,path,pexpect,pickleshare,ptyprocess,pygments,setuptools_scm,simplegeneric,terminado}: add py35 subport
Modified Paths:
--------------
trunk/dports/python/py-appnope/Portfile
trunk/dports/python/py-gnureadline/Portfile
trunk/dports/python/py-ipykernel/Portfile
trunk/dports/python/py-ipython/Portfile
trunk/dports/python/py-ipywidgets/Portfile
trunk/dports/python/py-jsonschema/Portfile
trunk/dports/python/py-jupyter/Portfile
trunk/dports/python/py-jupyter_console/Portfile
trunk/dports/python/py-mistune/Portfile
trunk/dports/python/py-nbconvert/Portfile
trunk/dports/python/py-nbformat/Portfile
trunk/dports/python/py-notebook/Portfile
trunk/dports/python/py-path/Portfile
trunk/dports/python/py-pexpect/Portfile
trunk/dports/python/py-pickleshare/Portfile
trunk/dports/python/py-ptyprocess/Portfile
trunk/dports/python/py-pygments/Portfile
trunk/dports/python/py-setuptools_scm/Portfile
trunk/dports/python/py-simplegeneric/Portfile
trunk/dports/python/py-terminado/Portfile
Added Paths:
-----------
trunk/dports/python/py-ipython/files/py35-ipython
trunk/dports/python/py-ipython/files/py35-ipython3
Modified: trunk/dports/python/py-appnope/Portfile
===================================================================
--- trunk/dports/python/py-appnope/Portfile 2015-09-28 11:21:09 UTC (rev 140627)
+++ trunk/dports/python/py-appnope/Portfile 2015-09-28 11:41:34 UTC (rev 140628)
@@ -11,7 +11,7 @@
license BSD
supported_archs noarch
-python.versions 27 34
+python.versions 27 34 35
maintainers stromnov openmaintainer
Modified: trunk/dports/python/py-gnureadline/Portfile
===================================================================
--- trunk/dports/python/py-gnureadline/Portfile 2015-09-28 11:21:09 UTC (rev 140627)
+++ trunk/dports/python/py-gnureadline/Portfile 2015-09-28 11:41:34 UTC (rev 140628)
@@ -10,7 +10,7 @@
platforms darwin
license GPL
-python.versions 27 34
+python.versions 27 34 35
maintainers stromnov openmaintainer
Modified: trunk/dports/python/py-ipykernel/Portfile
===================================================================
--- trunk/dports/python/py-ipykernel/Portfile 2015-09-28 11:21:09 UTC (rev 140627)
+++ trunk/dports/python/py-ipykernel/Portfile 2015-09-28 11:41:34 UTC (rev 140628)
@@ -12,7 +12,7 @@
license BSD
supported_archs noarch
-python.versions 27 34
+python.versions 27 34 35
maintainers stromnov openmaintainer
Modified: trunk/dports/python/py-ipython/Portfile
===================================================================
--- trunk/dports/python/py-ipython/Portfile 2015-09-28 11:21:09 UTC (rev 140627)
+++ trunk/dports/python/py-ipython/Portfile 2015-09-28 11:41:34 UTC (rev 140628)
@@ -13,7 +13,7 @@
license BSD
supported_archs noarch
-python.versions 27 34
+python.versions 27 34 35
maintainers aronnax sean stromnov openmaintainer
Copied: trunk/dports/python/py-ipython/files/py35-ipython (from rev 140615, trunk/dports/python/py-ipython/files/py34-ipython)
===================================================================
--- trunk/dports/python/py-ipython/files/py35-ipython (rev 0)
+++ trunk/dports/python/py-ipython/files/py35-ipython 2015-09-28 11:41:34 UTC (rev 140628)
@@ -0,0 +1,3 @@
+${frameworks_dir}/Python.framework/Versions/3.5/bin/iptest
+${frameworks_dir}/Python.framework/Versions/3.5/bin/ipython
+${frameworks_dir}/Python.framework/Versions/3.5/share/man/man1/ipython.1
Copied: trunk/dports/python/py-ipython/files/py35-ipython3 (from rev 140615, trunk/dports/python/py-ipython/files/py34-ipython3)
===================================================================
--- trunk/dports/python/py-ipython/files/py35-ipython3 (rev 0)
+++ trunk/dports/python/py-ipython/files/py35-ipython3 2015-09-28 11:41:34 UTC (rev 140628)
@@ -0,0 +1,3 @@
+${frameworks_dir}/Python.framework/Versions/3.5/bin/iptest3
+${frameworks_dir}/Python.framework/Versions/3.5/bin/ipython3
+${frameworks_dir}/Python.framework/Versions/3.5/share/man/man1/ipython.1
Modified: trunk/dports/python/py-ipywidgets/Portfile
===================================================================
--- trunk/dports/python/py-ipywidgets/Portfile 2015-09-28 11:21:09 UTC (rev 140627)
+++ trunk/dports/python/py-ipywidgets/Portfile 2015-09-28 11:41:34 UTC (rev 140628)
@@ -11,7 +11,7 @@
license BSD
supported_archs noarch
-python.versions 27 34
+python.versions 27 34 35
maintainers stromnov openmaintainer
Modified: trunk/dports/python/py-jsonschema/Portfile
===================================================================
--- trunk/dports/python/py-jsonschema/Portfile 2015-09-28 11:21:09 UTC (rev 140627)
+++ trunk/dports/python/py-jsonschema/Portfile 2015-09-28 11:41:34 UTC (rev 140628)
@@ -12,7 +12,7 @@
license MIT
supported_archs noarch
-python.versions 27 34
+python.versions 27 34 35
maintainers stromnov openmaintainer
Modified: trunk/dports/python/py-jupyter/Portfile
===================================================================
--- trunk/dports/python/py-jupyter/Portfile 2015-09-28 11:21:09 UTC (rev 140627)
+++ trunk/dports/python/py-jupyter/Portfile 2015-09-28 11:41:34 UTC (rev 140628)
@@ -12,7 +12,7 @@
license BSD
supported_archs noarch
-python.versions 27 34
+python.versions 27 34 35
maintainers stromnov openmaintainer
Modified: trunk/dports/python/py-jupyter_console/Portfile
===================================================================
--- trunk/dports/python/py-jupyter_console/Portfile 2015-09-28 11:21:09 UTC (rev 140627)
+++ trunk/dports/python/py-jupyter_console/Portfile 2015-09-28 11:41:34 UTC (rev 140628)
@@ -12,7 +12,7 @@
license BSD
supported_archs noarch
-python.versions 27 34
+python.versions 27 34 35
maintainers stromnov openmaintainer
Modified: trunk/dports/python/py-mistune/Portfile
===================================================================
--- trunk/dports/python/py-mistune/Portfile 2015-09-28 11:21:09 UTC (rev 140627)
+++ trunk/dports/python/py-mistune/Portfile 2015-09-28 11:41:34 UTC (rev 140628)
@@ -11,7 +11,7 @@
platforms darwin
license BSD
-python.versions 27 34
+python.versions 27 34 35
maintainers stromnov openmaintainer
Modified: trunk/dports/python/py-nbconvert/Portfile
===================================================================
--- trunk/dports/python/py-nbconvert/Portfile 2015-09-28 11:21:09 UTC (rev 140627)
+++ trunk/dports/python/py-nbconvert/Portfile 2015-09-28 11:41:34 UTC (rev 140628)
@@ -12,7 +12,7 @@
license BSD
supported_archs noarch
-python.versions 27 34
+python.versions 27 34 35
maintainers stromnov openmaintainer
Modified: trunk/dports/python/py-nbformat/Portfile
===================================================================
--- trunk/dports/python/py-nbformat/Portfile 2015-09-28 11:21:09 UTC (rev 140627)
+++ trunk/dports/python/py-nbformat/Portfile 2015-09-28 11:41:34 UTC (rev 140628)
@@ -11,7 +11,7 @@
license BSD
supported_archs noarch
-python.versions 27 34
+python.versions 27 34 35
maintainers stromnov openmaintainer
Modified: trunk/dports/python/py-notebook/Portfile
===================================================================
--- trunk/dports/python/py-notebook/Portfile 2015-09-28 11:21:09 UTC (rev 140627)
+++ trunk/dports/python/py-notebook/Portfile 2015-09-28 11:41:34 UTC (rev 140628)
@@ -12,7 +12,7 @@
license BSD
supported_archs noarch
-python.versions 27 34
+python.versions 27 34 35
maintainers stromnov openmaintainer
Modified: trunk/dports/python/py-path/Portfile
===================================================================
--- trunk/dports/python/py-path/Portfile 2015-09-28 11:21:09 UTC (rev 140627)
+++ trunk/dports/python/py-path/Portfile 2015-09-28 11:41:34 UTC (rev 140628)
@@ -12,7 +12,7 @@
license MIT
supported_archs noarch
-python.versions 27 34
+python.versions 27 34 35
maintainers stromnov openmaintainer
Modified: trunk/dports/python/py-pexpect/Portfile
===================================================================
--- trunk/dports/python/py-pexpect/Portfile 2015-09-28 11:21:09 UTC (rev 140627)
+++ trunk/dports/python/py-pexpect/Portfile 2015-09-28 11:41:34 UTC (rev 140628)
@@ -12,7 +12,7 @@
license ISC
supported_archs noarch
-python.versions 27 34
+python.versions 27 34 35
maintainers stromnov openmaintainer
Modified: trunk/dports/python/py-pickleshare/Portfile
===================================================================
--- trunk/dports/python/py-pickleshare/Portfile 2015-09-28 11:21:09 UTC (rev 140627)
+++ trunk/dports/python/py-pickleshare/Portfile 2015-09-28 11:41:34 UTC (rev 140628)
@@ -12,7 +12,7 @@
license BSD
supported_archs noarch
-python.versions 27 34
+python.versions 27 34 35
maintainers stromnov openmaintainer
Modified: trunk/dports/python/py-ptyprocess/Portfile
===================================================================
--- trunk/dports/python/py-ptyprocess/Portfile 2015-09-28 11:21:09 UTC (rev 140627)
+++ trunk/dports/python/py-ptyprocess/Portfile 2015-09-28 11:41:34 UTC (rev 140628)
@@ -11,7 +11,7 @@
platforms darwin
license ISC
-python.versions 27 34
+python.versions 27 34 35
maintainers stromnov openmaintainer
Modified: trunk/dports/python/py-pygments/Portfile
===================================================================
--- trunk/dports/python/py-pygments/Portfile 2015-09-28 11:21:09 UTC (rev 140627)
+++ trunk/dports/python/py-pygments/Portfile 2015-09-28 11:41:34 UTC (rev 140628)
@@ -12,7 +12,7 @@
license BSD
supported_archs noarch
-python.versions 26 27 33 34
+python.versions 26 27 33 34 35
maintainers stromnov openmaintainer
Modified: trunk/dports/python/py-setuptools_scm/Portfile
===================================================================
--- trunk/dports/python/py-setuptools_scm/Portfile 2015-09-28 11:21:09 UTC (rev 140627)
+++ trunk/dports/python/py-setuptools_scm/Portfile 2015-09-28 11:41:34 UTC (rev 140628)
@@ -12,7 +12,7 @@
license MIT
supported_archs noarch
-python.versions 27 34
+python.versions 27 34 35
maintainers stromnov openmaintainer
Modified: trunk/dports/python/py-simplegeneric/Portfile
===================================================================
--- trunk/dports/python/py-simplegeneric/Portfile 2015-09-28 11:21:09 UTC (rev 140627)
+++ trunk/dports/python/py-simplegeneric/Portfile 2015-09-28 11:41:34 UTC (rev 140628)
@@ -12,7 +12,7 @@
license ZPL
supported_archs noarch
-python.versions 27 34
+python.versions 27 34 35
maintainers stromnov openmaintainer
Modified: trunk/dports/python/py-terminado/Portfile
===================================================================
--- trunk/dports/python/py-terminado/Portfile 2015-09-28 11:21:09 UTC (rev 140627)
+++ trunk/dports/python/py-terminado/Portfile 2015-09-28 11:41:34 UTC (rev 140628)
@@ -11,11 +11,11 @@
platforms darwin
license BSD
-python.versions 27 34
+python.versions 27 34 35
maintainers stromnov openmaintainer
-description ?
+description Terminals served by tornado websockets.
long_description ${description}
homepage https://github.com/takluyver/terminado
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150928/ee511c13/attachment-0001.html>
More information about the macports-changes
mailing list