Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Drop Python2 support
· aab04813
Andreas Tille
authored
Aug 31, 2019
aab04813
debhelper-compat 12
· 1ab7c87d
Andreas Tille
authored
Aug 31, 2019
1ab7c87d
Standards-Version: 4.4.0
· 291a65f6
Andreas Tille
authored
Aug 31, 2019
291a65f6
Prevent dh_auto_clean from trying to call python2.7
· 1e381916
Andreas Tille
authored
Aug 31, 2019
1e381916
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
1e381916
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
...
...
debian/compat
deleted
100644 → 0
View file @
193fa7d6
11
debian/control
View file @
1e381916
...
...
@@ -5,38 +5,18 @@ Uploaders: Tim Booth <tbooth@ceh.ac.uk>,
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (
>
= 1
1~
),
Build-Depends: debhelper
-compat
(= 1
2
),
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},
...
...
debian/patches/python3.patch
0 → 100644
View file @
1e381916
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
debian/patches/series
View file @
1e381916
better_error_reporting
python3.patch
debian/rules
View file @
1e381916
...
...
@@ -7,5 +7,4 @@
export
PYBUILD_NAME
=
burrito
%
:
dh
$@
--with
python2,python3
--buildsystem
=
pybuild
dh
$@
--with
python3
--buildsystem
=
pybuild