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

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Thu Dec 29 22:54:29 UTC 2011


    Date: Thursday, December 29, 2011 @ 22:54:27
  Author: jtaylor-guest
Revision: 19793

add python3 variant of qtconsole

Added:
  packages/ipython/trunk/debian/ipython3-qtconsole.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	2011-12-29 17:10:19 UTC (rev 19792)
+++ packages/ipython/trunk/debian/changelog	2011-12-29 22:54:27 UTC (rev 19793)
@@ -3,7 +3,7 @@
   [ Julian Taylor ]
   * New upstream release (Closes: #642326, #650725)
   * new package: ipython-notebook
-  * new python3 package: for ipython3
+  * new python3 packages: ipython3, ipython3-qtconsole
   * refreshed patches
   * parallel example folder renamed newparallel -> parallel
   * drop upstream applied fix-version-checks-for-pyzmq-2.1.10.patch
@@ -22,7 +22,7 @@
   * ipython-qtconsole: add python-pyside.qt{core,gui,svn} as an alternative
     dependency to python-qt4
 
- -- Julian Taylor <jtaylor.debian at googlemail.com>  Mon, 19 Dec 2011 19:06:00 +0100
+ -- Julian Taylor <jtaylor.debian at googlemail.com>  Thu, 29 Dec 2011 23:07:22 +0100
 
 ipython (0.11-2) unstable; urgency=low
 

Modified: packages/ipython/trunk/debian/control
===================================================================
--- packages/ipython/trunk/debian/control	2011-12-29 17:10:19 UTC (rev 19792)
+++ packages/ipython/trunk/debian/control	2011-12-29 22:54:27 UTC (rev 19793)
@@ -100,6 +100,28 @@
  .
  This package contains the qt console.
 
+Package: ipython3-qtconsole
+Architecture: all
+Depends: ipython3 (= ${binary:Version}),
+         python3-pygments,
+         python3-pyqt4 | python3-pyside.qtcore,
+         python3-pyqt4 | python3-pyside.qtgui,
+         python3-pyqt4 | python3-pyside.qtsvg,
+         python3-zmq (>= 2.0.10.1),
+         ${misc:Depends},
+         ${python3:Depends}
+Description: enhanced interactive Python3 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
+ 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 Python3 variant of the qt console.
+
 Package: ipython-notebook
 Architecture: all
 Depends: ipython (= ${binary:Version}),

Added: packages/ipython/trunk/debian/ipython3-qtconsole.install
===================================================================
--- packages/ipython/trunk/debian/ipython3-qtconsole.install	                        (rev 0)
+++ packages/ipython/trunk/debian/ipython3-qtconsole.install	2011-12-29 22:54:27 UTC (rev 19793)
@@ -0,0 +1 @@
+/usr/lib/python3*/dist-packages/IPython/frontend/qt/

Modified: packages/ipython/trunk/debian/rules
===================================================================
--- packages/ipython/trunk/debian/rules	2011-12-29 17:10:19 UTC (rev 19792)
+++ packages/ipython/trunk/debian/rules	2011-12-29 22:54:27 UTC (rev 19793)
@@ -62,6 +62,7 @@
 		--exclude="IPython/deathrow/" \
 		--exclude="IPython/quarantine/" \
 		--exclude=tests
+	dh_install -pipython3-qtconsole
 
 	mkdir -p $(CURDIR)/debian/ipython/usr/share/icons/hicolor/scalable/apps/
 	cp IPython/frontend/qt/console/resources/icon/IPythonConsole.svg \
@@ -109,6 +110,7 @@
 	dh_installdocs -pipython
 	dh_installdocs -pipython3
 	dh_installdocs -pipython-qtconsole --link-doc=ipython
+	dh_installdocs -pipython3-qtconsole --link-doc=ipython3
 	dh_installdocs -pipython-notebook --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