[Python-modules-commits] [partd] 04/04: initial packaging

Diane Trout diane at moszumanska.debian.org
Wed Dec 21 21:40:30 UTC 2016


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

diane pushed a commit to branch master
in repository partd.

commit 26242f71b5986a0ff74355d5f85c064b888dce32
Author: Diane Trout <diane at ghic.org>
Date:   Wed Dec 21 13:39:27 2016 -0800

    initial packaging
---
 debian/README.source  |  6 +++++
 debian/changelog      |  5 +++++
 debian/compat         |  1 +
 debian/control        | 37 +++++++++++++++++++++++++++++++
 debian/copyright      | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/rules          | 11 ++++++++++
 debian/source/options |  1 +
 debian/tests/control  |  3 +++
 debian/watch          |  4 ++++
 9 files changed, 129 insertions(+)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..a1011dc
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,6 @@
+* Upstream doesn't included their LICENSE.txt file in the pypi version
+  of the package, but it's available here
+  https://github.com/dask/partd/blob/master/LICENSE.txt and is
+  included verbatim in /usr/share/doc/python{,3}-partd/copyright
+
+ -- Diane Trout <diane at ghic.org>, Wed, 21 Dec 2016 10:53:30 -0800
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..145d8a4
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+partd (0.3.6-1) unstable; urgency=low
+
+  * Initial packaging. (Closes: #847523)
+
+ -- Diane Trout <diane at ghic.org>  Mon, 05 Dec 2016 10:47:44 -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..dc35686
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,37 @@
+Source: partd
+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: debhelper (>= 9),
+               dh-python,
+               python3-all,
+               python3-blosc,
+               python3-locket,
+               python3-numpy (>= 1.9.0),
+               python3-pandas,
+               python3-setuptools,
+               python3-toolz,
+               python3-zmq
+Standards-Version: 3.9.8
+Homepage: http://github.com/dask/partd/
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/partd.git
+Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/partd.git
+Testsuite: autopkgtest-pkg-python
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
+
+Package: python3-partd
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Recommends: python3-numpy (>= 1.9.0), python3-pandas, python3-zmq, python3-blosc
+Description: Appendable key-value storage for Python 3
+ Key-value byte store with appendable values
+ .
+  - Partd stores key-value pairs.
+  - Values are raw bytes.
+  - Appends on old values.
+ .
+ Partd excels at shuffling operations.
+ .
+ This contains the Python 3 version.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..97286ae
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,61 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: partd
+Upstream-Contact: Matthew Rocklin <mrocklin at gmail.com>
+Source: https://github.com/dask/partd
+
+Files: *
+Copyright: Copyright (c) 2015, 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, 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/rules b/debian/rules
new file mode 100755
index 0000000..8a89d6d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.8.5 at
+# Mon, 05 Dec 2016 10:47:44 -0800
+export PYBUILD_NAME=partd
+%:
+	dh $@ --with python3 --buildsystem=pybuild
+
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf .cache/
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..eb81bfe
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd partd/tests ; echo "Testing with $py:" ; $py $(which py.test-3) ; cd ../.. ; done
+Depends: @, python3-pytest
+Restrictions: needs-recommends
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..364b721
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# please also check http://pypi.debian.net/partd/watch
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/partd/partd-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
\ No newline at end of file

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



More information about the Python-modules-commits mailing list