[Python-modules-commits] r21753 - in packages/ipython/trunk/debian (4 files)

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Mon May 14 20:34:54 UTC 2012


    Date: Monday, May 14, 2012 @ 20:34:50
  Author: jtaylor-guest
Revision: 21753

add ipython3 notebook

Added:
  packages/ipython/trunk/debian/ipython3-notebook.install
Modified:
  packages/ipython/trunk/debian/changelog
  packages/ipython/trunk/debian/control
  packages/ipython/trunk/debian/rules

Modified: packages/ipython/trunk/debian/changelog
===================================================================
--- packages/ipython/trunk/debian/changelog	2012-05-14 20:34:32 UTC (rev 21752)
+++ packages/ipython/trunk/debian/changelog	2012-05-14 20:34:50 UTC (rev 21753)
@@ -1,5 +1,6 @@
 ipython (0.12.1+dfsg-2) UNRELEASED; urgency=low
 
+  * add ipython3-notebook package
   * move static notebook data to ipython-notebook-common
   * add ipython3 depend on python3-simplegeneric and remove the embedded copy
   * update use-system-mathjax-if-available.patch:
@@ -7,7 +8,7 @@
   * add parallel-2to3.patch:
     allow running 2to3 in parallel. Thanks to Jakub Wilk for the patch
 
- -- Julian Taylor <jtaylor.debian at googlemail.com>  Mon, 14 May 2012 22:12:09 +0200
+ -- Julian Taylor <jtaylor.debian at googlemail.com>  Mon, 14 May 2012 22:13:35 +0200
 
 ipython (0.12.1+dfsg-1) unstable; urgency=low
 

Modified: packages/ipython/trunk/debian/control
===================================================================
--- packages/ipython/trunk/debian/control	2012-05-14 20:34:32 UTC (rev 21752)
+++ packages/ipython/trunk/debian/control	2012-05-14 20:34:50 UTC (rev 21753)
@@ -70,7 +70,7 @@
          python3-simplegeneric,
          ${misc:Depends},
          ${python3:Depends}
-Suggests: ipython3-qtconsole, python3-zmq (>= 2.0.10.1)
+Suggests: ipython3-notebook, ipython3-qtconsole, python3-zmq (>= 2.0.10.1)
 Description: enhanced interactive Python 3 shell
  IPython can be used as a replacement for the standard Python shell,
  or it can be used as a complete working environment for scientific
@@ -135,10 +135,10 @@
          libjs-jquery,
          libjs-jquery-ui,
          libjs-mathjax,
-         ${misc:Depends},
+         ${misc:Depends}
 Replaces: ipython-notebook (<< 0.12.1-2)
 Breaks: ipython-notebook (<< 0.12.1-2)
-Description: interactive Python html notebook
+Description: interactive Python html notebook data package
  IPython can be used as a replacement for the standard Python shell,
  or it can be used as a complete working environment for scientific
  computing (like Matlab or Mathematica) when paired with the standard
@@ -148,8 +148,7 @@
  verbose and colored traceback reports, auto-parentheses, auto-quoting,
  and is embeddable in other Python programs.
  .
- This package contains the html notebook providing a Mathematica-like
- webinterface to Python.
+ This package contains the data for html notebook.
 
 Package: ipython-notebook
 Architecture: all
@@ -172,6 +171,27 @@
  This package contains the html notebook providing a Mathematica-like
  webinterface to Python.
 
+Package: ipython3-notebook
+Architecture: all
+Depends: ipython-notebook-common (= ${binary:Version}),
+         ipython3 (= ${binary:Version}),
+         python3-tornado (>= 2.1.0),
+         python3-zmq (>= 2.1.4),
+         ${misc:Depends},
+         ${python:Depends}
+Description: interactive Python 3 html notebook
+ IPython can be used as a replacement for the standard Python shell,
+ or it can be used as a complete working environment for scientific
+ computing (like Matlab or Mathematica) when paired with the standard
+ Python scientific and numerical tools. It supports dynamic object
+ introspections, numbered input/output prompts, a macro system,
+ session logging, session restoring, complete system shell access,
+ verbose and colored traceback reports, auto-parentheses, auto-quoting,
+ and is embeddable in other Python programs.
+ .
+ This package contains the html notebook providing a Mathematica-like
+ webinterface to Python 3.
+
 Package: ipython-doc
 Section: doc
 Architecture: all

Added: packages/ipython/trunk/debian/ipython3-notebook.install
===================================================================
--- packages/ipython/trunk/debian/ipython3-notebook.install	                        (rev 0)
+++ packages/ipython/trunk/debian/ipython3-notebook.install	2012-05-14 20:34:50 UTC (rev 21753)
@@ -0,0 +1 @@
+/usr/lib/python3/dist-packages/IPython/frontend/html

Modified: packages/ipython/trunk/debian/rules
===================================================================
--- packages/ipython/trunk/debian/rules	2012-05-14 20:34:32 UTC (rev 21752)
+++ packages/ipython/trunk/debian/rules	2012-05-14 20:34:50 UTC (rev 21753)
@@ -61,6 +61,7 @@
 		--exclude="IPython/quarantine/" \
 		--exclude=tests
 	dh_install -pipython-notebook --exclude="html/notebook/static/"
+	dh_install -pipython3-notebook --exclude="html/notebook/static/"
 	dh_install -pipython-notebook-common -XCOPYING -XLICENSE -XLICENSE.txt
 	dh_install -pipython-qtconsole
 	dh_install -pipython3 \
@@ -121,6 +122,7 @@
 	dh_installdocs -pipython-qtconsole --link-doc=ipython
 	dh_installdocs -pipython3-qtconsole --link-doc=ipython3
 	dh_installdocs -pipython-notebook --link-doc=ipython
+	dh_installdocs -pipython3-notebook --link-doc=ipython
 	dh_installdocs -pipython-notebook-common --link-doc=ipython
 	dh_installdocs -pipython-doc --link-doc=ipython
 	find $(CURDIR)/debian/ipython -type d -empty -delete




More information about the Python-modules-commits mailing list