[Python-modules-commits] [dask.distributed] 03/03: Initial packaging. (Closes: 847524)

Diane Trout diane at moszumanska.debian.org
Wed Jan 11 06:22:08 UTC 2017


This is an automated email from the git hooks/post-receive script.

diane pushed a commit to branch master
in repository dask.distributed.

commit ffb9649100e756cedf19d978f76aa4ae94e69941
Author: Diane Trout <diane at ghic.org>
Date:   Tue Jan 10 21:39:55 2017 -0800

    Initial packaging. (Closes: 847524)
---
 debian/.git-dpm                        |  3 ++
 debian/changelog                       |  5 +++
 debian/compat                          |  1 +
 debian/control                         | 54 +++++++++++++++++++++++++++++
 debian/copyright                       | 63 ++++++++++++++++++++++++++++++++++
 debian/files                           |  1 +
 debian/python-distributed-doc.doc-base | 13 +++++++
 debian/python-distributed-doc.docs     |  1 +
 debian/rules                           | 20 +++++++++++
 debian/source/options                  |  1 +
 debian/tests/control                   |  3 ++
 debian/watch                           |  4 +++
 12 files changed, 169 insertions(+)

diff --git a/debian/.git-dpm b/debian/.git-dpm
index e43b746..413049d 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -6,3 +6,6 @@ a3e43ddc7b895651f3efad739586f7b1d326f429
 dask.distributed_1.14.3+ds.1.orig.tar.gz
 63acc4c9cfe3f4f7203e1b565705238c9a28027c
 625067
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..5268d40
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+dask.distributed (1.14.3+ds.1-1) unstable; urgency=low
+
+  * Initial packaging. (Closes: 847524)
+
+ -- Diane Trout <diane at ghic.org>  Wed, 07 Dec 2016 10:38:33 -0800
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..0f5a496
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,54 @@
+Source: dask.distributed
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Diane Trout <diane at ghic.org>
+Section: python
+Priority: optional
+Build-Depends: coffeescript,
+               debhelper (>= 9),
+               dh-python,
+               python3-all,
+               python3-click,
+               python3-cloudpickle,
+               python3-dask,
+               python3-locket,
+               python3-msgpack,
+               python3-numpydoc,
+               python3-psutil,
+               python3-setuptools,
+               python3-six,
+               python3-sphinx,
+               python3-sphinx-rtd-theme,
+               python3-tblib,
+               python3-toolz,
+               python3-tornado,
+               python3-zict
+Standards-Version: 3.9.8
+Homepage: https://distributed.readthedocs.io/en/latest/
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/distributed.git
+Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/distributed.git
+Testsuite: autopkgtest-pkg-python
+X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.3
+
+Package: python3-distributed
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Recommends: python3-pandas
+Description: Dask Distributed computing for Python 3
+ Dask.distributed is a lightweight library for distributed computing in
+ Python. It extends both the concurrent.futures and dask APIs to
+ moderate sized clusters.
+ .
+ This contains the Python 3 version
+
+Package: python-distributed-doc
+Architecture: all
+Multi-Arch: foreign
+Section: doc
+Depends: ${misc:Depends}, ${sphinnxdoc:Depends}
+Description: Dask Distributed computing documentation
+ Dask.distributed is a lightweight library for distributed computing in
+ Python. It extends both the concurrent.futures and dask APIs to
+ moderate sized clusters.
+ .
+ This contains the documentation
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..ad2c3f7
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,63 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: distributed
+Source: https://github.com/dask/distributed
+Comment: Remove js file built from included coffeescript sources.
+ The resulting javascript object, triggers a couple of lintian warnings
+Files-Excluded: distributed/bokeh/export_tool.js
+
+Files: *
+Copyright: Copyright (c) 2015-2016, Continuum Analytics, Inc. and contributors
+License: BSD-3-Clause
+
+Files: debian/*
+Copyright: 2016 Diane Trout <diane at ghic.org>
+License: Expat
+
+License: BSD-3-Clause
+ Copyright (c) 2015-2016, Continuum Analytics, Inc. and contributors
+ 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 Continuum Analytics nor the names of any 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: Expat
+ 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/files b/debian/files
new file mode 100644
index 0000000..c1f6397
--- /dev/null
+++ b/debian/files
@@ -0,0 +1 @@
+dask.distributed_1.14.3+ds.1-1_source.buildinfo python optional
diff --git a/debian/python-distributed-doc.doc-base b/debian/python-distributed-doc.doc-base
new file mode 100644
index 0000000..c0a8879
--- /dev/null
+++ b/debian/python-distributed-doc.doc-base
@@ -0,0 +1,13 @@
+Document: python-distributed-doc
+Title: Dask distributed documentation
+Author: Continuum Analytics
+Abstract: Distributed computation documentation
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-distributed-doc/html/index.html
+Files: /usr/share/doc/python-distributed-doc/html/*.html
+ /usr/share/doc/python-distributed-doc/html/_modules/*.html
+ /usr/share/doc/python-distributed-doc/html/_modules/distributed/*.html
+ /usr/share/doc/python-distributed-doc/html/examples/*.html
+
diff --git a/debian/python-distributed-doc.docs b/debian/python-distributed-doc.docs
new file mode 100644
index 0000000..6d28621
--- /dev/null
+++ b/debian/python-distributed-doc.docs
@@ -0,0 +1 @@
+build/html
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..6044f72
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,20 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.8.5 at
+# Wed, 07 Dec 2016 10:38:33 -0800
+export PYBUILD_NAME=distributed
+%:
+	dh $@ --with python3,sphinxdoc --buildsystem=pybuild
+
+override_dh_auto_build: export http_proxy=127.0.0.1:9
+override_dh_auto_build: export https_proxy=127.0.0.1:9
+override_dh_auto_build:
+	cd distributed/bokeh/ && coffee -c export_tool.coffee
+	dh_auto_build
+#	ln -s /usr/share/javascript/mathjax docs/source/_static
+	PYTHONPATH=. sphinx-build -N -bhtml docs/source build/html # HTML generator
+
+override_dh_auto_clean:
+	dh_auto_clean
+	-rm distributed/bokeh/export_tool.js
+#	-rm docs/source/_static/mathjax
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..b2b7b88
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore="^[^/]+\.egg-info/"
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..49dc4aa
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$ADTTMP" ; echo "Testing with $py:" ; $py $(which py.test-3) /usr/lib/python3/dist-packages/distributed ; done
+Depends: @, python3-joblib, python3-mock, python3-pytest, python3-requests,
+Restrictions: needs-recommends
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..d4d7f57
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=4
+opts="repack,dversionmangle=s/\+ds.1//,repacksuffix=+ds.1,filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%ddask.istributed-$1.tar.gz%" \
+    https://github.com/dask/distributed/tags \
+    (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate

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



More information about the Python-modules-commits mailing list