[med-svn] [Git][med-team/python-ete3][master] 4 commits: add missing build-deps
zhaofeng
gitlab at salsa.debian.org
Sun Jul 5 12:46:01 BST 2020
zhaofeng pushed to branch master at Debian Med / python-ete3
Commits:
4b02dd45 by zhaofeng-shu33 at 2020-07-05T19:12:06+08:00
add missing build-deps
- - - - -
1499c441 by zhaofeng-shu33 at 2020-07-05T19:13:05+08:00
Merge branch 'master' of salsa.debian.org:zhaofeng-shu33-guest/python-ete3
- - - - -
ea7fefe6 by zhaofeng-shu33 at 2020-07-05T19:20:26+08:00
add skbio and corresponding test
- - - - -
cd71bdd0 by zhaofeng-shu33 at 2020-07-05T19:26:06+08:00
fix syntax
- - - - -
3 changed files:
- debian/control
- + debian/gitlab-ci.yml
- debian/rules
Changes:
=====================================
debian/control
=====================================
@@ -11,9 +11,12 @@ Build-Depends: debhelper-compat (= 13),
python3-setuptools,
python3-numpy,
python3-lxml,
- python3-pyqt5,
+ python3-qt-binding,
+ python3-pyqt5.qtopengl,
+ python3-pyqt5.qtsvg,
python3-scipy,
python3-six,
+ python3-skbio,
python3-pytest
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/python-ete3
@@ -22,7 +25,7 @@ Homepage: http://etetoolkit.org
Rules-Requires-Root: no
Package: python3-ete3
-Architecture: any
+Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
=====================================
debian/gitlab-ci.yml
=====================================
@@ -0,0 +1,6 @@
+include:
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
+
+variables:
+ RELEASE: 'unstable'
=====================================
debian/rules
=====================================
@@ -16,7 +16,7 @@ override_dh_fixperms:
find debian -name 'webapp.py' -exec chmod a-x {} +
export PYBUILD_TEST_PYTEST = 1
# external library missing
-EXCLUDE_TESTS = not test_ncbiquery and not test_skbio
+EXCLUDE_TESTS = not test_ncbiquery
# no network skip
EXCLUDE_TESTS += and not test_ncbi_compare and not test_get_topology
EXCLUDE_TESTS += and not test_01tree_annotation and not test_00_update_database
View it on GitLab: https://salsa.debian.org/med-team/python-ete3/-/compare/37e39d8c326987340f8ff16fadc9904f068d66e7...cd71bdd04148ffff053b20a5fe493bcc05b3b348
--
View it on GitLab: https://salsa.debian.org/med-team/python-ete3/-/compare/37e39d8c326987340f8ff16fadc9904f068d66e7...cd71bdd04148ffff053b20a5fe493bcc05b3b348
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/20200705/c716fa1f/attachment-0001.html>
More information about the debian-med-commit
mailing list