[Python-modules-commits] [ipywidgets] 03/09: Add debian/

Gordon Ball chronitis-guest at moszumanska.debian.org
Sun Nov 6 13:17:25 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 c08dfbe8bda97c84483edb7dc3e4ba7228be3618
Author: Gordon Ball <gordon at chronitis.net>
Date:   Sun Nov 6 12:52:47 2016 +0100

    Add debian/
---
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/copyright | 38 +++++++++++++++++++++++++++++++++++++
 debian/rules     | 14 ++++++++++++++
 debian/watch     |  2 ++
 6 files changed, 118 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..0432836
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ipywidgets (5.2.2-1) UNRELEASED; urgency=medium
+
+  * Initial release. (Closes: #838684)
+
+ -- Gordon Ball <gordon at chronitis.net>  Sun, 06 Nov 2016 12:51:56 +0100
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..585d654
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,58 @@
+Source: ipywidgets
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Gordon Ball <gordon at chronitis.net>
+Section: python
+Priority: optional
+Standards-Version: 3.9.8
+Homepage: https://github.com/ipython/ipywidgets
+Build-Depends: debhelper (>= 10),
+               dh-python,
+               python-all,
+               python-pytest,
+               python-setuptools,
+               python-ipython,
+               python-ipykernel,
+               python-traitlets,
+               python-sphinx,
+               python-sphinx-rtd-theme,
+               python3-all,
+               python3-pytest,
+               python3-setuptools,
+               python3-ipython,
+               python3-ipykernel,
+               python3-traitlets,
+X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.3
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/ipywidgets.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/ipywidgets.git
+
+Package: python-ipywidgets
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Interactive widgets for the Jupyter notebook (Python 2)
+ Notebooks come alive when interactive widgets are used. Learning becomes an
+ immersive and fun experience. Researchers can easily see how changing inputs
+ to a model impact the results.
+ .
+ This package installs the library for Python 2.
+
+Package: python3-ipywidgets
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: Interactive widgets for the Jupyter notebook (Python 3)
+ Notebooks come alive when interactive widgets are used. Learning becomes an
+ immersive and fun experience. Researchers can easily see how changing inputs
+ to a model impact the results.
+ .
+ This package installs the library for Python 3.
+
+Package: python-ipywidgets-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Description: Interactive widgets for the Jupyter notebook (documentation)
+ Notebooks come alive when interactive widgets are used. Learning becomes an
+ immersive and fun experience. Researchers can easily see how changing inputs
+ to a model impact the results.
+ .
+ This package installs documentation.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..f681015
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,38 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+Upstream-Name: ipywidgets
+
+Files: *
+Copyright: 2001-2016, Jupyter Development Team
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: 2016 Gordon Ball <gordon at chronitis.net>
+License: BSD-3-clause
+
+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.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..fac49d7
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+
+#export DH_VERBOSE=1
+export LC_ALL=C.UTF-8
+export PYBUILD_NAME=ipywidgets
+
+%:
+	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
+
+override_dh_sphinxdoc:
+ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
+	PYTHONPATH=. sphinx-build -b html docs debian/python-ipywidgets-doc/usr/share/doc/python-ipywidgets-doc/html
+	dh_sphinxdoc -O--buildsystem=pybuild
+endif
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..5deca56
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://pypi.debian.net/ipywidgets/ipywidgets-(.*)\.tar\.gz

-- 
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