Skip to content
Commits on Source (4)
python-burrito (0.9.1-4) UNRELEASED; urgency=medium
* Drop Python2 support
Closes: #937624
* debhelper-compat 12
* Standards-Version: 4.4.0
-- Andreas Tille <tille@debian.org> Sat, 31 Aug 2019 07:43:17 +0200
python-burrito (0.9.1-3) unstable; urgency=medium
* Testsuite: autopkgtest-pkg-python
......
......@@ -5,38 +5,18 @@ Uploaders: Tim Booth <tbooth@ceh.ac.uk>,
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (>= 11~),
Build-Depends: debhelper-compat (= 12),
python-all,
dh-python,
python-future,
python-setuptools,
python-nose,
python3-all,
python3-future,
python3-setuptools,
python3-nose
Standards-Version: 4.1.4
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/med-team/python-burrito
Vcs-Git: https://salsa.debian.org/med-team/python-burrito.git
Homepage: https://github.com/biocore/burrito
Package: python-burrito
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
${python:Depends}
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.
.
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 2 modules.
Package: python3-burrito
Architecture: all
Depends: ${shlibs:Depends},
......
Author: Andreas Tille <tille@debian.org>
Last-Update: Sat, 31 Aug 2019 07:43:17 +0200
Description: Prevent dh_auto_clean from trying to call python2.7
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -59,8 +59,6 @@ Classifier: Topic :: Software Developmen
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 2
-Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
--- a/setup.py
+++ b/setup.py
@@ -20,8 +20,6 @@ classes = """
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Utilities
Programming Language :: Python
- Programming Language :: Python :: 2
- Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
better_error_reporting
python3.patch
......@@ -7,5 +7,4 @@
export PYBUILD_NAME=burrito
%:
dh $@ --with python2,python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild