[med-svn] [Git][med-team/python-ete3][master] Remove Python2 packaging stuff
Andreas Tille
gitlab at salsa.debian.org
Fri Jul 3 18:05:18 BST 2020
Andreas Tille pushed to branch master at Debian Med / python-ete3
Commits:
b9372351 by Andreas Tille at 2020-07-03T19:04:59+02:00
Remove Python2 packaging stuff
- - - - -
2 changed files:
- debian/control
- debian/rules
Changes:
=====================================
debian/control
=====================================
@@ -6,13 +6,6 @@ Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (>= 11~),
dh-python,
- python-all-dev,
- python-setuptools,
- python-lxml,
- python-numpy,
- python-pyqt5,
- python-scipy,
- python-six,
python3-all-dev,
python3-setuptools,
python3-numpy,
@@ -26,25 +19,6 @@ Vcs-Browser: https://salsa.debian.org/med-team/python-ete3
Vcs-Git: https://salsa.debian.org/med-team/python-ete3.git
Homepage: http://etetoolkit.org
-Package: python-ete3
-Architecture: any
-Depends: ${misc:Depends},
- ${python:Depends},
- ${shlibs:Depends}
-Recommends: ${python:Recommends}
-Suggests: ${python:Suggests}
-Description: Python Environment for (phylogenetic) Tree Exploration - Python 2.X
- The Environment for Tree Exploration (ETE) is a Python programming
- toolkit that assists in the recontruction, manipulation, analysis and
- visualization of phylogenetic trees (although clustering trees or any
- other tree-like data structure are also supported).
- .
- ETE is currently developed as a tool for researchers working in
- phylogenetics and genomics. If you use ETE for a published work,
- please cite:
- .
- Visit http://etetoolkit.org for more info.
-
Package: python3-ete3
Architecture: any
Depends: ${misc:Depends},
=====================================
debian/rules
=====================================
@@ -6,14 +6,12 @@ export PYBUILD_NAME=ete3
#export PYBUILD_TEST_ARGS_python3=-k-XTest_ncbiquery
%:
- dh $@ --with python2,python3 --buildsystem=pybuild
+ dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
# Exclude tests requiring online access (no idea how to exclude these more elegantly
find .pybuild -name test_ncbiquery.py -delete
- find .pybuild/*2.7*/ -name test_interop.py -delete
- sed -i '/test_interop import/d' `find .pybuild/*2.7*/ -name test_api.py`
# link to examples
find .pybuild -name build -type d -exec ln -s $(CURDIR)/examples \{\} \;
dh_auto_test || true
View it on GitLab: https://salsa.debian.org/med-team/python-ete3/-/commit/b93723510dca0cb3183fd3194800e0906b3042d0
--
View it on GitLab: https://salsa.debian.org/med-team/python-ete3/-/commit/b93723510dca0cb3183fd3194800e0906b3042d0
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/20200703/017ca5dd/attachment-0001.html>
More information about the debian-med-commit
mailing list