[med-svn] [python-burrito] 05/15: Enable additional Python3 package
Andreas Tille
tille at debian.org
Wed Nov 29 09:43:15 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository python-burrito.
commit 186743a37538cc4e3a9424b1a124586a431305ba
Author: Andreas Tille <tille at debian.org>
Date: Wed Jul 29 13:11:55 2015 +0000
Enable additional Python3 package
---
debian/control | 34 ++++++++++++++++++++++++++--------
debian/rules | 4 +---
2 files changed, 27 insertions(+), 11 deletions(-)
diff --git a/debian/control b/debian/control
index 2d187f3..7401337 100644
--- a/debian/control
+++ b/debian/control
@@ -6,11 +6,14 @@ Section: python
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 @@ Architecture: all
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 @@ Description: framework for wrapping and controlling command-line applications
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.
diff --git a/debian/rules b/debian/rules
index 795fca6..6607820 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-burrito.git
More information about the debian-med-commit
mailing list