Skip to content
Commits on Source (8)
python-intervaltree-bio (1.0.1-4) UNRELEASED; urgency=medium
python-intervaltree-bio (1.0.1-5) UNRELEASED; urgency=medium
* Remove Python2 package
* debhelper-compat 12
* Standards-Version: 4.4.0
* Remove trailing whitespace in debian/changelog
* Set upstream metadata fields: Contact, Name.
-- Andreas Tille <tille@debian.org> Wed, 21 Aug 2019 07:53:48 +0200
python-intervaltree-bio (1.0.1-4) unstable; urgency=medium
* Team upload.
[ Olivier Sallou ]
* d/tests/control Ignore .pc directory for autopkgtest (Closes: #920545).
......
......@@ -3,32 +3,17 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Andreas Tille <tille@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 12~),
Build-Depends: debhelper-compat (= 12),
dh-python,
python-all,
python-setuptools,
python-intervaltree,
python3-all,
python3-setuptools,
python3-intervaltree,
# Test-Depends:
python-pytest,
python3-pytest
Standards-Version: 4.3.0
python3-pytest <!nocheck>
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/med-team/python-intervaltree-bio
Vcs-Git: https://salsa.debian.org/med-team/python-intervaltree-bio.git
Homepage: https://github.com/konstantint/intervaltree-bio
Package: python-intervaltree-bio
Architecture: all
Depends: ${misc:Depends},
${python:Depends}
Description: Interval tree convenience classes for genomic data -- Python 2 library
Convenience classes for loading UCSC genomic annotation records into
a set of interval tree data structures.
.
This package provides the Python 2 library.
Package: python3-intervaltree-bio
Architecture: all
Depends: ${misc:Depends},
......
......@@ -8,7 +8,7 @@ export LC_ALL = C.UTF-8
export PYBUILD_NAME=intervaltree-bio
%:
dh $@ --with python2,python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
......
Test-Command:
python2 -m pytest --ignore=.pc --verbose --datadir debian/data
Depends:
python-intervaltree-bio,
python-pytest
Restrictions: rw-build-tree
Test-Command:
python3 -m pytest --ignore=.pc --verbose --datadir debian/data
Depends:
......
Name: python-intervaltree-bio
Contact: Konstantin Tretyakov <kt@ut.ee>