Skip to content
Commits on Source (5)
python-pymummer (0.10.3-2) unstable; urgency=medium
* Team upload.
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.3.0
* Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
-- Andreas Tille <tille@debian.org> Mon, 07 Jan 2019 09:37:20 +0100
python-pymummer (0.10.3-1) unstable; urgency=medium
* Team upload.
......
Source: python-pymummer
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Afif Elghraoui <afif@debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders:
Afif Elghraoui <afif@debian.org>
Build-Depends:
debhelper (>= 9),
Build-Depends: debhelper (>= 11~),
dh-python,
python3-all,
python3-setuptools,
fastaq (>=3.10.0),
mummer,
# Test-Depends:
python3-nose,
Standards-Version: 4.1.3
Testsuite: autopkgtest-pkg-python
python3-nose
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/python-pymummer
Vcs-Git: https://salsa.debian.org/med-team/python-pymummer.git
Homepage: https://github.com/sanger-pathogens/pymummer
Vcs-Git: https://anonscm.debian.org/git/debian-med/python-pymummer.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-pymummer.git
Package: python3-pymummer
Architecture: all
Depends:
${misc:Depends},
Depends: ${misc:Depends},
${python3:Depends},
fastaq (>=3.10.0),
mummer,
mummer
Description: Python 3 interface to MUMmer
pymummer is a Python wrapper for running the programs of the MUMmer
sequence alignment suite and parsing their output.
......@@ -10,6 +10,8 @@ export PYBUILD_NAME=pymummer
LC_ALL=C.UTF-8 dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
PYBUILD_SYSTEM=custom \
PYBUILD_TEST_ARGS="{interpreter} setup.py test" \
dh_auto_test
endif