[med-svn] [python-skbio] 03/04: Remove python2 package, no longer supported

Kevin Murray daube-guest at moszumanska.debian.org
Tue Jun 28 04:26:23 UTC 2016


This is an automated email from the git hooks/post-receive script.

daube-guest pushed a commit to branch master
in repository python-skbio.

commit eac9a9237a6f094b535030c502f7e46a5d0bcb36
Author: Kevin Murray <spam at kdmurray.id.au>
Date:   Tue Jun 28 13:59:06 2016 +1000

    Remove python2 package, no longer supported
---
 debian/changelog                      |  7 ++++++
 debian/control                        | 43 ++++++-----------------------------
 debian/python-skbio.lintian-overrides |  6 -----
 debian/rules                          |  2 +-
 4 files changed, 15 insertions(+), 43 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 06eca1d..7c0610d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-skbio (0.5.0-1) UNRELEASED; urgency=medium
+
+  * Imported Upstream version 0.5.0. NB: This module is now compatible only
+    with Python3.
+
+ -- Kevin Murray <spam at kdmurray.id.au>  Tue, 28 Jun 2016 13:55:33 +1000
+
 python-skbio (0.4.2-1) unstable; urgency=medium
 
   * New upstream version
diff --git a/debian/control b/debian/control
index b2151b3..23df536 100644
--- a/debian/control
+++ b/debian/control
@@ -7,70 +7,41 @@ Section: python
 Priority: optional
 Build-Depends: debhelper (>= 9),
                dh-python,
-               python-all-dev (>= 2.7),
+               ipython3,
                python3-all-dev,
-               python3-sphinx,
-               python3-sphinx-bootstrap-theme,
-               python3-numpydoc,
-               python-setuptools,
-               python3-setuptools,
-               python-bz2file,
                python3-bz2file,
-               python-cachecontrol,
                python3-cachecontrol,
-               python-contextlib2,
                python3-contextlib2,
-               python-decorator,
                python3-decorator,
-               python-future,
                python3-future,
-               ipython,
-               ipython3,
-               python-lockfile,
                python3-lockfile,
-               python-matplotlib,
                python3-matplotlib,
-               python-natsort,
                python3-natsort,
-               python-nose,
                python3-nose,
-               python-numpy (>= 1:1.9.2),
                python3-numpy (>= 1:1.9.2),
-               python-pandas,
+               python3-numpydoc,
                python3-pandas,
-               python-scipy,
                python3-scipy,
-               python-six,
-               python3-six,
+               python3-setuptools,
+               python3-sphinx,
+               python3-sphinx-bootstrap-theme,
 Standards-Version: 3.9.7
 Vcs-Browser: https://anonscm.debian.org/git/debian-med/python-skbio.git
 Vcs-Git: https://anonscm.debian.org/git/debian-med/python-skbio.git
 Homepage: https://github.com/biocore/scikit-bio
 
-Package: python-skbio
-Architecture: any
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
-         ${python:Depends},
-Suggests: python-skbio-doc (= ${binary:Version})
-Description: Python data structures, algorithms, educational resources for bioinformatics
- Scikit-bio is a Python package providing data structures, algorithms, and
- educational resources for bioinformatics.
- .
- This is the package for Python2
-
 Package: python-skbio-doc
 Architecture: all
 Depends: ${misc:Depends},
          ${sphinxdoc:Depends},
          libjs-mathjax,
-Recommends:  python-skbio (= ${binary:Version}) | python3-skbio (= ${binary:Version})
+Recommends:  python3-skbio (= ${binary:Version})
 Section: doc
 Description: Data structures, algorithms, educational resources for bioinformatics (docs)
  Scikit-bio is a Python package providing data structures, algorithms, and
  educational resources for bioinformatics.
  .
- This is the HTML documentation for skbio (Python 2 or 3).
+ This is the HTML documentation for skbio.
 
 Package: python3-skbio
 Architecture: any
diff --git a/debian/python-skbio.lintian-overrides b/debian/python-skbio.lintian-overrides
deleted file mode 100644
index b229af5..0000000
--- a/debian/python-skbio.lintian-overrides
+++ /dev/null
@@ -1,6 +0,0 @@
-python-skbio: package-contains-timestamped-gzip usr/lib/python2.7/dist-packages/skbio/io/tests/data/big5_file.gz
-python-skbio: package-contains-timestamped-gzip usr/lib/python2.7/dist-packages/skbio/io/tests/data/example_file.gz
-python-skbio: duplicated-compressed-file usr/lib/python2.7/dist-packages/skbio/io/tests/data/big5_file.bz2
-python-skbio: duplicated-compressed-file usr/lib/python2.7/dist-packages/skbio/io/tests/data/big5_file.gz
-python-skbio: duplicated-compressed-file usr/lib/python2.7/dist-packages/skbio/io/tests/data/example_file.bz2
-python-skbio: duplicated-compressed-file usr/lib/python2.7/dist-packages/skbio/io/tests/data/example_file.gz
diff --git a/debian/rules b/debian/rules
index 5ba553d..e7402b0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ export MPLBACKEND=agg
 DOCPKG=python-$(PYBUILD_NAME)-doc
 
 %:
-	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
+	dh $@ --with python3,sphinxdoc --buildsystem=pybuild
 
 override_dh_auto_build:
 	dh_auto_build

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-skbio.git



More information about the debian-med-commit mailing list