[med-svn] [python-pyflow] 02/02: Initial commit

Andreas Tille tille at debian.org
Tue Nov 15 15:01:27 UTC 2016


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

tille pushed a commit to branch master
in repository python-pyflow.

commit df944fd014931ed11b3e4ad9859f828700bd115a
Author: Andreas Tille <tille at debian.org>
Date:   Tue Nov 15 15:59:58 2016 +0100

    Initial commit
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 22 ++++++++++++++++++++++
 debian/copyright     | 37 +++++++++++++++++++++++++++++++++++++
 debian/examples      |  1 +
 debian/rules         | 13 +++++++++++++
 debian/source/format |  1 +
 debian/watch         |  3 +++
 8 files changed, 83 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..af2fd4b
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-pyflow (1.1.13-1) UNRELEASED; urgency=medium
+
+  * Initial release (Closes: #<bug>)
+
+ -- Andreas Tille <tille at debian.org>  Tue, 15 Nov 2016 14:29:08 +0100
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..3a741bb
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: python-pyflow
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-pyflow.git
+Vcs-Git: https://anonscm.debian.org/git/debian-med/python-pyflow.git
+Homepage: https://illumina.github.io/pyflow/
+
+Package: python-pyflow
+Architecture: any
+Depends: ${python:Depends},
+         ${misc:Depends}
+Description: lightweight parallel task engine for Python
+ pyFlow is a tool to manage tasks in the context of a task dependency
+ graph. It has some similarities to make. pyFlow is not a program – it is
+ a Python module, and workflows are defined using pyFlow by writing
+ regular Python code with the pyFlow API.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..026be56
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,37 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pyflow
+Upstream-Contact: https://github.com/Illumina/pyflow/issues
+Source: https://github.com/Illumina/pyflow/releases
+
+Files: *
+Copyright: 2012-2015 Illumina, Inc.
+License: BSD-2-clause
+
+Files: debian/*
+Copyright: 2016 Andreas Tille <tille at debian.org>
+License: BSD-2-clause
+
+License: BSD-2-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ .
+ 2. 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.
+ .
+ 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
+ HOLDER 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/examples b/debian/examples
new file mode 100644
index 0000000..6530b20
--- /dev/null
+++ b/debian/examples
@@ -0,0 +1 @@
+pyflow/demo/*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..0848465
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+
+# DH_VERBOSE := 1
+
+export PYBUILD_NAME = pyflow
+
+py2srcdir=pyflow
+
+%:
+	dh $@ --with python2 --buildsystem=pybuild --sourcedirectory=$(py2srcdir)
+
+#override_dh_auto_configure:
+#	dh_auto_configure --sourcedirectory=$(py2srcdir)
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..f2c14b8
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=4
+
+https://github.com/Illumina/pyflow/releases .*/archive/v(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pyflow.git



More information about the debian-med-commit mailing list