[Python-modules-commits] [ipywidgets] 06/14: Add binary package stanzas for python{, 3}-widgetsnbextension
Gordon Ball
chronitis-guest at moszumanska.debian.org
Tue Nov 29 16:47:36 UTC 2016
This is an automated email from the git hooks/post-receive script.
chronitis-guest pushed a commit to branch master
in repository ipywidgets.
commit 765121f0b15ec9002d9e5244e38c9fdc5f47ae68
Author: Gordon Ball <gordon at chronitis.net>
Date: Tue Nov 29 16:21:14 2016 +0100
Add binary package stanzas for python{,3}-widgetsnbextension
---
debian/control | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/debian/control b/debian/control
index 5c64bd8..4416ffc 100644
--- a/debian/control
+++ b/debian/control
@@ -64,3 +64,29 @@ Description: Interactive widgets for the Jupyter notebook (documentation)
to a model impact the results.
.
This package installs documentation.
+
+Package: python-widgetsnbextension
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, ${python:Depends}
+Enhances: python-notebook
+Description: Interactive widgets - Jupyter notebook extension (Python 2)
+ This package contains the server-side implementation allowing the Jupyter
+ notebook to display interactive widgets. The reference client library to allow
+ an interactive session to use widgets is ipywidgets.
+ .
+ This package installs the library for Python 2.
+ .
+ This library is only required if you are using the Python 2 notebook server.
+
+Package: python3-widgetsnbextension
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, ${python:Depends}
+Enhances: python-notebook
+Description: Interactive widgets - Jupyter notebook extension (Python 3)
+ This package contains the server-side implementation allowing the Jupyter
+ notebook to display interactive widgets. The reference client library to allow
+ an interactive session to use widgets is ipywidgets.
+ .
+ This package installs the library for Python 3.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/ipywidgets.git
More information about the Python-modules-commits
mailing list