[med-svn] r19746 - trunk/packages/python-burrito/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Wed Jul 29 13:11:56 UTC 2015
Author: tille
Date: 2015-07-29 13:11:55 +0000 (Wed, 29 Jul 2015)
New Revision: 19746
Modified:
trunk/packages/python-burrito/trunk/debian/control
trunk/packages/python-burrito/trunk/debian/rules
Log:
Enable additional Python3 package
Modified: trunk/packages/python-burrito/trunk/debian/control
===================================================================
--- trunk/packages/python-burrito/trunk/debian/control 2015-07-29 13:11:37 UTC (rev 19745)
+++ trunk/packages/python-burrito/trunk/debian/control 2015-07-29 13:11:55 UTC (rev 19746)
@@ -6,11 +6,14 @@
Priority: optional
Build-Depends: debhelper (>= 9),
python-all (>= 2.7),
- python-support,
dh-python,
python-future,
python-setuptools,
- python-nose
+ python-nose,
+ python3-all,
+ python3-future,
+ python3-setuptools,
+ python3-nose
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/python-burrito/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/python-burrito/trunk/
@@ -21,7 +24,7 @@
Depends: ${shlibs:Depends},
${misc:Depends},
${python:Depends}
-Description: framework for wrapping and controlling command-line applications
+Description: Python 2 framework for wrapping and controlling command-line applications
burrito, canonically pronounced boar-eee-toe, is a Python framework for
wrapping and controlling command-line applications.
.
@@ -29,8 +32,23 @@
wrap delicious foods. Both hide the potentially unsightly details.
.
burrito is derived from the application controller framework code, which was
- originally added to PyCogent and later moved to scikit-bio. The contributors
- and/or copyright holders have agreed to make the code they wrote for PyCogent
- available under the BSD license. The original authors of the application
- controller framework code in PyCogent are Greg Caporaso (@gregcaporaso),
- Sandra Smit, Micah Hamady, and Rob Knight (@rob-knight).
+ originally added to PyCogent and later moved to scikit-bio.
+ .
+ This package provides the Python 2 modules.
+
+Package: python3-burrito
+Architecture: all
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${python3:Depends}
+Description: Python 3 framework for wrapping and controlling command-line applications
+ burrito, canonically pronounced boar-eee-toe, is a Python framework for
+ wrapping and controlling command-line applications.
+ .
+ This tool allows developers to wrap command-line applications, just as burritos
+ wrap delicious foods. Both hide the potentially unsightly details.
+ .
+ burrito is derived from the application controller framework code, which was
+ originally added to PyCogent and later moved to scikit-bio.
+ .
+ This package provides the Python 3 modules.
Modified: trunk/packages/python-burrito/trunk/debian/rules
===================================================================
--- trunk/packages/python-burrito/trunk/debian/rules 2015-07-29 13:11:37 UTC (rev 19745)
+++ trunk/packages/python-burrito/trunk/debian/rules 2015-07-29 13:11:55 UTC (rev 19746)
@@ -6,8 +6,6 @@
PKG := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p')
-# At the moment only build for Py2 because QIIME only works with Py2
-
%:
- dh $@ --with python2 --buildsystem=pybuild
+ dh $@ --with python2,python3 --buildsystem=pybuild
More information about the debian-med-commit
mailing list