Skip to content
Commits on Source (3)
......@@ -4,7 +4,21 @@ python-intervaltree-bio (1.0.1-5) UNRELEASED; urgency=medium
* debhelper-compat 12
* Standards-Version: 4.4.0
* Remove trailing whitespace in debian/changelog
* Set upstream metadata fields: Contact, Name.
* Explicitly Depends: python3-intervaltree
TODO:
autopkgtest [05:18:21]: test command1: python3 -m pytest --ignore=.pc --verbose --datadir debian/data
autopkgtest [05:18:21]: test command1: [-----------------------
ImportError while loading conftest '/tmp/autopkgtest.ZfQ6fb/tree/conftest.py'.
py._path.local.LocalPath.ImportMismatchError: ('conftest', '/build/python-intervaltree-bio-1.0.1/conftest.py', local('/tmp/autopkgtest.ZfQ6fb/tree/conftest.py'))
autopkgtest [05:18:21]: test command1: -----------------------]
autopkgtest [05:18:22]: test command1: - - - - - - - - - - results - - - - - - - - - -
command1 FAIL non-zero exit status 4
autopkgtest [05:18:22]: test command1: - - - - - - - - - - stderr - - - - - - - - - -
ImportError while loading conftest '/tmp/autopkgtest.ZfQ6fb/tree/conftest.py'.
py._path.local.LocalPath.ImportMismatchError: ('conftest', '/build/python-intervaltree-bio-1.0.1/conftest.py', local('/tmp/autopkgtest.ZfQ6fb/tree/conftest.py'))
autopkgtest [05:18:22]: @@@@@@@@@@@@@@@@@@@@ summary
command1 FAIL non-zero exit status 4
autopkgtest [05:18:22]: Binaries: resetting testbed apt configuration
-- Andreas Tille <tille@debian.org> Wed, 21 Aug 2019 07:53:48 +0200
......
......@@ -17,7 +17,8 @@ Homepage: https://github.com/konstantint/intervaltree-bio
Package: python3-intervaltree-bio
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
${python3:Depends},
python3-intervaltree
Description: Interval tree convenience classes for genomic data -- Python 3 library
Convenience classes for loading UCSC genomic annotation records into
a set of interval tree data structures.
......
Name: python-intervaltree-bio
Contact: Konstantin Tretyakov <kt@ut.ee>