[bcolz] 01/02: Imported Debian patch 1.1.0-1

Daniel Stender stender at moszumanska.debian.org
Sun Aug 14 18:41:57 UTC 2016


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

stender pushed a commit to branch master
in repository bcolz.

commit 15be9edf65ef4f4b1db6feb6092448ce3119a0f3
Author: Daniel Stender <stender at debian.org>
Date:   Sun Aug 14 12:15:17 2016 +0200

    Imported Debian patch 1.1.0-1
---
 debian/changelog              |  5 ++++
 debian/clean                  |  5 ++++
 debian/compat                 |  1 +
 debian/control                | 46 ++++++++++++++++++++++++++++
 debian/copyright              | 70 +++++++++++++++++++++++++++++++++++++++++++
 debian/docs                   |  4 +++
 debian/install                |  1 +
 debian/python3-bcolz.doc-base |  8 +++++
 debian/rules                  | 29 ++++++++++++++++++
 debian/source/format          |  1 +
 debian/source/options         |  1 +
 debian/watch                  |  3 ++
 12 files changed, 174 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..a76a5d1
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+bcolz (1.1.0-1) UNRELEASED; urgency=medium
+
+  * Initial release (Closes: #831408).
+
+ -- Daniel Stender <stender at debian.org>  Sun, 14 Aug 2016 12:15:17 +0200
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..dcf5e85
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1,5 @@
+bcolz/carray_ext*.so
+ANNOUNCE
+DISK_FORMAT_v1
+README
+THANKS
\ No newline at end of file
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..9da5618
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,46 @@
+Source: bcolz
+Section: science
+Priority: optional
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Daniel Stender <stender at debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python3-all-dev,
+ python3-setuptools,
+ python3-setuptools-scm,
+ cython3 (>= 0.22),
+ python3-numpy (>= 1.8),
+ python3-mock,
+ python-docutils,
+ links,
+ python3-sphinx,
+ python3-numpydoc
+# depend on libblosc-dev >= 1.9.2 when it's available (#834318), build with vendored library
+# in the meanwhile (that must be removed due to embedded libraries)
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/bcolz.git
+Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/bcolz.git
+Homepage: https://github.com/Blosc/bcolz
+X-Python3-Version: >= 3.3
+
+Package: python3-bcolz
+Architecture: any
+Section: python
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+ ${shlibs:Depends},
+ ${sphinxdoc:Depends}
+Recommends:
+ python-numexpr
+Suggests:
+ python3-pandas,
+ python3-tables
+Description: high performant compressed data container for NumPy
+ bcolz provides columnar, chunked data containers that can be compressed
+ in-memory and on-disk. Column storage allows for efficiently querying
+ tables, as well as for cheap column addition and removal. It is based on
+ NumPy, and uses it as the standard data container to communicate with
+ bcolz objects, but it also comes with support for import/export facilities
+ to/from HDF5/PyTables tables and Pandas dataframes.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..3fcc516
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,70 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: bcolz
+Upstream-Contact: Francesc Alted <francesc at blosc.org>
+Source: https://github.com/Blosc/bcolz
+Files-Excluded: docs/my_package
+                continuous-integration
+
+Files: *
+Copyright: 2010-2011 Francesc Alted
+           2012 Continuum Analytics
+           2013 Francesc Alted
+           2014-2016 Francesc Alted and the bcolz contributors
+License: BSD-3-Clause
+
+Files: debian/*
+Copyright: 2016 Daniel Stender <stender at debian.org>
+License: BSD-3-Clause
+
+License: BSD-3-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ a. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ b. 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.
+ c. Neither the name of Francesc Alted 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.
+
+Files: cpuinfo.py
+Copyright: 2014-2016 Matthew Brennan Jones <matthew.brennan.jones at gmail.com>
+License: Expat
+
+Files: bcolz/py2help.py
+Copyright: 2010-2013 Benjamin Peterson
+License: Expat
+
+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/docs b/debian/docs
new file mode 100644
index 0000000..63ed2dd
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,4 @@
+ANNOUNCE
+DISK_FORMAT_v1
+README
+THANKS
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..6c254c0
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+docs/*.ipynb /usr/share/doc/python3-bcolz/tutorials/
\ No newline at end of file
diff --git a/debian/python3-bcolz.doc-base b/debian/python3-bcolz.doc-base
new file mode 100644
index 0000000..0cb1399
--- /dev/null
+++ b/debian/python3-bcolz.doc-base
@@ -0,0 +1,8 @@
+Document: python3-bcolz
+Title: Bcolz documentation
+Author: Francesc Alted and bcolz contributors
+Section: Science/Data Analysis
+
+Format: HTML
+Index: /usr/share/doc/python3-bcolz/html/index.html
+Files: /usr/share/doc/python3-bcolz/html/*.html
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..99933f2
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,29 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE=1
+#export DEB_BUILD_OPTIONS=nocheck
+export PYBUILD_NAME=bcolz
+export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow
+
+%:
+	dh $@ --with python3,sphinxdoc --buildsystem=pybuild
+
+override_dh_auto_install:
+	dh_auto_install
+	cp .pybuild/pythonX.Y_*/build/bcolz/carray_ext*.so bcolz/
+	PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N docs/ debian/python3-bcolz/usr/share/doc/python3-bcolz/html/
+
+override_dh_installdocs:
+	for i in ANNOUNCE DISK_FORMAT_v1 README THANKS; \
+	do rst2html -r 5 $$i.rst .pybuild/$$i.html; \
+	LANG=C.UTF-8 links -dump .pybuild/$$i.html > $$i; done
+	dh_installdocs
+
+override_dh_installchangelogs:
+	dh_installchangelogs RELEASE_NOTES.rst
+
+override_dh_compress:
+	dh_compress -X.ipynb
+
+override_dh_gencontrol:
+	dh_numpy3
+	dh_gencontrol
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/source/options b/debian/source/options
new file mode 100644
index 0000000..95d8f4d
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+--extend-diff-ignore="^[^/]+\.egg-info/"
\ No newline at end of file
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..3decb34
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts="uversionmangle=s/(rc|a|b|c)/~$1/" \
+https://pypi.debian.net/bcolz/bcolz-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/bcolz.git



More information about the debian-science-commits mailing list