[Python-modules-commits] [jupyter-notebook] 04/08: Import debianization

Gordon Ball chronitis-guest at moszumanska.debian.org
Mon Oct 24 12:44: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 jupyter-notebook.

commit a12ceb632e908fcdec807eac52cb243ccf3ccae7
Author: Gordon Ball <gordon at chronitis.net>
Date:   Mon Oct 24 14:29:14 2016 +0200

    Import debianization
---
 debian/README.source                    |   23 +
 debian/changelog                        |    5 +
 debian/compat                           |    1 +
 debian/control                          |  100 +++
 debian/copyright                        |   57 ++
 debian/jupyter-nbextension.1            |   58 ++
 debian/jupyter-notebook.1               |   46 ++
 debian/jupyter-serverextension.1        |   50 ++
 debian/missing-source/css-defs.js       |  748 +++++++++++++++++++++
 debian/missing-source/csslexer.js       |  285 ++++++++
 debian/missing-source/cssparser.js      |  321 +++++++++
 debian/missing-source/html-sanitizer.js | 1090 +++++++++++++++++++++++++++++++
 debian/missing-source/html4-defs.js     |  641 ++++++++++++++++++
 debian/missing-source/sanitizecss.js    | 1016 ++++++++++++++++++++++++++++
 debian/missing-source/uri.js            |  744 +++++++++++++++++++++
 debian/python3-notebook-doc.docs        |    1 +
 debian/python3-notebook.manpages        |    3 +
 debian/rules                            |  103 +++
 debian/source.lintian-overrides         |    8 +
 debian/watch                            |    3 +
 20 files changed, 5303 insertions(+)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..32554ff
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,23 @@
+jupyter-notebook packaging
+--------------------------
+
+The upstream tarball from github is used instead of the pypi tarball, since the
+latter does not contain required source (eg, less files) but does contain
+bundled JS libraries and minified source which would in any case need removing.
+
+There are two testsuites - one in python testing server responses and one in
+javascript using browser emulation to test the web application. The former is
+run during build, but the latter requires phantomjs and casperjs (unpackaged)
+so is not currently run. (The <nocheck> option is supported, which should
+significantly shorten the build-depends).
+
+All javascript except google-caja are symlinked from libjs-* packages, both
+during build and for the binary package. Google-caja (HTML and CSS sanitizer)
+javascript files are included in debian/missing-source. These files come from
+[1], which appears to have been set up by the jupyter team to provide a
+bower-installable javascript package containing files picked from upstream [2].
+The relevant files are concat'd and minified during build, and all appear to
+contain Apache-2.0 grants.
+
+[1]: https://github.com/minrk/google-caja-bower
+[2]: https://github.com/google/caja
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..30140e1
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+notebook (4.2.3+github1-1) unstable; urgency=medium
+
+  * Initial release (closes: #801366).
+
+ -- Gordon Ball <gordon at chronitis.net>  Wed, 19 Oct 2016 17:42:01 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..eea1cd7
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,100 @@
+Source: notebook
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Gordon Ball <gordon at chronitis.net>, Jerome Benoit <calculus at rezozer.net>
+Section: python
+Priority: optional
+Standards-Version: 3.9.8
+Homepage: https://github.com/jupyter/notebook
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/notebook.git
+Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/notebook.git
+Build-Depends: debhelper (>= 10),
+               dh-python,
+               python3-all,
+               python3-nose <!nocheck>,
+               python3-requests <!nocheck>,
+               python3-ipython (>= 4) <!nocheck>,
+               python3-jupyter-core <!nocheck>,
+               python3-jupyter-client <!nocheck>,
+               python3-tornado <!nocheck>,
+               python3-nbformat <!nocheck>,
+               python3-nbconvert <!nocheck>,
+               python3-ipykernel <!nocheck>,
+               python3-terminado <!nocheck>,
+               python3-entrypoints <!nocheck>,
+               python3-zmq <!nocheck>,
+               python3-sphinx <!nodoc>,
+               python3-sphinx-rtd-theme <!nodoc>,
+               libjs-backbone (>= 1.2),
+               libjs-bootstrap (>= 3.3),
+               libjs-bootstrap-tour (>= 0.9),
+               libjs-codemirror,
+               libjs-es6-promise (>= 1.0),
+               fonts-font-awesome (>= 4.2),
+               libjs-jquery,
+               libjs-jquery-ui (>= 1.10),
+               libjs-marked (>= 0.3),
+               libjs-mathjax (>= 2.5),
+               libjs-moment (>= 2.8.4),
+               libjs-requirejs (>= 2.1),
+               libjs-term.js,
+               libjs-text-encoding (>= 0.1),
+               libjs-underscore (>= 1.5),
+               libjs-jquery-typeahead (>= 2.0),
+               nodejs,
+               node-less (>= 1.5),
+               node-source-map,
+               node-requirejs,
+               node-uglify
+X-Python3-Version: >= 3.3
+
+Package: python3-notebook
+Architecture: all
+Depends: ${misc:Depends},
+         ${python3:Depends},
+         python3-jinja2,
+         python3-jupyter-core,
+         python3-jupyter-client,
+         python3-traitlets,
+         python3-tornado (>= 4),
+         python3-nbformat,
+         python3-nbconvert,
+         python3-terminado,
+         python3-zmq (>= 13),
+         libjs-backbone (>= 1.2),
+         libjs-bootstrap (>= 3.3),
+         libjs-bootstrap-tour (>= 0.9),
+         libjs-codemirror,
+         libjs-es6-promise (>= 1.0),
+         fonts-font-awesome (>= 4.2),
+         libjs-jquery,
+         libjs-jquery-ui (>= 1.10),
+         libjs-marked (>= 0.3),
+         libjs-mathjax (>= 2.5),
+         libjs-moment (>= 2.8.4),
+         libjs-requirejs (>= 2.1),
+         libjs-term.js,
+         libjs-text-encoding (>= 0.1),
+         libjs-underscore (>= 1.5),
+         libjs-jquery-typeahead (>= 2.0),
+Recommends: ${python3:Recommends},
+            python3-ipywidgets,
+            python3-ipykernel
+Suggests: python3-notebook-doc
+Description: Jupyter interactive notebook
+ The Jupyter Notebook is a web application that allows you to create and
+ share documents that contain live code, equations, visualizations, and
+ explanatory text. The Notebook has support for multiple programming
+ languages, sharing, and interactive widgets.
+
+Package: python3-notebook-doc
+Build-Profiles: <!nodoc>
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Description: Jupyter interactive notebook (documentation)
+ The Jupyter Notebook is a web application that allows you to create and
+ share documents that contain live code, equations, visualizations, and
+ explanatory text. The Notebook has support for multiple programming
+ languages, sharing, and interactive widgets.
+ .
+ This package contains the documentation.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..f952866
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,57 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+
+Files: *
+Copyright: 2015-2016 Jupyter Development Team
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: 2016 Gordon Ball <gordon at chronitis.net>
+License: BSD-3-clause
+
+Files: debian/missing-source/*
+Copyright: 2008-2014 Google Inc.
+License: Apache-2.0
+Comment: From https://github.com/minrk/google-caja-bower/
+
+License: BSD-3-clause
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+ .
+ Redistributions in binary form must reproduce the above copyright notice, this
+ list of conditions and the following disclaimer in the documentation and/or
+ other materials provided with the distribution.
+ .
+ Neither the name of the IPython Development Team nor the names of its
+ contributors may be used to endorse or promote products derived from this
+ software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+    http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, see /usr/share/common-licenses/Apache-2.0
diff --git a/debian/jupyter-nbextension.1 b/debian/jupyter-nbextension.1
new file mode 100644
index 0000000..318d95b
--- /dev/null
+++ b/debian/jupyter-nbextension.1
@@ -0,0 +1,58 @@
+.TH jupyter-nbextension 1
+
+.SH NAME
+.PP
+jupyter-nbextension \- Manage Jupyter Notebook extensions
+
+.SH SYNOPSIS
+.PP
+\fBjupyter nbextension\fR [subcommand] [options]
+
+.SH DESCRIPTION
+.PP
+Installs, removes, enables and disables extensions for the jupyter notebook.
+
+.SH SUBCOMMANDS
+.HP
+list
+.IP
+List nbextensions
+.HP
+enable
+.IP
+Enable an nbextension
+.HP
+disable
+.IP
+Disable an nbextension
+.HP
+install
+.IP
+Install an nbextension
+.HP
+uninstall
+.IP
+Uninstall an nbextension
+
+.SH OPTIONS
+.PP
+Only a subset of options are listed here. To see the complete list, run
+.B
+jupyter nbextension --help-all
+
+.HP
+--debug
+.IP
+Enable debugging output
+.HP
+--py PACKAGENAME
+.IP
+Install extensions from a python package
+.HP
+--user
+.IP
+Apply the operation for the current user only
+.HP
+--system
+.IP
+Apply the operation system-wide
diff --git a/debian/jupyter-notebook.1 b/debian/jupyter-notebook.1
new file mode 100644
index 0000000..719e269
--- /dev/null
+++ b/debian/jupyter-notebook.1
@@ -0,0 +1,46 @@
+.TH jupyter-notebook 1
+
+.SH NAME
+.PP
+jupyter-notebook \- The Jupyter HTML notebook
+
+.SH SYNOPSIS
+.PP
+\fBjupyter notebook\fR [subcommand] [options]
+
+.SH DESCRIPTION
+.PP
+Launches a tornado server which serves up a HTML5/Javascript notebook client.
+
+.SH SUBCOMMANDS
+.HP
+list
+.IP
+List currently running notebook servers
+
+.SH OPTIONS
+.PP
+Only a subset of options are listed here. To see the complete list, run
+.B
+jupyter notebook --help-all
+
+.HP
+--debug
+.IP
+Enable debugging output
+.HP
+--no-browser
+.IP
+Don't open the notebook in a browser after startup
+.HP
+--port PORT
+.IP
+The port the notebook server will listen on (default 8888).
+.HP
+--ip IP
+.IP
+The IP address the notebook server will listen on (default localhost).
+.HP
+--notebook-dir PATH
+.IP
+The directory the server will use as the root for notebook files.
diff --git a/debian/jupyter-serverextension.1 b/debian/jupyter-serverextension.1
new file mode 100644
index 0000000..96acf45
--- /dev/null
+++ b/debian/jupyter-serverextension.1
@@ -0,0 +1,50 @@
+.TH jupyter-serverextension 1
+
+.SH NAME
+.PP
+jupyter-serverextension \- Manage Jupyter Notebook server-side extensions
+
+.SH SYNOPSIS
+.PP
+\fBjupyter serverextension\fR [subcommand] [options]
+
+.SH DESCRIPTION
+.PP
+Enables and disables server-side extensions for the jupyter notebook.
+
+.SH SUBCOMMANDS
+.HP
+list
+.IP
+List server extensions
+.HP
+enable
+.IP
+Enable a server extension
+.HP
+disable
+.IP
+Disable a server extension
+
+.SH OPTIONS
+.PP
+Only a subset of options are listed here. To see the complete list, run
+.B
+jupyter serverextension --help-all
+
+.HP
+--debug
+.IP
+Enable debugging output
+.HP
+--py PACKAGENAME
+.IP
+Enable extensions from a python package
+.HP
+--user
+.IP
+Apply the operation for the current user only
+.HP
+--system
+.IP
+Apply the operation system-wide
diff --git a/debian/missing-source/css-defs.js b/debian/missing-source/css-defs.js
new file mode 100644
index 0000000..48e0461
--- /dev/null
+++ b/debian/missing-source/css-defs.js
@@ -0,0 +1,748 @@
+/* Copyright Google Inc.
+ * Licensed under the Apache Licence Version 2.0
+ * Autogenerated at Mon Feb 22 12:02:14 CET 2016
+ * \@overrides window
+ * \@provides cssSchema, CSS_PROP_BIT_QUANTITY, CSS_PROP_BIT_HASH_VALUE, CSS_PROP_BIT_NEGATIVE_QUANTITY, CSS_PROP_BIT_QSTRING, CSS_PROP_BIT_URL, CSS_PROP_BIT_UNRESERVED_WORD, CSS_PROP_BIT_UNICODE_RANGE, CSS_PROP_BIT_GLOBAL_NAME, CSS_PROP_BIT_PROPERTY_NAME */
+/**
+ * @const
+ * @type {number}
+ */
+var CSS_PROP_BIT_QUANTITY = 1;
+/**
+ * @const
+ * @type {number}
+ */
+var CSS_PROP_BIT_HASH_VALUE = 2;
+/**
+ * @const
+ * @type {number}
+ */
+var CSS_PROP_BIT_NEGATIVE_QUANTITY = 4;
+/**
+ * @const
+ * @type {number}
+ */
+var CSS_PROP_BIT_QSTRING = 8;
+/**
+ * @const
+ * @type {number}
+ */
+var CSS_PROP_BIT_URL = 16;
+/**
+ * @const
+ * @type {number}
+ */
+var CSS_PROP_BIT_UNRESERVED_WORD = 64;
+/**
+ * @const
+ * @type {number}
+ */
+var CSS_PROP_BIT_UNICODE_RANGE = 128;
+/**
+ * @const
+ * @type {number}
+ */
+var CSS_PROP_BIT_GLOBAL_NAME = 512;
+/**
+ * @const
+ * @type {number}
+ */
+var CSS_PROP_BIT_PROPERTY_NAME = 1024;
+var cssSchema = (function () {
+    var L = [ [ 'aliceblue', 'antiquewhite', 'aqua', 'aquamarine', 'azure',
+        'beige', 'bisque', 'black', 'blanchedalmond', 'blue', 'blueviolet',
+        'brown', 'burlywood', 'cadetblue', 'chartreuse', 'chocolate', 'coral',
+        'cornflowerblue', 'cornsilk', 'crimson', 'cyan', 'darkblue',
+        'darkcyan', 'darkgoldenrod', 'darkgray', 'darkgreen', 'darkkhaki',
+        'darkmagenta', 'darkolivegreen', 'darkorange', 'darkorchid', 'darkred',
+        'darksalmon', 'darkseagreen', 'darkslateblue', 'darkslategray',
+        'darkturquoise', 'darkviolet', 'deeppink', 'deepskyblue', 'dimgray',
+        'dodgerblue', 'firebrick', 'floralwhite', 'forestgreen', 'fuchsia',
+        'gainsboro', 'ghostwhite', 'gold', 'goldenrod', 'gray', 'green',
+        'greenyellow', 'honeydew', 'hotpink', 'indianred', 'indigo', 'ivory',
+        'khaki', 'lavender', 'lavenderblush', 'lawngreen', 'lemonchiffon',
+        'lightblue', 'lightcoral', 'lightcyan', 'lightgoldenrodyellow',
+        'lightgreen', 'lightgrey', 'lightpink', 'lightsalmon', 'lightseagreen',
+        'lightskyblue', 'lightslategray', 'lightsteelblue', 'lightyellow',
+        'lime', 'limegreen', 'linen', 'magenta', 'maroon', 'mediumaquamarine',
+        'mediumblue', 'mediumorchid', 'mediumpurple', 'mediumseagreen',
+        'mediumslateblue', 'mediumspringgreen', 'mediumturquoise',
+        'mediumvioletred', 'midnightblue', 'mintcream', 'mistyrose',
+        'moccasin', 'navajowhite', 'navy', 'oldlace', 'olive', 'olivedrab',
+        'orange', 'orangered', 'orchid', 'palegoldenrod', 'palegreen',
+        'paleturquoise', 'palevioletred', 'papayawhip', 'peachpuff', 'peru',
+        'pink', 'plum', 'powderblue', 'purple', 'red', 'rosybrown',
+        'royalblue', 'saddlebrown', 'salmon', 'sandybrown', 'seagreen',
+        'seashell', 'sienna', 'silver', 'skyblue', 'slateblue', 'slategray',
+        'snow', 'springgreen', 'steelblue', 'tan', 'teal', 'thistle', 'tomato',
+        'transparent', 'turquoise', 'violet', 'wheat', 'white', 'whitesmoke',
+        'yellow', 'yellowgreen' ], [ 'all-scroll', 'col-resize', 'crosshair',
+        'default', 'e-resize', 'hand', 'help', 'move', 'n-resize', 'ne-resize',
+        'no-drop', 'not-allowed', 'nw-resize', 'pointer', 'progress',
+        'row-resize', 's-resize', 'se-resize', 'sw-resize', 'text',
+        'vertical-text', 'w-resize', 'wait' ], [ 'armenian', 'decimal',
+        'decimal-leading-zero', 'disc', 'georgian', 'lower-alpha',
+        'lower-greek', 'lower-latin', 'lower-roman', 'square', 'upper-alpha',
+        'upper-latin', 'upper-roman' ], [ '100', '200', '300', '400', '500',
+        '600', '700', '800', '900', 'bold', 'bolder', 'lighter' ], [
+        'block-level', 'inline-level', 'table-caption', 'table-cell',
+        'table-column', 'table-column-group', 'table-footer-group',
+        'table-header-group', 'table-row', 'table-row-group' ], [ 'condensed',
+        'expanded', 'extra-condensed', 'extra-expanded', 'narrower',
+        'semi-condensed', 'semi-expanded', 'ultra-condensed', 'ultra-expanded',
+        'wider' ], [ 'inherit', 'inline', 'inline-block', 'inline-box',
+        'inline-flex', 'inline-grid', 'inline-list-item', 'inline-stack',
+        'inline-table', 'run-in' ], [ 'behind', 'center-left', 'center-right',
+        'far-left', 'far-right', 'left-side', 'leftwards', 'right-side',
+        'rightwards' ], [ 'large', 'larger', 'small', 'smaller', 'x-large',
+        'x-small', 'xx-large', 'xx-small' ], [ 'dashed', 'dotted', 'double',
+        'groove', 'outset', 'ridge', 'solid' ], [ 'ease', 'ease-in',
+        'ease-in-out', 'ease-out', 'linear', 'step-end', 'step-start' ], [
+        'at', 'closest-corner', 'closest-side', 'ellipse', 'farthest-corner',
+        'farthest-side' ], [ 'baseline', 'middle', 'sub', 'super',
+        'text-bottom', 'text-top' ], [ 'caption', 'icon', 'menu',
+        'message-box', 'small-caption', 'status-bar' ], [ 'fast', 'faster',
+        'slow', 'slower', 'x-fast', 'x-slow' ], [ 'above', 'below', 'higher',
+        'level', 'lower' ], [ 'cursive', 'fantasy', 'monospace', 'sans-serif',
+        'serif' ], [ 'loud', 'silent', 'soft', 'x-loud', 'x-soft' ], [
+        'no-repeat', 'repeat-x', 'repeat-y', 'round', 'space' ], [ 'blink',
+        'line-through', 'overline', 'underline' ], [ 'block', 'flex', 'grid',
+        'table' ], [ 'high', 'low', 'x-high', 'x-low' ], [ 'nowrap', 'pre',
+        'pre-line', 'pre-wrap' ], [ 'absolute', 'relative', 'static' ], [
+        'alternate', 'alternate-reverse', 'reverse' ], [ 'border-box',
+        'content-box', 'padding-box' ], [ 'capitalize', 'lowercase',
+        'uppercase' ], [ 'child', 'female', 'male' ], [ '=', 'opacity' ], [
+        'backwards', 'forwards' ], [ 'bidi-override', 'embed' ], [ 'bottom',
+        'top' ], [ 'break-all', 'keep-all' ], [ 'clip', 'ellipsis' ], [
+        'contain', 'cover' ], [ 'continuous', 'digits' ], [ 'end', 'start' ], [
+        'flat', 'preserve-3d' ], [ 'hide', 'show' ], [ 'horizontal', 'vertical'
+      ], [ 'inside', 'outside' ], [ 'italic', 'oblique' ], [ 'left', 'right' ],
+      [ 'ltr', 'rtl' ], [ 'no-content', 'no-display' ], [ 'paused', 'running' ]
+      , [ 'suppress', 'unrestricted' ], [ 'thick', 'thin' ], [ ',' ], [ '/' ],
+      [ 'all' ], [ 'always' ], [ 'auto' ], [ 'avoid' ], [ 'both' ], [
+        'break-word' ], [ 'center' ], [ 'circle' ], [ 'code' ], [ 'collapse' ],
+      [ 'contents' ], [ 'fixed' ], [ 'hidden' ], [ 'infinite' ], [ 'inset' ], [
+        'invert' ], [ 'justify' ], [ 'list-item' ], [ 'local' ], [ 'medium' ],
+      [ 'mix' ], [ 'none' ], [ 'normal' ], [ 'once' ], [ 'repeat' ], [ 'scroll'
+      ], [ 'separate' ], [ 'small-caps' ], [ 'spell-out' ], [ 'to' ], [
+        'visible' ] ];
+    var schema = {
+      'animation': {
+        'cssPropBits': 517,
+        'cssLitGroup': [ L[ 10 ], L[ 24 ], L[ 29 ], L[ 45 ], L[ 48 ], L[ 54 ],
+          L[ 63 ], L[ 71 ], L[ 72 ] ],
+        'cssFns': [ 'cubic-bezier()', 'steps()' ]
+      },
+      'animation-delay': {
+        'cssPropBits': 5,
+        'cssLitGroup': [ L[ 48 ] ],
+        'cssFns': [ ]
+      },
+      'animation-direction': {
+        'cssPropBits': 0,
+        'cssLitGroup': [ L[ 24 ], L[ 48 ], L[ 72 ] ],
+        'cssFns': [ ]
+      },
+      'animation-duration': 'animation-delay',
+      'animation-fill-mode': {
+        'cssPropBits': 0,
+        'cssLitGroup': [ L[ 29 ], L[ 48 ], L[ 54 ], L[ 71 ] ],
+        'cssFns': [ ]
+      },
+      'animation-iteration-count': {
+        'cssPropBits': 5,
+        'cssLitGroup': [ L[ 48 ], L[ 63 ] ],
+        'cssFns': [ ]
+      },
+      'animation-name': {
+        'cssPropBits': 512,
+        'cssLitGroup': [ L[ 48 ], L[ 71 ] ],
+        'cssFns': [ ]
+      },
+      'animation-play-state': {
+        'cssPropBits': 0,
+        'cssLitGroup': [ L[ 45 ], L[ 48 ] ],
+        'cssFns': [ ]
+      },
+      'animation-timing-function': {
+        'cssPropBits': 0,
+        'cssLitGroup': [ L[ 10 ], L[ 48 ] ],
+        'cssFns': [ 'cubic-bezier()', 'steps()' ]
+      },
+      'appearance': {
+        'cssPropBits': 0,
+        'cssLitGroup': [ L[ 71 ] ],
+        'cssFns': [ ]
+      },
+      'azimuth': {
+        'cssPropBits': 5,
+        'cssLitGroup': [ L[ 7 ], L[ 42 ], L[ 56 ] ],
+        'cssFns': [ ]
+      },
+      'backface-visibility': {
+        'cssPropBits': 0,
+        'cssLitGroup': [ L[ 59 ], L[ 62 ], L[ 80 ] ],
+        'cssFns': [ ]
+      },
+      'background': {
+        'cssPropBits': 23,
+        'cssLitGroup': [ L[ 0 ], L[ 18 ], L[ 25 ], L[ 31 ], L[ 34 ], L[ 42 ],
+          L[ 48 ], L[ 49 ], L[ 52 ], L[ 56 ], L[ 61 ], L[ 68 ], L[ 71 ], L[ 74
+          ], L[ 75 ] ],
+        'cssFns': [ 'image()', 'linear-gradient()', 'radial-gradient()',
+          'repeating-linear-gradient()', 'repeating-radial-gradient()',
+          'rgb()', 'rgba()' ]
+      },
+      'background-attachment': {
+        'cssPropBits': 0,
+        'cssLitGroup': [ L[ 48 ], L[ 61 ], L[ 68 ], L[ 75 ] ],
+        'cssFns': [ ]
+      },
+      'background-color': {
+        'cssPropBits': 2,
+        'cssLitGroup': [ L[ 0 ] ],
+        'cssFns': [ 'rgb()', 'rgba()' ]
+      },
+      'background-image': {
+        'cssPropBits': 16,
+        'cssLitGroup': [ L[ 48 ], L[ 71 ] ],
+        'cssFns': [ 'image()', 'linear-gradient()', 'radial-gradient()',
+          'repeating-linear-gradient()', 'repeating-radial-gradient()' ]
+      },
+      'background-position': {
+        'cssPropBits': 5,
+        'cssLitGroup': [ L[ 31 ], L[ 42 ], L[ 48 ], L[ 56 ] ],
+        'cssFns': [ ]
+      },
+      'background-repeat': {
+        'cssPropBits': 0,
+        'cssLitGroup': [ L[ 18 ], L[ 48 ], L[ 74 ] ],
+        'cssFns': [ ]
+      },
+      'background-size': {
+        'cssPropBits': 5,
+        'cssLitGroup': [ L[ 34 ], L[ 48 ], L[ 52 ] ],
+        'cssFns': [ ]
+      },
+      'border': {
+        'cssPropBits': 7,
+        'cssLitGroup': [ L[ 0 ], L[ 9 ], L[ 47 ], L[ 62 ], L[ 64 ], L[ 69 ], L[
+            71 ] ],
+        'cssFns': [ 'rgb()', 'rgba()' ]
+      },
+      'border-bottom': 'border',
+      'border-bottom-color': 'background-color',
+      'border-bottom-left-radius': {
+        'cssPropBits': 5,
+        'cssFns': [ ]
+      },
+      'border-bottom-right-radius': 'border-bottom-left-radius',
+      'border-bottom-style': {
+        'cssPropBits': 0,
+        'cssLitGroup': [ L[ 9 ], L[ 62 ], L[ 64 ], L[ 71 ] ],
+        'cssFns': [ ]
+      },
+      'border-bottom-width': {
+        'cssPropBits': 5,
+        'cssLitGroup': [ L[ 47 ], L[ 69 ] ],
+        'cssFns': [ ]
+      },
+      'border-collapse': {
+        'cssPropBits': 0,
+        'cssLitGroup': [ L[ 59 ], L[ 76 ] ],
+        'cssFns': [ ]
+      },
+      'border-color': 'background-color',
+      'border-left': 'border',
+      'border-left-color': 'background-color',
+      'border-left-style': 'border-bottom-style',
+      'border-left-width': 'border-bottom-width',
+      'border-radius': {
+        'cssPropBits': 5,
+        'cssLitGroup': [ L[ 49 ] ],
+        'cssFns': [ ]
+      },
+      'border-right': 'border',
+      'border-right-color': 'background-color',
+      'border-right-style': 'border-bottom-style',
+      'border-right-width': 'border-bottom-width',
+      'border-spacing': 'border-bottom-left-radius',
+      'border-style': 'border-bottom-style',
+      'border-top': 'border',
+      'border-top-color': 'background-color',
+      'border-top-left-radius': 'border-bottom-left-radius',
+      'border-top-right-radius': 'border-bottom-left-radius',
+      'border-top-style': 'border-bottom-style',
+      'border-top-width': 'border-bottom-width',
+      'border-width': 'border-bottom-width',
+      'bottom': {
+        'cssPropBits': 5,
+        'cssLitGroup': [ L[ 52 ] ],
+        'cssFns': [ ]
+      },
+      'box': {
+        'cssPropBits': 0,
+        'cssLitGroup': [ L[ 60 ], L[ 71 ], L[ 72 ] ],
+        'cssFns': [ ]
+      },
+      'box-shadow': {
+        'cssPropBits': 7,
+        'cssLitGroup': [ L[ 0 ], L[ 48 ], L[ 64 ], L[ 71 ] ],
+        'cssFns': [ 'rgb()', 'rgba()' ]
+      },
+      'box-sizing': {
+        'cssPropBits': 0,
+        'cssLitGroup': [ L[ 25 ] ],
+        'cssFns': [ ]
+      },
+      'caption-side': {
+        'cssPropBits': 0,
+        'cssLitGroup': [ L[ 31 ] ],
+        'cssFns': [ ]
+      },
+      'clear': {
+        'cssPropBits': 0,
+        'cssLitGroup': [ L[ 42 ], L[ 54 ], L[ 71 ] ],
+        'cssFns': [ ]
+      },
+      'clip': {
+        'cssPropBits': 0,
+        'cssLitGroup': [ L[ 52 ] ],
+        'cssFns': [ 'rect()' ]
+      },
+      'color': 'background-color',
+      'content': {
+        'cssPropBits': 8,
+        'cssLitGroup': [ L[ 71 ], L[ 72 ] ],
+        'cssFns': [ ]
+      },
+      'cue': {
+        'cssPropBits': 16,
+        'cssLitGroup': [ L[ 71 ] ],
+        'cssFns': [ ]
+      },
+      'cue-after': 'cue',
+      'cue-before': 'cue',
+      'cursor': {
+        'cssPropBits': 16,
+        'cssLitGroup': [ L[ 1 ], L[ 48 ], L[ 52 ] ],
+        'cssFns': [ ]
+      },
+      'direction': {
+        'cssPropBits': 0,
+        'cssLitGroup': [ L[ 43 ] ],
+        'cssFns': [ ]
+      },
+      'display': {
+        'cssPropBits': 0,
+        'cssLitGroup': [ L[ 4 ], L[ 6 ], L[ 20 ], L[ 52 ], L[ 67 ], L[ 71 ] ],
+        'cssFns': [ ]
+      },
+      'display-extras': {
+        'cssPropBits': 0,
+        'cssLitGroup': [ L[ 67 ], L[ 71 ] ],
+        'cssFns': [ ]
+      },
+      'display-inside': {
+        'cssPropBits': 0,
+        'cssLitGroup': [ L[ 20 ], L[ 52 ] ],
+        'cssFns': [ ]
+      },
+      'display-outside': {
+        'cssPropBits': 0,
+        'cssLitGroup': [ L[ 4 ], L[ 71 ] ],
+        'cssFns': [ ]
+      },
+      'elevation': {
+        'cssPropBits': 5,
+        'cssLitGroup': [ L[ 15 ] ],
+        'cssFns': [ ]
+      },
+      'empty-cells': {
+        'cssPropBits': 0,
+        'cssLitGroup': [ L[ 38 ] ],
+        'cssFns': [ ]
+      },
+      'filter': {
+        'cssPropBits': 0,
+        'cssFns': [ 'alpha()' ]
+      },
+      'float': {
+        'cssPropBits': 0,
+        'cssLitGroup': [ L[ 42 ], L[ 71 ] ],
+        'cssFns': [ ]
+      },
+      'font': {
+        'cssPropBits': 73,
+        'cssLitGroup': [ L[ 3 ], L[ 8 ], L[ 13 ], L[ 16 ], L[ 41 ], L[ 48 ], L[
+            49 ], L[ 69 ], L[ 72 ], L[ 77 ] ],
+        'cssFns': [ ]
+      },
+      'font-family': {
+        'cssPropBits': 72,
+        'cssLitGroup': [ L[ 16 ], L[ 48 ] ],
+        'cssFns': [ ]
+      },
+      'font-size': {
+        'cssPropBits': 1,
+        'cssLitGroup': [ L[ 8 ], L[ 69 ] ],
+        'cssFns': [ ]
+      },
+      'font-stretch': {
+        'cssPropBits': 0,
+        'cssLitGroup': [ L[ 5 ], L[ 72 ] ],
+        'cssFns': [ ]
+      },
+      'font-style': {
+        'cssPropBits': 0,
+        'cssLitGroup': [ L[ 41 ], L[ 72 ] ],
+        'cssFns': [ ]
+      },
+      'font-variant': {
+        'cssPropBits': 0,
+        'cssLitGroup': [ L[ 72 ], L[ 77 ] ],
+        'cssFns': [ ]
+      },
+      'font-weight': {
+        'cssPropBits': 0,
+        'cssLitGroup': [ L[ 3 ], L[ 72 ] ],
+        'cssFns': [ ]
+      },
+      'height': 'bottom',
+      'left': 'bottom',
+      'letter-spacing': {
+        'cssPropBits': 5,
+        'cssLitGroup': [ L[ 72 ] ],
+        'cssFns': [ ]
+      },
+      'line-height': {
+        'cssPropBits': 1,
+        'cssLitGroup': [ L[ 72 ] ],
+        'cssFns': [ ]
+      },
+      'list-style': {
+        'cssPropBits': 16,
+        'cssLitGroup': [ L[ 2 ], L[ 40 ], L[ 57 ], L[ 71 ] ],
+        'cssFns': [ 'image()', 'linear-gradient()', 'radial-gradient()',
+          'repeating-linear-gradient()', 'repeating-radial-gradient()' ]
+      },
+      'list-style-image': {
+        'cssPropBits': 16,
+        'cssLitGroup': [ L[ 71 ] ],
+        'cssFns': [ 'image()', 'linear-gradient()', 'radial-gradient()',
+          'repeating-linear-gradient()', 'repeating-radial-gradient()' ]
+      },
+      'list-style-position': {
+        'cssPropBits': 0,
+        'cssLitGroup': [ L[ 40 ] ],
+        'cssFns': [ ]
+      },
+      'list-style-type': {
+        'cssPropBits': 0,
+        'cssLitGroup': [ L[ 2 ], L[ 57 ], L[ 71 ] ],
+        'cssFns': [ ]
+      },
+      'margin': 'bottom',
+      'margin-bottom': 'bottom',
+      'margin-left': 'bottom',
+      'margin-right': 'bottom',
+      'margin-top': 'bottom',
+      'max-height': {
+        'cssPropBits': 1,
+        'cssLitGroup': [ L[ 52 ], L[ 71 ] ],
+        'cssFns': [ ]
+      },
+      'max-width': 'max-height',
+      'min-height': {
+        'cssPropBits': 1,
+        'cssLitGroup': [ L[ 52 ] ],
+        'cssFns': [ ]
+      },
+      'min-width': 'min-height',
+      'opacity': {
+        'cssPropBits': 1,
+        'cssFns': [ ]
+      },
+      'outline': {
+        'cssPropBits': 7,
+        'cssLitGroup': [ L[ 0 ], L[ 9 ], L[ 47 ], L[ 62 ], L[ 64 ], L[ 65 ], L[
+            69 ], L[ 71 ] ],
+        'cssFns': [ 'rgb()', 'rgba()' ]
+      },
+      'outline-color': {
+        'cssPropBits': 2,
+        'cssLitGroup': [ L[ 0 ], L[ 65 ] ],
+        'cssFns': [ 'rgb()', 'rgba()' ]
+      },
+      'outline-style': 'border-bottom-style',
+      'outline-width': 'border-bottom-width',
+      'overflow': {
+        'cssPropBits': 0,
+        'cssLitGroup': [ L[ 52 ], L[ 62 ], L[ 75 ], L[ 80 ] ],
+        'cssFns': [ ]
+      },
+      'overflow-wrap': {
+        'cssPropBits': 0,
+        'cssLitGroup': [ L[ 55 ], L[ 72 ] ],
+        'cssFns': [ ]
+      },
+      'overflow-x': {
+        'cssPropBits': 0,
+        'cssLitGroup': [ L[ 44 ], L[ 52 ], L[ 62 ], L[ 75 ], L[ 80 ] ],
+        'cssFns': [ ]
+      },
+      'overflow-y': 'overflow-x',
+      'padding': 'opacity',
+      'padding-bottom': 'opacity',
+      'padding-left': 'opacity',
+      'padding-right': 'opacity',
+      'padding-top': 'opacity',
+      'page-break-after': {
+        'cssPropBits': 0,
+        'cssLitGroup': [ L[ 42 ], L[ 51 ], L[ 52 ], L[ 53 ] ],
+        'cssFns': [ ]
+      },
+      'page-break-before': 'page-break-after',
+      'page-break-inside': {
+        'cssPropBits': 0,
+        'cssLitGroup': [ L[ 52 ], L[ 53 ] ],
+        'cssFns': [ ]
+      },
+      'pause': 'border-bottom-left-radius',
+      'pause-after': 'border-bottom-left-radius',
+      'pause-before': 'border-bottom-left-radius',
+      'perspective': {
+        'cssPropBits': 5,
+        'cssLitGroup': [ L[ 71 ] ],
+        'cssFns': [ ]
+      },
+      'perspective-origin': {
+        'cssPropBits': 5,
+        'cssLitGroup': [ L[ 31 ], L[ 42 ], L[ 56 ] ],
+        'cssFns': [ ]
+      },
+      'pitch': {
+        'cssPropBits': 5,
+        'cssLitGroup': [ L[ 21 ], L[ 69 ] ],
+        'cssFns': [ ]
+      },
+      'pitch-range': 'border-bottom-left-radius',
+      'play-during': {
+        'cssPropBits': 16,
+        'cssLitGroup': [ L[ 52 ], L[ 70 ], L[ 71 ], L[ 74 ] ],
+        'cssFns': [ ]
+      },
+      'position': {
+        'cssPropBits': 0,
+        'cssLitGroup': [ L[ 23 ] ],
+        'cssFns': [ ]
+      },
+      'quotes': {
+        'cssPropBits': 8,
+        'cssLitGroup': [ L[ 71 ] ],
+        'cssFns': [ ]
+      },
+      'resize': {
+        'cssPropBits': 0,
+        'cssLitGroup': [ L[ 39 ], L[ 54 ], L[ 71 ] ],
+        'cssFns': [ ]
+      },
+      'richness': 'border-bottom-left-radius',
+      'right': 'bottom',
+      'speak': {
+        'cssPropBits': 0,
+        'cssLitGroup': [ L[ 71 ], L[ 72 ], L[ 78 ] ],
+        'cssFns': [ ]
+      },
+      'speak-header': {
+        'cssPropBits': 0,
+        'cssLitGroup': [ L[ 51 ], L[ 73 ] ],
+        'cssFns': [ ]
+      },
+      'speak-numeral': {
+        'cssPropBits': 0,
+        'cssLitGroup': [ L[ 35 ] ],
+        'cssFns': [ ]
+      },
+      'speak-punctuation': {
+        'cssPropBits': 0,
+        'cssLitGroup': [ L[ 58 ], L[ 71 ] ],
+        'cssFns': [ ]
+      },
+      'speech-rate': {
+        'cssPropBits': 5,
+        'cssLitGroup': [ L[ 14 ], L[ 69 ] ],
+        'cssFns': [ ]
+      },
+      'stress': 'border-bottom-left-radius',
+      'table-layout': {
... 4451 lines suppressed ...

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/jupyter-notebook.git



More information about the Python-modules-commits mailing list