[med-svn] [python-screed] 04/05: drop Python 3
Michael Crusoe
misterc-guest at moszumanska.debian.org
Fri Jun 23 15:18:47 UTC 2017
This is an automated email from the git hooks/post-receive script.
misterc-guest pushed a commit to branch master
in repository python-screed.
commit a787de128ad90a802f3abc96389b60452e2b184a
Author: Michael R. Crusoe <michael.crusoe at gmail.com>
Date: Fri Jun 23 07:11:09 2017 -0700
drop Python 3
---
debian/control | 22 ----------------------
debian/rules | 2 +-
2 files changed, 1 insertion(+), 23 deletions(-)
diff --git a/debian/control b/debian/control
index df6a44e..d990309 100644
--- a/debian/control
+++ b/debian/control
@@ -5,13 +5,6 @@ Section: python
Priority: optional
Build-Depends: debhelper (>= 9.0.0),
dh-python,
- python,
- python-sphinx,
- python-setuptools,
- python-nose,
- python-bz2file,
- python-pytest-runner,
- python-pytest-cov,
python3-all,
python3-setuptools,
python3-sphinx,
@@ -23,21 +16,8 @@ Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-screed.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/python-screed.git
Homepage: https://screed.readthedocs.org
-X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
-Package: python-screed
-Architecture: all
-Depends: ${python:Depends},
- ${misc:Depends},
- ${sphinxdoc:Depends}
-Description: short nucleotide read sequence utils in Python 2
- Screed parses FASTA and FASTQ files, generates databases, and lets you query
- these databases. Values such as sequence name, sequence description, sequence
- quality, and the sequence itself can be retrieved from these databases.
- .
- This is the Python 2 version.
-
Package: python3-screed
Architecture: all
Depends: ${python3:Depends},
@@ -47,5 +27,3 @@ Description: short nucleotide read sequence utils in Python 3
Screed parses FASTA and FASTQ files, generates databases, and lets you query
these databases. Values such as sequence name, sequence description, sequence
quality, and the sequence itself can be retrieved from these databases.
- .
- This is the Python 3 version.
diff --git a/debian/rules b/debian/rules
index a18fa46..1979131 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ export DH_VERBOSE=1
export PYBUILD_NAME=screed
%:
- dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
+ dh $@ --with python3,sphinxdoc --buildsystem=pybuild
override_dh_auto_test:
dh_auto_install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-screed.git
More information about the debian-med-commit
mailing list