[med-svn] r14762 - in trunk/packages: . pyqi pyqi/trunk pyqi/trunk/debian pyqi/trunk/debian/source

Timothy Booth tbooth-guest at alioth.debian.org
Thu Sep 26 10:55:29 UTC 2013


Author: tbooth-guest
Date: 2013-09-26 10:55:29 +0000 (Thu, 26 Sep 2013)
New Revision: 14762

Added:
   trunk/packages/pyqi/
   trunk/packages/pyqi/trunk/
   trunk/packages/pyqi/trunk/debian/
   trunk/packages/pyqi/trunk/debian/changelog
   trunk/packages/pyqi/trunk/debian/compat
   trunk/packages/pyqi/trunk/debian/control
   trunk/packages/pyqi/trunk/debian/copyright
   trunk/packages/pyqi/trunk/debian/manpages
   trunk/packages/pyqi/trunk/debian/rules
   trunk/packages/pyqi/trunk/debian/source/
   trunk/packages/pyqi/trunk/debian/source/format
   trunk/packages/pyqi/trunk/debian/watch
Log:
New package PyQi is needed as a new dep for latest python-biom-format.

Not strictly a biomedical package so maybe one for the Python team to
maintain, but in any case it was small, neat and easy to package so
I just did it for Bio-Linux.


Added: trunk/packages/pyqi/trunk/debian/changelog
===================================================================
--- trunk/packages/pyqi/trunk/debian/changelog	                        (rev 0)
+++ trunk/packages/pyqi/trunk/debian/changelog	2013-09-26 10:55:29 UTC (rev 14762)
@@ -0,0 +1,5 @@
+pyqi (0.2.0-0biolinux1) precise; urgency=low
+
+  * Initial release for BL.
+
+ -- Tim Booth <tbooth at ceh.ac.uk>  Tue, 24 Sep 2013 18:45:50 +0100

Added: trunk/packages/pyqi/trunk/debian/compat
===================================================================
--- trunk/packages/pyqi/trunk/debian/compat	                        (rev 0)
+++ trunk/packages/pyqi/trunk/debian/compat	2013-09-26 10:55:29 UTC (rev 14762)
@@ -0,0 +1 @@
+9

Added: trunk/packages/pyqi/trunk/debian/control
===================================================================
--- trunk/packages/pyqi/trunk/debian/control	                        (rev 0)
+++ trunk/packages/pyqi/trunk/debian/control	2013-09-26 10:55:29 UTC (rev 14762)
@@ -0,0 +1,17 @@
+Source: pyqi
+Section: python
+Priority: optional
+Maintainer:  Tim Booth <tbooth at ceh.ac.uk>
+Build-Depends: python, python-sphinx, debhelper ( >= 9 )
+Standards-Version: 3.9.3
+Homepage: http://bipy.github.io/pyqi/doc/index.html
+
+Package: pyqi
+Architecture: any
+Depends: python, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Description: Python framework for wrapping general commands in multiple interfaces
+ pyqi (canonically pronounced pie chee) is a Python framework designed to
+ support wrapping general commands in multiple types of interfaces, including
+ at the command line, HTML, and API levels.
+ .
+ pyqi’s only requirement is a working Python 2.7 installation.

Added: trunk/packages/pyqi/trunk/debian/copyright
===================================================================
--- trunk/packages/pyqi/trunk/debian/copyright	                        (rev 0)
+++ trunk/packages/pyqi/trunk/debian/copyright	2013-09-26 10:55:29 UTC (rev 14762)
@@ -0,0 +1,37 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pyqi
+Upstream-Contact: BiPy Development Team <gregcaporaso at gmail.com>
+Source: ftp://thebeast.colorado.edu/pub/pyqi-releases/
+
+Files: *
+Copyright: 2013 BiPy Development Team <gregcaporaso at gmail.com>
+License: Modified BSD
+    pyqi is licensed under the terms of the Modified BSD License (also known as
+    New or Revised BSD), as follows:
+    
+    Copyright (c) 2013, BiPy Development Team <gregcaporaso at gmail.com>
+    
+    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 BiPy 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 BIPY DEVELOPMENT TEAM 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.

Added: trunk/packages/pyqi/trunk/debian/manpages
===================================================================
--- trunk/packages/pyqi/trunk/debian/manpages	                        (rev 0)
+++ trunk/packages/pyqi/trunk/debian/manpages	2013-09-26 10:55:29 UTC (rev 14762)
@@ -0,0 +1 @@
+doc/_build/man/*

Added: trunk/packages/pyqi/trunk/debian/rules
===================================================================
--- trunk/packages/pyqi/trunk/debian/rules	                        (rev 0)
+++ trunk/packages/pyqi/trunk/debian/rules	2013-09-26 10:55:29 UTC (rev 14762)
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+
+export DH_OPTIONS
+
+%:
+	dh  $@ --with python2
+
+override_dh_auto_build:
+	dh_auto_build
+	cd doc && make man
+
+override_dh_auto_clean:
+	dh_auto_clean
+	cd doc && make clean
+


Property changes on: trunk/packages/pyqi/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/packages/pyqi/trunk/debian/source/format
===================================================================
--- trunk/packages/pyqi/trunk/debian/source/format	                        (rev 0)
+++ trunk/packages/pyqi/trunk/debian/source/format	2013-09-26 10:55:29 UTC (rev 14762)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: trunk/packages/pyqi/trunk/debian/watch
===================================================================
--- trunk/packages/pyqi/trunk/debian/watch	                        (rev 0)
+++ trunk/packages/pyqi/trunk/debian/watch	2013-09-26 10:55:29 UTC (rev 14762)
@@ -0,0 +1,3 @@
+version=3
+
+ftp://thebeast.colorado.edu/pub/pyqi-releases/pyqi-([0-9.]+).tar.gz




More information about the debian-med-commit mailing list