summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2018-08-03 15:53:58 +0200
committerPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2018-08-03 16:34:13 +0200
commit306f8ff54302c643671fd17775bb11ec28b568f0 (patch)
tree7478334d82d71e6fc65f73b06e24bc0f7437a59e
parent3ae25aae01c4ec78271c223e92335f2fd0980e53 (diff)
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control41
-rw-r--r--debian/copyright36
-rwxr-xr-xdebian/rules7
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch3
7 files changed, 94 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..a84fa7f
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+spyder-kernels (1.0.1-1) unstable; urgency=low
+
+ * initial release (Closes: #905360)
+
+ -- Picca Frédéric-Emmanuel <picca@debian.org> Fri, 03 Aug 2018 15:30:41 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..b4de394
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+11
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..726e3e8
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,41 @@
+Source: spyder-kernels
+Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
+Uploaders: Picca Frédéric-Emmanuel <picca@debian.org>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 11),
+ dh-python,
+ python-all,
+ python-cloudpickle,
+ python-ipykernel,
+ python-numpy <!nocheck>,
+ python-pandas <!nocheck>,
+ python-pytest <!nocheck>,
+ python-setuptools,
+ python3-all,
+ python3-cloudpickle,
+ python3-ipykernel,
+ python3-numpy <!nocheck>,
+ python3-pandas <!nocheck>,
+ python3-pytest <!nocheck>,
+ python3-setuptools
+Standards-Version: 4.1.5
+Vcs-Browser: https://salsa.debian.org/science-team/spyder-kernels
+Vcs-Git: https://salsa.debian.org/science-team/spyder-kernels.git
+Homepage: https://github.com/spyder-ide/spyder-kernels
+
+Package: python-spyder-kernels
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Jupyter kernels for the Spyder console - Python 2
+ Jupyter Kernels for the Spyder console
+ .
+ This package provides the modules for Python 2.
+
+Package: python3-spyder-kernels
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: Jupyter kernels for the Spyder console - Python 3
+ Jupyter Kernels for the Spyder console
+ .
+ This package provides the modules for Python 3.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..07efa76
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Spyder Project Contributors
+Source: https://pypi.python.org/pypi/spyder-kernels
+
+Files: *
+Copyright: © 2018 Spyder IDE
+License: Expat
+
+Files: debian/*
+Copyright: © 2018 Picca Frédéric-Emmanuel <picca@debian.org>
+License: Expat
+
+License: Expat
+ MIT License
+ .
+ Copyright (c) 2018 Spyder IDE
+ .
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+ BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..df4b9d2
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=spyder-kernels
+%:
+ dh $@ --with python2,python3 --buildsystem=pybuild
+
+override_dh_auto_test:
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..d48fd16
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/spyder-kernels/spyder-kernels-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) \ No newline at end of file