[med-svn] [Git][med-team/python-burrito][master] 4 commits: Drop Python2 support

Andreas Tille gitlab at salsa.debian.org
Sat Aug 31 08:55:41 BST 2019



Andreas Tille pushed to branch master at Debian Med / python-burrito


Commits:
aab04813 by Andreas Tille at 2019-08-31T05:44:23Z
Drop Python2 support

- - - - -
1ab7c87d by Andreas Tille at 2019-08-31T05:44:45Z
debhelper-compat 12

- - - - -
291a65f6 by Andreas Tille at 2019-08-31T05:44:51Z
Standards-Version: 4.4.0

- - - - -
1e381916 by Andreas Tille at 2019-08-31T05:55:13Z
Prevent dh_auto_clean from trying to call python2.7

- - - - -


6 changed files:

- debian/changelog
- − debian/compat
- debian/control
- + debian/patches/python3.patch
- debian/patches/series
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+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 at 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
=====================================
@@ -1 +0,0 @@
-11


=====================================
debian/control
=====================================
@@ -5,38 +5,18 @@ Uploaders: Tim Booth <tbooth at 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},


=====================================
debian/patches/python3.patch
=====================================
@@ -0,0 +1,26 @@
+Author: Andreas Tille <tille at 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
=====================================
@@ -1 +1,2 @@
 better_error_reporting
+python3.patch


=====================================
debian/rules
=====================================
@@ -7,5 +7,4 @@
 export PYBUILD_NAME=burrito
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
-
+	dh $@ --with python3 --buildsystem=pybuild



View it on GitLab: https://salsa.debian.org/med-team/python-burrito/compare/193fa7d640ae66c098f3f555e2dbfdcd9754b53f...1e381916125ff203cb650f968fa32ba0810f31e1

-- 
View it on GitLab: https://salsa.debian.org/med-team/python-burrito/compare/193fa7d640ae66c098f3f555e2dbfdcd9754b53f...1e381916125ff203cb650f968fa32ba0810f31e1
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190831/2d4ff645/attachment-0001.html>


More information about the debian-med-commit mailing list